OcNOS-SP : Segment Routing Guide : Segment Routing Configuration Guide : Segment Routing Policy for Traffic Engineering : Dynamic Path Policy with ISIS
Dynamic Path Policy with ISIS
PE1
 
PE1#configure terminal
Enter configure mode.
PE1(config)#interface lo
Enter interface mode.
PE1(config-if)#ip address 1.1.1.1/32 secondary
Configure the IP address of the interface.
PE1(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
PE1(config-if)#prefix-sid index 1
Configure prefix sid index value.
PE1(config-if)#exit
Exit interface mode.
PE1(config)#interface eth1
Enter interface mode.
PE1(config-if)#ip address 10.1.2.1/24
Configure the IP address of the interface.
PE1(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
PE1(config-if)#label-switching
Enable label switching.
PE1(config)#exit
Exit interface mode
PE1(config)#interface eth2
Enter interface mode.
PE1(config-if)#ip address 10.1.6.1/24
Configure the IP address of the interface.
PE1(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
PE1(config-if)#label-switching
Enable label switching.
PE1(config-if)#exit
Exit interface mode.
PE1(config)#router isis 1
Set the routing process ID.
PE1(config-router)#metric-style wide
Configure metric style as wide.
PE1(Config)#commit
Commit candidate configuration to be running configuration
PE1(config-router)#is-type level-1
Configure is-type.
PE1(config-router)#net 49.0001.0000.0000.0011.00
Configure network entity title (NET).
PE1(config-router)#mpls traffic-eng router-id 1.1.1.1
Enable MPLS Traffic Engineering under router process.
PE1(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
PE1(config-router)#capability cspf
Enable cspf capability under ISIS 1 process.
PE1(config-router)#segment-routing mpls
Enable segment routing under router process.
PE1(config-router)#exit
Exit router mode.
PE1(config)#segment-routing
Configuring segment-routing
PE1(config-sr)#traffic-engineering
Segment Routing traffic engineering
PE1(config-sr-te)#policy 1
Policy configuration with name 1
PE1(config-sr-pol)#color 1 end-point 1.1.1.9
SR-policy color and end-point
PE1(config-sr-pol-cp)#candidate-path 1
SR policy candidate path
PE1(config-sr-pol-cp)#preference 100
Candidate Path preference
PE1(config-sr-pol-cp)#dynamic-path isis 1
Dynamic candidate path as ISIS
PE1(config-sr-pol-cp)#constraints
Specify constraints
PE1(config-sr-dyn-cp-cons)#1.1.1.6 loose
Loopback IP of P2 as loose constraint
PE1(config-sr-pol-cp)#exit-pol-cp
Exit from SR policy candidate path configuration mode
PE1(config-sr-pol)#candidate-path 2
SR policy candidate path
PE1(config-sr-pol-cp)#dynamic-path isis 1
Dynamic candidate path as ISIS
PE1(config-sr-pol-cp)#constraints
Specify constraints
PE1(config-sr-dyn-cp-cons)#10.1.2.2 strict
Interface IP of P1 as strict constraint
PE1(config-sr-pol-cp)#exit-pol-cp
Exit from SR policy candidate path configuration mode
PE1(config-sr-pol)#exit-sr-pol
Exit from SR policy configuration mode
PE1(config-sr-te)#exit-te
Exit from traffic engineering configuration mode
PE1(config)#ip vrf vrf1
Configure VPN Routing/Forwarding instance
PE1(config-vrf)#rd 100:2
route distinguisher
PE1(config-vrf)#route-target both 200:1
route target
PE1(config-vrf)#exit
Exit VRF mode.
PE1(config)#interface eth3
Enter interface mode.
PE1(config-if)#ip vrf forwarding vrf1
Configuring interface for VRF forwarding
PE1(config-if)#ip address 177.1.1.1/24
Configure the IP address of the interface.
PE1(config-if)#exit
Exit interface mode.
PE1(config)#router bgp 100
Configure router bgp in AS 100
PE1(config-router)#neighbor 1.1.1.9 remote-as 100
Configure neighbor in remote-as 100
PE1(config-router)#neighbor 1.1.1.9 update-source lo
Configure neighbor with update-source loopback
PE1(config-router)#address-family vpnv4 unicast
Enter VPNv4 Address family mode
PE1(config-router-af)#neighbor 1.1.1.9 activate
Activate VPNv4 neighbor
PE1(config-router-af)#exit-address-family
Exit from Address Family configuration mode
PE1(config-router)#address-family ipv4 vrf vrf1
Enter address-family VRF
PE1(config-router-af)#redistribute connected
Redistribute all the connected VRF routes
PE1(config-router-af)#exit-address-family
Exit from Address Family configuration mode
PE1(config-router)#exit
Exit router mode.
PE1(config)#commit
Commit candidate configuration to be running configuration
PE1(config)#exit
Exit configuration mode
P1
 
P1#configure terminal
Enter configure mode.
P1(config)#interface lo
Enter interface mode.
P1(config-if)#ip address 1.1.1.2/32 secondary
Configure the IP address of the interface.
P1(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P1(config-if)#prefix-sid index 2
Configure prefix sid index value.
P1(config-if)#exit
Exit interface mode.
P1(config)#interface eth1
Enter interface mode.
P1(config-if)#ip address 10.1.2.2/24
Configure the IP address of the interface.
P1(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P1(config-if)#label-switching
Enable label switching.
P1(config-if)#exit
Exit interface mode
P1(config)#interface eth2
Enter interface mode.
P1(config-if)#ip address 20.1.1.1/24
Configure the IP address of the interface.
P1(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P1(config-if)#label-switching
Enable label switching.
P1(config-if)#exit
Exit interface mode
P1(config)#interface eth3
Enter interface mode.
P1(config-if)#ip address 29.1.1.1/24
Configure the IP address of the interface.
P1(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P1(config-if)#label-switching
Enable label switching.
P1(config-if)#exit
Exit interface mode.
P1(config)#router isis 1
Set the routing process ID .
P1(config-router)#metric-style wide
Configure metric style as wide.
P1(config)#commit
Commit candidate configuration to be running configuration
P1(config-router)#is-type level-1
Configure is-type.
P1(config-router)#net 49.0001.0000.0000.0001.00
Configure Network entity title (NET).
P1(config-router)#mpls traffic-eng router-id 1.1.1.2
Enable MPLS Traffic Engineering under router process.
P1(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
P1(config-router)#capability cspf
Enable cspf capability under ISIS 1 process.
P1(config-router)#segment-routing mpls
Enable segment routing under router process.
P1(config-router)#exit
Exit router mode.
P1(config)#commit
Commit candidate configuration to be running configuration
P1(config)#exit
Exit configuration mode
P2
 
P2#configure terminal
Enter configure mode.
P2(config)#interface lo
Enter interface mode.
P2(config-if)#ip address 1.1.1.6/32 secondary
Configure the IP address of the interface.
P2(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P2(config-if)#prefix-sid index 3
Configure prefix sid index value.
P2(config-if)#exit
Exit interface mode.
P2(config)#interface eth1
Enter interface mode.
P2(config-if)#ip address 50.1.1.2/24
Configure the IP address of the interface.
P2(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P2(config-if)#label-switching
Enable label switching.
P2(config)#interface eth2
Enter interface mode.
P2(config-if)#ip address 10.1.6.2/24
Configure the IP address of the interface.
P2(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P2(config-if)#label-switching
Enable label switching.
P2(config)#interface eth3
Enter interface mode.
P2(config-if)#ip address 29.1.1.2/24
Configure the IP address of the interface.
P2(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P2(config-if)#label-switching
Enable label switching.
P2(config-if)#exit
Exit interface mode.
P2(config)#router isis 1
Set the routing process ID .
P2(config-router)#metric-style wide
Configure metric style as wide.
P2(config)#commit
Commit candidate configuration to be running configuration
P2(config-router)#is-type level-1
Configure is-type.
P2(config-router)#net 49.0001.0000.0000.0002.00
Configure Network entity title (NET).
P2(config-router)#mpls traffic-eng router-id 1.1.1.6
Enable MPLS Traffic Engineering under router process.
P2(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
P2(config-router)#capability cspf
Enable cspf capability under ISIS 1 process.
P2(config-router)#segment-routing mpls
Enable segment routing under router process.
P2(config-router)#exit
Exit router mode.
P2(config)#commit
Commit candidate configuration to be running configuration
P2(config)#exit
Exit configuration mode
P3
 
P3#configure terminal
Enter configure mode.
P3(config)#interface lo
Enter interface mode.
P3(config-if)#ip address 1.1.1.4/32 secondary
Configure the IP address of the interface.
P3(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P3(config-if)#prefix-sid index 4
Configure prefix sid index value.
P3(config-if)#exit
Exit interface mode.
P3(config)#interface eth1
Enter interface mode.
P3(config-if)#ip address 10.4.9.1/24
Configure the IP address of the interface.
P3(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P3(config-if)#label-switching
Enable label switching.
P3(config-if)#exit
Exit interface mode.
P3(config)#interface eth2
Enter interface mode.
P3(config-if)#ip address 20.1.1.2/24
Configure the IP address of the interface.
P3(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P3(config-if)#label-switching
Enable label switching.
P3(config-if)#exit
Exit interface mode.
P3(config)#interface eth3
Enter interface mode.
P3(config-if)#ip address 45.1.1.2/24
Configure the IP address of the interface.
P3(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P3(config-if)#label-switching
Enable label switching.
P3(config-if)#exit
Exit interface mode.
P3(config)#router isis 1
Set the routing process ID .
P3(config-router)#metric-style wide
Configure metric style as wide.
P3(config)#commit
Commit candidate configuration to be running configuration
P3(config-router)#is-type level-1
Configure is-type.
P3(config-router)#net 49.0001.0000.0000.0003.00
Configure Network entity title (NET).
P3(config-router)#mpls traffic-eng router-id 1.1.1.4
Enable MPLS Traffic Engineering under router process.
P3(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
P3(config-router)#capability cspf
Enable cspf capability under ISIS 1 process.
P3(config-router)#segment-routing mpls
Enable segment routing under router process.
P3(config-router)#exit
Exit router mode.
P3(config)#commit
Commit candidate configuration to be running configuration
P3(config)#exit
Exit configuration mode
P4
 
P4#configure terminal
Enter configure mode.
P4(config)#interface lo
Enter interface mode.
P4(config-if)#ip address 1.1.1.8/32 secondary
Configure the IP address of the interface.
P4(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P4(config-if)#prefix-sid index 5
Configure prefix sid index value.
P4(config-if)#exit
Exit interface mode.
P4(config)#interface eth1
Enter interface mode.
P4(config-if)#ip address 50.1.1.1/24
Configure the IP address of the interface.
P4(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P4(config-if)#label-switching
Enable label switching.
P4(config-if)#exit
Exit interface mode.
P4(config)#interface eth2
Enter interface mode.
P4(config-if)#ip address 10.8.9.1/24
Configure the IP address of the interface.
P4(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P4(config-if)#label-switching
Enable label switching.
P4(config-if)#exit
Exit interface mode.
P4(config)#interface eth3
Enter interface mode.
P4(config-if)#ip address 45.1.1.1/24
Configure the IP address of the interface.
P4(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
P4(config-if)#label-switching
Enable label switching.
P4(config-if)#exit
Exit interface mode.
P4(config)#router isis 1
Set the routing process ID .
P4(config-router)#metric-style wide
Configure metric style as wide.
P4(config)#commit
Commit candidate configuration to be running configuration
P4(config-router)#is-type level-1
Configure is-type.
P4(config-router)#net 49.0001.0000.0000.0004.00
Configure Network entity title (NET).
P4(config-router)#mpls traffic-eng router-id 1.1.1.8
Enable MPLS Traffic Engineering under router process.
P4(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
P4(config-router)#capability cspf
Enable cspf capability under ISIS 1 process.
P4(config-router)#segment-routing mpls
Enable segment routing under router process.
P4(config-router)#exit
Exit router mode.
P4(config)#commit
Commit candidate configuration to be running configuration
P4(config)#exit
Exit configuration mode
PE2
 
PE2#configure terminal
Enter configure mode.
PE2(config)#interface lo
Enter interface mode.
PE2(config-if)#ip address 1.1.1.9/32 secondary
Configure the IP address of the interface.
PE2(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
PE2(config-if)#prefix-sid index 6
Configure prefix sid index value.
PE2(config-if)#exit
Exit interface mode.
PE2(config)#interface eth1
Enter interface mode.
PE2(config-if)#ip address 10.4.9.2/24
Configure the IP address of the interface.
PE2(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
PE2(config-if)#label-switching
Enable label switching.
PE2(config)#interface eth2
Enter interface mode.
PE2(config-if)#ip address 10.8.9.2/24
Configure the IP address of the interface.
PE2(config-if)#ip router isis 1
Make the interface part of the router ISIS 1 instance.
PE2(config-if)#label-switching
Enable label switching.
PE2(config-if)#exit
Exit interface mode.
PE2(config)#router isis 1
Set the routing process ID .
PE2(config-router)#metric-style wide
Configure metric style as wide.
PE2(config)#commit
Commit candidate configuration to be running configuration
PE2(config-router)#is-type level-1
Configure is-type.
PE2(config-router)#net 49.0001.0000.0000.0022.00
Configure Network entity title (NET).
PE2(config-router)#mpls traffic-eng router-id 1.1.1.9
Enable MPLS Traffic Engineering under router process.
PE2(config-router)#mpls traffic-eng level-1
Enable MPLS Traffic Engineering as level-1.
PE2(config-router)#capability cspf
Enable cspf capability under ISIS 1 process.
PE2(config-router)#segment-routing mpls
Enable segment routing under router process.
PE2(config-router)#exit
Exit router mode.
PE2(config)#ip vrf vrf1
Configure VPN Routing/Forwarding instance
PE2(config-vrf)#rd 100:1
route distinguisher
PE2(config-vrf)#route-target both 200:1
route target
PE2(config-vrf)#exit
Exit VRF mode.
PE2(config)#interface eth3
Enter interface mode.
PE2(config-if)#ip vrf forwarding vrf1
Configuring interface for VRF forwarding
PE2(config-if)#ip address 202.1.1.2/24
Configure the IP address of the interface.
PE2(config-if)#exit
Exit interface mode.
PE2(config)#router bgp 100
Configure router bgp in AS 100
PE2(config-router)#neighbor 1.1.1.1 remote-as 100
Configure neighbor in remote-as 100
PE2(config-router)#neighbor 1.1.1.1 update-source lo
Configure neighbor with update-source loopback
PE2(config-router)#address-family vpnv4 unicast
Enter VPNv4 Address family mode
PE2(config-router-af)#neighbor 1.1.1.1 activate
Activate VPNv4 neighbor
PE2(config-router-af)#exit-address-family
Exit from Address Family configuration mode
PE2(config-router)#address-family ipv4 vrf vrf1
Enter address-family VRF
PE2(config-router-af)#redistribute connected
Redistribute all the connected VRF routes
PE2(config-router-af)#exit-address-family
Exit from Address Family configuration mode
PE2(config-router)#exit
Exit router mode.
PE2(config)#commit
Commit candidate configuration to be running configuration
PE2(config)#exit
Exit configuration mode
Validation 1
Verify ISIS neighbor adjacency between routers and show segment-routing policy detail
PE1#show clns neighbors
 
Total number of L1 adjacencies: 2
Total number of L2 adjacencies: 0
Total number of adjacencies: 2
Tag 1: VRF : default
System Id Interface SNPA State Holdtime Type Protocol
0000.0000.0001 eth1 04f8.f865.9009 Up 8 L1 IS-IS
0000.0000.0002 eth2 b86a.97d0.25d4 Up 9 L1 IS-IS
 
PE1#
 
PE1#show segment-routing policy detail
 
Policy-Name: 1 Color 1 End-point 1.1.1.9 Tunnel-ID: 1
Admin-Status: UP Oper-Status: UP for 00:02:37
State Transition Count: 1
CSPF Retry Limit: 100 CSPF Retry Interval: 10
Binding SID :
BSID: 24960
Alloc mode: Dynamic
Oper State: Programmed
 
CP ID: 2, Active
Preference: 100 Path Type: Dynamic(isis) CP Origin: Local
Segment List:
Total no. of segments: 2
Segment0[LABEL]: Label :24320
Segment1[LABEL]: Label :16006
Out-if: eth1 Out-label-stack: 3/16006
Attributes:
Configured:
Affinity:
Metric-type: TE
IP Constraints: 10.1.2.2 strict
 
 
CP ID: 1
Preference: 100 Path Type: Dynamic(isis) CP Origin: Local
CP state: Valid
Segment List:
Total no. of segments: 2
Segment0[LABEL]: Label :16003
Segment1[LABEL]: Label :16006
Out-if: eth2 Out-label-stack: 3/16006
Attributes:
Configured:
Affinity:
Metric-type: TE
IP Constraints: 1.1.1.6 loose
 
 
PE1#
Validation 2
Verify the prefix SIDs are installed as labels in MPLS forwarding table. Verify the same in FTN and ILM tables.
PE1#show mpls forwarding-table
Codes: > - installed FTN, * - selected FTN, p - stale FTN,
B - BGP FTN, K - CLI FTN, t - tunnel, P - SR Policy FTN,
L - LDP FTN, R - RSVP-TE FTN, S - SNMP FTN, I - IGP-Shortcut,
U - unknown FTN, O - SR-OSPF FTN, i - SR-ISIS FTN, k - SR-CLI FTN
 
Code FEC FTN-ID Nhlfe-ID Tunnel-id Pri LSP-Type Out-Label Out-Intf ELC Nexthop
i> 1.1.1.2/32 1 3 0 Yes LSP_DEFAULT 3 eth1 No 10.1.2.2
i> 1.1.1.4/32 3 6 0 Yes LSP_DEFAULT 16004 eth1 No 10.1.2.2
i> 1.1.1.6/32 2 4 0 Yes LSP_DEFAULT 3 eth2 No 10.1.6.2
i> 1.1.1.8/32 4 8 0 Yes LSP_DEFAULT 16005 eth2 No 10.1.6.2
P> 1.1.1.9/32 7 13 1 Yes LSP_DEFAULT 3 eth1 No 10.1.2.2
i 1.1.1.9/32 5 10 0 Yes LSP_DEFAULT 16006 eth1 No 10.1.2.2
PE1#
PE1#show mpls ilm-table
Codes: > - installed ILM, * - selected ILM, p - stale ILM
K - CLI ILM, T - MPLS-TP, s - Stitched ILM
S - SNMP, L - LDP, R - RSVP, C - CRLDP
B - BGP , K - CLI , V - LDP_VC, I - IGP_SHORTCUT
O - OSPF/OSPF6 SR, i - ISIS SR, k - SR CLI
P - SR Policy, U - unknown
 
Code FEC/VRF/L2CKT ILM-ID In-Label Out-Label In-Intf Out-Intf/VRF Nexthop LSP-Type
i> 1.1.1.6/32 5 16003 3 N/A eth2 10.1.6.2 LSP_DEFAULT
i> 1.1.1.2/32 4 16002 3 N/A eth1 10.1.2.2 LSP_DEFAULT
i> 1.1.1.1/32 1 16001 Nolabel N/A N/A 127.0.0.1 LSP_DEFAULT
i> 10.1.2.2/32 2 24320 3 N/A eth1 10.1.2.2 LSP_DEFAULT
i> 1.1.1.8/32 7 16005 16005 N/A eth2 10.1.6.2 LSP_DEFAULT
i> 1.1.1.4/32 6 16004 16004 N/A eth1 10.1.2.2 LSP_DEFAULT
i> 1.1.1.9/32 8 16006 16006 N/A eth1 10.1.2.2 LSP_DEFAULT
i> 10.1.6.2/32 3 24321 3 N/A eth2 10.1.6.2 LSP_DEFAULT
P> 1.1.1.9/32 9 24960 16006 N/A eth1 10.1.2.2 LSP_DEFAULT
B> vrf1 10 25600 Nolabel N/A vrf1 N/A LSP_DEFAULT
PE1#
 
PE1#show mpls ftn-table
Primary FTN entry with FEC: 1.1.1.2/32, id: 1, row status: Active, Tunnel-Policy: N/A
Owner: ISIS-SR, distance: 115, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, Color: 0
Cross connect ix: 1, in intf: - in label: 0 out-segment ix: 1
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 1, owner: N/A, Stale: NO, out intf: eth1, out label: 3
Nexthop addr: 10.1.2.2 cross connect ix: 1, op code: Push
 
 
Primary FTN entry with FEC: 1.1.1.4/32, id: 3, row status: Active, Tunnel-Policy: N/A
Owner: ISIS-SR, distance: 115, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, Color: 0
Cross connect ix: 3, in intf: - in label: 0 out-segment ix: 5
Owner: ISIS-SR, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 5, owner: ISIS-SR, Stale: NO, out intf: eth1, out label: 16004
Nexthop addr: 10.1.2.2 cross connect ix: 3, op code: Push
 
 
Primary FTN entry with FEC: 1.1.1.6/32, id: 2, row status: Active, Tunnel-Policy: N/A
Owner: ISIS-SR, distance: 115, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, Color: 0
Cross connect ix: 2, in intf: - in label: 0 out-segment ix: 2
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 2, owner: N/A, Stale: NO, out intf: eth2, out label: 3
Nexthop addr: 10.1.6.2 cross connect ix: 2, op code: Push
 
 
Primary FTN entry with FEC: 1.1.1.8/32, id: 4, row status: Active, Tunnel-Policy: N/A
Owner: ISIS-SR, distance: 115, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, Color: 0
Cross connect ix: 4, in intf: - in label: 0 out-segment ix: 7
Owner: ISIS-SR, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 7, owner: ISIS-SR, Stale: NO, out intf: eth2, out label: 16005
Nexthop addr: 10.1.6.2 cross connect ix: 4, op code: Push
 
 
Primary FTN entry with FEC: 1.1.1.9/32, id: 7, row status: Active, Tunnel-Policy: N/A
Owner: SR_POLICY, distance: 0, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 1, Protected LSP id: 0, QoS Resource id: 0, Description: N/A, Color: 0
Cross connect ix: 7, in intf: - in label: 0 out-segment ix: 9
Owner: N/A, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 9, owner: N/A, Stale: NO, out intf: eth1, out label: 3\16006
Nexthop addr: 10.1.2.2 cross connect ix: 7, op code: Push
 
 
Primary FTN entry with FEC: 1.1.1.9/32, id: 5, row status: Active, Tunnel-Policy: N/A
Owner: ISIS-SR, distance: 115, Action-type: Redirect to LSP, Exp-bits: 0x0, Incoming DSCP: none
Tunnel id: 0, Protected LSP id: 0, Description: N/A, Color: 0
Cross connect ix: 6, in intf: - in label: 0 out-segment ix: 10
Owner: ISIS-SR, Persistent: No, Admin Status: Down, Oper Status: Down
Out-segment with ix: 10, owner: ISIS-SR, Stale: NO, out intf: eth1, out label: 16006
Nexthop addr: 10.1.2.2 cross connect ix: 6, op code: Push
 
 
PE1#
Validation 3
The command output below displays the details of routers configured with segment routing
PE1#show isis segment-routing state
 
Tag 1 Segment-Routing:
SR State: SR_ENABLED
SRGB Start: 16000, SRGB Range: 8000
Operational state: enabled
PE1#
PE1#show isis segment-routing capability
 
Tag 1 Segment-Routing:
-----------------------------------------------------
Advertisement Router Capability :1.1.1.1
Algorithm :0
SRMS Preference :0
Total SID'S Supported :8000
SID Range List Count :1
SID's Range :16000 - 23999
-----------------------------------------------------
Advertisement Router Capability :1.1.1.2
Algorithm :0
SRMS Preference :0
Total SID'S Supported :8000
SID Range List Count :1
SID's Range :16000 - 23999
-----------------------------------------------------
Advertisement Router Capability :1.1.1.4
Algorithm :0
SRMS Preference :0
Total SID'S Supported :8000
SID Range List Count :1
SID's Range :16000 - 23999
-----------------------------------------------------
Advertisement Router Capability :1.1.1.6
Algorithm :0
SRMS Preference :0
Total SID'S Supported :8000
SID Range List Count :1
SID's Range :16000 - 23999
-----------------------------------------------------
Advertisement Router Capability :1.1.1.8
Algorithm :0
SRMS Preference :0
Total SID'S Supported :8000
SID Range List Count :1
SID's Range :16000 - 23999
-----------------------------------------------------
Advertisement Router Capability :1.1.1.9
Algorithm :0
SRMS Preference :0
Total SID'S Supported :8000
SID Range List Count :1
SID's Range :16000 - 23999
-----------------------------------------------------
PE1#show isis database verbose
Tag 1: VRF : default
IS-IS Level-1 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
0000.0000.0001.00-00 0x0000000E 0x83F8 426 0/0/0
Area Address: 49.0001
NLPID: 0xCC
IP Address: 1.1.1.2
Router ID: 1.1.1.2
Router Cap: 1.1.1.2
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended 0000.0000.0001.02
IPv4 Interface Address: 10.1.2.2
Neighbor IP Address: 10.1.2.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0011 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0002.04
IPv4 Interface Address: 29.1.1.1
Neighbor IP Address: 29.1.1.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0002 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0003.03
IPv4 Interface Address: 20.1.1.1
Neighbor IP Address: 20.1.1.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0003 LAN Adjacency SID: 24322 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 1.1.1.2/32
Prefix-SID: index 2 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.1.2.0/24
Metric: 10 IP-Extended 20.1.1.0/24
Metric: 10 IP-Extended 29.1.1.0/24
0000.0000.0001.02-00 0x00000004 0xAF0A 426 0/0/0
Metric: 0 IS-Extended 0000.0000.0001.00
Metric: 0 IS-Extended 0000.0000.0011.00
0000.0000.0002.00-00 0x00000009 0x325C 426 0/0/0
Area Address: 49.0001
NLPID: 0xCC
IP Address: 1.1.1.6
Router ID: 1.1.1.6
Router Cap: 1.1.1.6
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended 0000.0000.0002.03
IPv4 Interface Address: 10.1.6.2
Neighbor IP Address: 10.1.6.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0011 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0002.04
IPv4 Interface Address: 29.1.1.2
Neighbor IP Address: 29.1.1.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0001 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0002.02
IPv4 Interface Address: 50.1.1.2
Neighbor IP Address: 50.1.1.2
Maximum Link Bandwidth: 100g
Reservable Bandwidth: 100g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100g
Unreserved Bandwidth at priority 1: 100g
Unreserved Bandwidth at priority 2: 100g
Unreserved Bandwidth at priority 3: 100g
Unreserved Bandwidth at priority 4: 100g
Unreserved Bandwidth at priority 5: 100g
Unreserved Bandwidth at priority 6: 100g
Unreserved Bandwidth at priority 7: 100g
TE-Default Metric: 10
System-ID: 0000.0000.0004 LAN Adjacency SID: 24322 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 1.1.1.6/32
Prefix-SID: index 3 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 29.1.1.0/24
Metric: 10 IP-Extended 10.1.6.0/24
Metric: 10 IP-Extended 50.1.1.0/24
0000.0000.0002.02-00 0x00000004 0xAB19 1005 0/0/0
Metric: 0 IS-Extended 0000.0000.0002.00
Metric: 0 IS-Extended 0000.0000.0004.00
0000.0000.0002.03-00 0x00000003 0xAB0C 426 0/0/0
Metric: 0 IS-Extended 0000.0000.0002.00
Metric: 0 IS-Extended 0000.0000.0011.00
0000.0000.0002.04-00 0x00000003 0x6363 512 0/0/0
Metric: 0 IS-Extended 0000.0000.0002.00
Metric: 0 IS-Extended 0000.0000.0001.00
0000.0000.0003.00-00 0x0000000D 0x4BA3 545 0/0/0
Area Address: 49.0001
NLPID: 0xCC
IP Address: 1.1.1.4
Router ID: 1.1.1.4
Router Cap: 1.1.1.4
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended 0000.0000.0003.03
IPv4 Interface Address: 20.1.1.2
Neighbor IP Address: 20.1.1.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0001 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0004.04
IPv4 Interface Address: 45.1.1.2
Neighbor IP Address: 45.1.1.1
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0004 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0022.02
IPv4 Interface Address: 10.4.9.1
Neighbor IP Address: 10.4.9.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0022 LAN Adjacency SID: 24322 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 1.1.1.4/32
Prefix-SID: index 4 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.4.9.0/24
Metric: 10 IP-Extended 20.1.1.0/24
Metric: 10 IP-Extended 45.1.1.0/24
0000.0000.0003.03-00 0x00000003 0x6B5A 775 0/0/0
Metric: 0 IS-Extended 0000.0000.0003.00
Metric: 0 IS-Extended 0000.0000.0001.00
0000.0000.0004.00-00 0x00000009 0xFA0A 545 0/0/0
Area Address: 49.0001
NLPID: 0xCC
IP Address: 1.1.1.8
Router ID: 1.1.1.8
Router Cap: 1.1.1.8
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended 0000.0000.0002.02
IPv4 Interface Address: 50.1.1.1
Neighbor IP Address: 50.1.1.2
Maximum Link Bandwidth: 100g
Reservable Bandwidth: 100g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 100g
Unreserved Bandwidth at priority 1: 100g
Unreserved Bandwidth at priority 2: 100g
Unreserved Bandwidth at priority 3: 100g
Unreserved Bandwidth at priority 4: 100g
Unreserved Bandwidth at priority 5: 100g
Unreserved Bandwidth at priority 6: 100g
Unreserved Bandwidth at priority 7: 100g
TE-Default Metric: 10
System-ID: 0000.0000.0002 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0004.04
IPv4 Interface Address: 45.1.1.1
Neighbor IP Address: 45.1.1.1
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0003 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0022.03
IPv4 Interface Address: 10.8.9.1
Neighbor IP Address: 10.8.9.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0022 LAN Adjacency SID: 24322 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 1.1.1.8/32
Prefix-SID: index 5 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.8.9.0/24
Metric: 10 IP-Extended 45.1.1.0/24
Metric: 10 IP-Extended 50.1.1.0/24
0000.0000.0004.04-00 0x00000003 0x8D33 1006 0/0/0
Metric: 0 IS-Extended 0000.0000.0004.00
Metric: 0 IS-Extended 0000.0000.0003.00
0000.0000.0011.00-00* 0x0000000E 0xE5FA 432 0/0/0
Area Address: 49.0001
NLPID: 0xCC
IP Address: 1.1.1.1
Router ID: 1.1.1.1
Router Cap: 1.1.1.1
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended 0000.0000.0001.02
IPv4 Interface Address: 10.1.2.1
Neighbor IP Address: 10.1.2.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0001 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0002.03
IPv4 Interface Address: 10.1.6.1
Neighbor IP Address: 10.1.6.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0002 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 1.1.1.1/32
Prefix-SID: index 1 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.1.2.0/24
Metric: 10 IP-Extended 10.1.6.0/24
0000.0000.0022.00-00 0x00000005 0xC06F 550 0/0/0
Area Address: 49.0001
NLPID: 0xCC
IP Address: 1.1.1.9
Router ID: 1.1.1.9
Router Cap: 1.1.1.9
SRGB Range: 8000 SRGB Base SID: 16000 I:1 V:0
SR-Algorithm:
Algorithm: 0
Metric: 10 IS-Extended 0000.0000.0022.03
IPv4 Interface Address: 10.8.9.2
Neighbor IP Address: 10.8.9.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0004 LAN Adjacency SID: 24320 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IS-Extended 0000.0000.0022.02
IPv4 Interface Address: 10.4.9.2
Neighbor IP Address: 10.4.9.2
Maximum Link Bandwidth: 10g
Reservable Bandwidth: 10g
Unreserved Bandwidth:
Unreserved Bandwidth at priority 0: 10g
Unreserved Bandwidth at priority 1: 10g
Unreserved Bandwidth at priority 2: 10g
Unreserved Bandwidth at priority 3: 10g
Unreserved Bandwidth at priority 4: 10g
Unreserved Bandwidth at priority 5: 10g
Unreserved Bandwidth at priority 6: 10g
Unreserved Bandwidth at priority 7: 10g
TE-Default Metric: 10
System-ID: 0000.0000.0003 LAN Adjacency SID: 24321 F:0 B:0 V:1 L:1 S:0 P:0
Metric: 10 IP-Extended 1.1.1.9/32
Prefix-SID: index 6 R:0 N:1 P:0 E:0 V:0 L:0
Metric: 10 IP-Extended 10.8.9.0/24
Metric: 10 IP-Extended 10.4.9.0/24
0000.0000.0022.02-00 0x00000002 0xBBCB 541 0/0/0
Metric: 0 IS-Extended 0000.0000.0022.00
Metric: 0 IS-Extended 0000.0000.0003.00
0000.0000.0022.03-00 0x00000002 0xC8BC 541 0/0/0
Metric: 0 IS-Extended 0000.0000.0022.00
Metric: 0 IS-Extended 0000.0000.0004.00
 
PE1#
PE1#show cspf lsp isis 1
LSP detail
Trunk ID : 1
LSP ID : 1
ISIS Tag Name : 1
Client ID : 0
State : Established(3)
Ingress : 1.1.1.9
Egress : 1.1.1.9
Ext Tunnel ID : 1.1.1.9
LSP Type : 0
Setup Priority : 7
Hold Priority : 0
Hop Limit : 255
Retry Interval : 10
Retry Limit : 10
LSP Metric : 30
Path Constraint :
1.1.1.6 loose
Computed ERO :
10.1.6.2
50.1.1.1
10.8.9.2
 
LSP detail
Trunk ID : 1
LSP ID : 2
ISIS Tag Name : 1
Client ID : 0
State : Established(3)
Ingress : 1.1.1.9
Egress : 1.1.1.9
Ext Tunnel ID : 1.1.1.9
LSP Type : 0
Setup Priority : 7
Hold Priority : 0
Hop Limit : 255
Retry Interval : 10
Retry Limit : 10
LSP Metric : 30
Path Constraint :
10.1.2.2 strict
Computed ERO :
10.1.2.2
20.1.1.2
10.4.9.2
 
PE1#show cspf lsp isis 1
LSP detail
Trunk ID : 1
LSP ID : 1
ISIS Tag Name : 1
Client ID : 0
State : Established(3)
Egress : 1.1.1.9
Ext Tunnel ID : 1.1.1.9
LSP Type : 0
Retry Interval : 10
Retry Timer : OFF
Retry Limit : 100
Remaining Retry Count : 0
LSP Metric : 30
Path Constraint :
1.1.1.6 loose
Computed ERO :
10.1.6.2
50.1.1.1
10.8.9.2
 
LSP detail
Trunk ID : 1
LSP ID : 2
ISIS Tag Name : 1
Client ID : 0
State : Established(3)
Egress : 1.1.1.9
Ext Tunnel ID : 1.1.1.9
LSP Type : 0
Retry Interval : 10
Retry Timer : OFF
Retry Limit : 100
Remaining Retry Count : 0
LSP Metric : 30
Path Constraint :
10.1.2.2 strict
Computed ERO :
10.1.2.2
20.1.1.2
10.4.9.2
 
PE1#
 
Validation 4
PE1#show mpls vrf-table
Output for IPv4 VRF table with id: 2
Primary FTN entry with FEC: 202.1.1.0/24, id: 1, row status: Active, Tunnel-Policy: N/A
Owner: BGP, distance: 0, Action-type: Redirect to Tunnel, Exp-bits: 0x0, Incoming DSCP: none
Transport Tunnel id: 1, Protected LSP id: 0, QoS Resource id: 0, Description: N/A, Color: 1
Cross connect ix: 8, in intf: - in label: 0 out-segment ix: 12
Owner: BGP, Persistent: No, Admin Status: Up, Oper Status: Up
Out-segment with ix: 12, owner: BGP, Stale: NO, BGP out intf: eth1, transport out intf: eth1, out label: 24960
Nexthop addr: 1.1.1.9 cross connect ix: 8, op code: Push and Lookup
 
PE1#
Last modified date: 10/20/2023