Configuration
Modify the metric in the following links to create a non-ECMP path from P2
to PE
:
- On the
P2
router, increase the metric from10
to100
on theGigabitEthernet0/0/0/1
andGigabitEthernet0/0/0/3
interfaces toward the routersP6
andP7
, respectively:P2
router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast metric 100 ! ! interface GigabitEthernet0/0/0/3 address-family ipv4 unicast metric 100
- On the
P6
router, increase the metric from10
to100
on theGigabitEthernet0/0/0/1
interface towardP2
:P6
router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast metric 100
- On the
P7
router, increase the metric from10
to100
on theGigabitEthernet0/0/0/3
interface towardP2
:P7
router isis IGP interface GigabitEthernet0/0/0/3 address-family ipv4 unicast metric 100
The increase in the metrics results...