The following shows the RSVP-auto LSP configuration:
config>router> #info
-----------------------------------------------------
mpls
path "path-1"
no shutdown
exit
lsp-template "auto-system-lsps" mesh-p2p //template name for oam-pm//
from 1.1.1.31 //from address for oam-pm//
default-path "path-1"
cspf
no shutdown
exit
auto-lsp lsp-template "auto-system-lsps" policy "auto-lsp"
no shutdown
exit
#--------------------------------------------------
echo "Policy Configuration"
#--------------------------------------------------
policy-options
begin
prefix-list "mesh-p2p" //to addressing for oam-pm//
prefix 1.1.1.28/32 exact
prefix 1.1.1.29/32 exact
exit
policy-statement "auto-lsp"
entry 10
from
prefix-list "mesh-p2p"
exit
action accept
exit
exit
exit
commit
exit