For feedback and comments: |
documentation.feedback@alcatel-lucent.com |
• Figure 284: Link Bundle SchematicConsider the network in Figure 284, where a Provider Edge router PE-1 connects to a core network comprised of two Provider (P) routers and a single Autonomous System Border Router (ASBR). The links between PE-1 and P-1, and PE-1 and P-2 are 10 Gigabit Ethernet links. The links between ASBR-1 and P-1 and P-2 are both 100Gig links. The link metrics are as shown in Figure 284.Figure 285: Effect of Single Link Failure on Bundle GroupUsing Figure 285 as an example, the links between PE-1 and P-1 are included in a bundle group. To illustrate the change in metrics, a default static route is configured on ASBR-1 and re-distributed into IS-IS, and the path to this route is monitored at PE-1. Similarly, a static route to subnet 172.16.0.0/16 is configured on PE-1 and redistributed into IS-IS and viewed on ASBR-1.Consider a second and subsequent failure where a link between PE-1 and P-2 also fails, so that there is only one active IS-IS interface between PE-1 and each of its neighboring P routers. This is shown in Figure 286.Figure 286: Double Link FailureThis can be summarized using the following table, where ABCD are the 4 links as per Figure 284 and link status is Up (U) or Down (D).
Figure 287: Test TopologyA:PE-1>config>router# info----------------------------------------------interface "int-PE-1-P-1-1"address 192.168.0.1/30port 1/2/1no shutdownexitinterface "int-PE-1-P-1-2"address 192.168.1.1/30port 1/2/2no shutdownexitinterface "int-PE-1-P-2-1"address 192.168.2.1/30port 1/2/5no shutdownexitinterface "int-PE-1-P-2-2"address 192.168.3.1/30port 1/2/6no shutdownexitinterface "system"address 192.0.2.1/32no shutdownexitecmp 2A:PE-1>config>router>isis# info----------------------------------------------level-capability level-1area-id 49.0001advertise-passive-onlyinterface "system"level-capability level-1passiveno shutdownexitinterface "int-PE-1-P-1-1"level-capability level-1interface-type point-to-pointlevel 1metric 10exitno shutdownexitinterface "int-PE-1-P-1-2"level-capability level-1interface-type point-to-pointlevel 1metric 10exitno shutdownexitinterface "int-PE-1-P-2-1"level-capability level-1interface-type point-to-pointlevel 1metric 30exitno shutdownexitinterface "int-PE-1-P-2-2"level-capability level-1interface-type point-to-pointlevel 1metric 30exitno shutdownexitA:PE-1>config>router>isis# info----------------------------------------------link-group "PE-1-Link-Group-1"level 1ipv4-unicast-metric-offset 90member "int-PE-1-P-1-1"member "int-PE-1-P-1-2"revert-members 2oper-members 2exitexitA:PE-1>config>router>isis# info----------------------------------------------link-group "PE-1-Link-Group-2"level 1ipv4-unicast-metric-offset 70member "int-PE-1-P-2-1"member "int-PE-1-P-2-2"revert-members 2oper-members 2exitexitno shutdownA:P-1>config>router>isis# info----------------------------------------------level-capability level-1area-id 49.0001advertise-passive-onlyinterface "system"level-capability level-1passiveno shutdownexitinterface "int-P-1-PE-1-1"level-capability level-1interface-type point-to-pointlevel 1metric 10exitno shutdownexitinterface "int-P-1-PE-1-2"level-capability level-1interface-type point-to-pointlevel 1metric 10exitno shutdownexitinterface "int-P-1-PE-2"level-capability level-1interface-type point-to-pointlevel 1metric 1exitno shutdownexitlink-group "P1-Link-Group-1"level 1ipv4-unicast-metric-offset 90member "int-P-1-PE-1-1"member "int-P-1-PE-1-2"revert-members 2oper-members 2exitexitno shutdownB:P-2>config>router>isis# info----------------------------------------------level-capability level-1area-id 49.0001advertise-passive-onlyinterface "system"level-capability level-1passiveno shutdownexitinterface "int-P-2-PE-1-1"level-capability level-1interface-type point-to-pointlevel 1metric 30exitno shutdownexitinterface "int-P-2-PE-1-2"level-capability level-1interface-type point-to-pointlevel 1metric 30exitno shutdownexitinterface "int-P-2-PE-2"level-capability level-1interface-type point-to-pointlevel 1metric 1exitno shutdownexitlink-group "P2-Link-Group-1"level 1ipv4-unicast-metric-offset 70member "int-P-2-PE-1-1"member "int-P-2-PE-1-2"revert-members 2oper-members 2exitexitno shutdownA:PE-1# show router isis link-group-status===============================================================================ISIS Link-Group Status===============================================================================Link-group Mbrs Oper Revert Active Level StateMbr Mbr Mbr-------------------------------------------------------------------------------PE-1-Link-Group-1 2 2 2 2 L1 normalPE-1-Link-Group-2 2 2 2 2 L1 normal===============================================================================A:PE-1# show router isis link-group-member-status level 1 "PE-1-Link-Group-1"===============================================================================ISIS Link-Group Member===============================================================================Link-group I/F name Level State-------------------------------------------------------------------------------PE-1-Link-Group-1 int-PE-1-P-1-1 L1 UpPE-1-Link-Group-1 int-PE-1-P-1-2 L1 Up-------------------------------------------------------------------------------Legend: BER = bitErrorRate===============================================================================PE-1-Link-Group-2 2 2 2 2 L1 normal===============================================================================A:PE-1# show router isis link-group-member-status "PE-1-Link-Group-2"===============================================================================ISIS Link-Group Member===============================================================================Link-group I/F name Level State-------------------------------------------------------------------------------PE-1-Link-Group-2 int-PE-1-P-2-1 L1 UpPE-1-Link-Group-2 int-PE-1-P-2-2 L1 Up-------------------------------------------------------------------------------Legend: BER = bitErrorRate===============================================================================A:P-1# show router isis link-group-status===============================================================================ISIS Link-Group Status===============================================================================Link-group Mbrs Oper Revert Active Level StateMbr Mbr Mbr-------------------------------------------------------------------------------P1-Link-Group-1 2 2 2 2 L1 normal===============================================================================A:P-1# show router isis link-group-member-status "P1-Link-Group-1"===============================================================================ISIS Link-Group Member===============================================================================Link-group I/F name Level State-------------------------------------------------------------------------------P1-Link-Group-1 int-P-1-PE-1-1 L1 UpP1-Link-Group-1 int-P-1-PE-1-2 L1 Up-------------------------------------------------------------------------------Legend: BER = bitErrorRateA:PE-1# show router route-table 0.0.0.0/0===============================================================================Route Table (Router: Base)===============================================================================Dest Prefix[Flags] Type Proto Age PrefNext Hop[Interface Name] Metric-------------------------------------------------------------------------------0.0.0.0/0 Remote ISIS 00h02m00s 15192.168.0.2 110.0.0.0/0 Remote ISIS 00h02m00s 15192.168.1.2 11-------------------------------------------------------------------------------No. of Routes: 2Flags: L = LFA nexthop available B = BGP backup route availablen = Number of times nexthop is repeated===============================================================================Figure 288: Link FailureOne of the links between PE-1 and P-1 is put into a failed state by shutting down port 4/1/1 on P-1, as per Figure 288.*A:P-1# configure port 4/1/1 shutdownA:PE-1# show router route-table 0.0.0.0/0===============================================================================Route Table (Router: Base)===============================================================================Dest Prefix[Flags] Type Proto Age PrefNext Hop[Interface Name] Metric-------------------------------------------------------------------------------0.0.0.0/0 Remote ISIS 00h00m24s 15192.168.2.2 310.0.0.0/0 Remote ISIS 00h00m24s 15192.168.3.2 31-------------------------------------------------------------------------------No. of Routes: 2Flags: L = LFA nexthop available B = BGP backup route availablen = Number of times nexthop is repeated===============================================================================A:PE-1# show router isis link-group-status===============================================================================ISIS Link-Group Status===============================================================================Link-group Mbrs Oper Revert Active Level StateMbr Mbr Mbr-------------------------------------------------------------------------------PE-1-Link-Group-1 2 2 2 1 L1 Offset-AppliedPE-1-Link-Group-2 2 2 2 2 L1 normal===============================================================================A:PE-1# show router isis link-group-member-status "PE-1-Link-Group-1"===============================================================================ISIS Link-Group Member===============================================================================Link-group I/F name Level State-------------------------------------------------------------------------------PE-1-Link-Group-1 int-PE-1-P-1-1 L1 If-DownPE-1-Link-Group-1 int-PE-1-P-1-2 L1 Up-------------------------------------------------------------------------------Legend: BER = bitErrorRate===============================================================================#A:PE-1# show router isis database "PE-1" detail===============================================================================ISIS Database===============================================================================Displaying Level 1 database-------------------------------------------------------------------------------LSP ID : PE-1.00-00 Level : L1Sequence : 0xa8 Checksum : 0x735e Lifetime : 1151Version : 1 Pkt Type : 18 Pkt Ver : 1Attributes: L1 Max Area : 3SysID Len : 6 Used Len : 168 Alloc Len : 1492TLVs :Area Addresses:Area Address : (3) 49.0001Supp Protocols:Protocols : IPv4IS-Hostname : PE-1Router ID :Router ID : 192.0.2.1I/F Addresses :I/F Address : 192.0.2.1I/F Address : 192.168.1.1I/F Address : 192.168.2.1I/F Address : 192.168.3.1TE IS Nbrs :Nbr : P2.00Default Metric : 30Sub TLV Len : 12IF Addr : 192.168.2.1Nbr IP : 192.168.2.2TE IS Nbrs :Nbr : P2.00Default Metric : 30Sub TLV Len : 12IF Addr : 192.168.3.1Nbr IP : 192.168.3.2TE IS Nbrs :Nbr : P-1.00Default Metric : 100
Sub TLV Len : 12IF Addr : 192.168.1.1Nbr IP : 192.168.1.2TE IP Reach :Default Metric : 0Control Info: , prefLen 32Prefix : 192.0.2.1Default Metric : 1Control Info: , prefLen 16Prefix : 172.16.0.0Level (1) LSP Count : 1Displaying Level 2 database-------------------------------------------------------------------------------Level (2) LSP Count : 0===============================================================================--Figure 289: Second Link Failure*A:P-2# configure port 1/2/5 shutdownA:PE-1# show router route-table 0.0.0.0/0===============================================================================Route Table (Router: Base)===============================================================================Dest Prefix[Flags] Type Proto Age PrefNext Hop[Interface Name] Metric-------------------------------------------------------------------------------0.0.0.0/0 Remote ISIS 00h38m20s 15192.168.1.2 1010.0.0.0/0 Remote ISIS 00h38m20s 15192.168.3.2 101-------------------------------------------------------------------------------No. of Routes: 2Flags: L = LFA nexthop available B = BGP backup route availablen = Number of times nexthop is repeated===============================================================================A:PE-1#*A:PE-1# show router isis database "PE-1.00-00" detail===============================================================================ISIS Database===============================================================================Displaying Level 1 database-------------------------------------------------------------------------------LSP ID : PE-1.00-00 Level : L1Sequence : 0xaa Checksum : 0xad06 Lifetime : 1105Version : 1 Pkt Type : 18 Pkt Ver : 1Attributes: L1 Max Area : 3SysID Len : 6 Used Len : 139 Alloc Len : 1492TLVs :Area Addresses:Area Address : (3) 49.0001Supp Protocols:Protocols : IPv4IS-Hostname : PE-1Router ID :Router ID : 192.0.2.1I/F Addresses :I/F Address : 192.0.2.1I/F Address : 192.168.1.1I/F Address : 192.168.3.1TE IS Nbrs :Nbr : P2.00Default Metric : 100
Sub TLV Len : 12IF Addr : 192.168.3.1Nbr IP : 192.168.3.2TE IS Nbrs :Nbr : P-1.00Default Metric : 100
Sub TLV Len : 12IF Addr : 192.168.1.1Nbr IP : 192.168.1.2TE IP Reach :Default Metric : 0Control Info: , prefLen 32Prefix : 192.0.2.1Default Metric : 1Control Info: , prefLen 16Prefix : 172.16.0.0Level (1) LSP Count : 1Displaying Level 2 database-------------------------------------------------------------------------------Level (2) LSP Count : 0===============================================================================