IOS-XR LDP Configuration memo – part 4

LDP IGP Sync: OSPF

router ospf {プロセス名}
 mpls ldp sync
 または
 area {エリアID} mpls ldp sync
 または
 area {エリアID} interface {インターフェース名} mpls ldp sync
commit

LGP IGP Sync: ISIS

router isis {インスタンス名}
 interface {インターフェース名}
  address-family ipv4 unicast
   mpls ldp sync
commit

LDP Auto Configuration: OSPF

router ospf {プロセス名}
 mpls ldp auto-config
commit

LDP Auto Configuration: OSPF エリア

router ospf {プロセス名}
 area {エリアID}
  mpls ldp auto-config
commit

インターフェースをLDP Auto Configurationから除外

mpls ldp
 interface {インターフェース名}
  igp auto-config disable
commit
  • mpls ldp配下のインターフェースで指定する

LDP NSR

mpls ldp
 nsr
commit

Downstream on demand

mpls ldp
 session downstream-on-demand [with {ACL}]
commit
  • downstream-on-demand: 宛先の問い合わせがあったときにラベルを配布する

implicit null override label

mpls ldp
 address-family ipv4
  label local implicit-null-override for {ACL}
commit
  • egress LSR以外にimplicit-nullラベルを送信する

コメント

タイトルとURLをコピーしました