├── chapter09 ├── lab_8_P8.mlaprep.xrcfg ├── lab_8_P8.mlatrgr.xrcfg ├── lab_8_P2.mlaprep.xrcfg ├── lab_8_P2.mlarestore.xrcfg ├── lab_8_P2.mla.xrcfg └── lab_8_P7.mlarestore.xrcfg ├── Segment_Routing_MPLS.zip ├── chapter04 ├── lab_3_P2.noldp.xrcfg ├── lab_3_P3.noldp.xrcfg ├── lab_3_P4.noldp.xrcfg ├── lab_3_P6.noldp.xrcfg ├── lab_3_P7.noldp.xrcfg ├── lab_3_P8.noldp.xrcfg ├── lab_3_PE1.noldp.xrcfg ├── lab_3_PE5.noldp.xrcfg ├── lab_3_P6.nosrms.xrcfg ├── lab_3_P4.sronly_p1.xrcfg ├── lab_3_P8.sronly_p1.xrcfg ├── lab_3_PE5.sronly_p1.xrcfg └── lab_3_P6.srms.xrcfg ├── chapter14 ├── lab_13_P2.tilfa_tiebrkr_prefer_link.xrcfg ├── lab_13_P2.prep.xrcfg ├── lab_13_P9.tilfa_tiebrkr_prefer_srlg.xrcfg └── lab_13_P9.prep.xrcfg ├── chapter03 ├── lab_2_P2.srprefer.xrcfg ├── lab_2_P3.srprefer.xrcfg ├── lab_2_P6.srprefer.xrcfg ├── lab_2_P7.srprefer.xrcfg ├── lab_2_PE1.srprefer.xrcfg ├── lab_2_P2.sr.xrcfg ├── lab_2_P3.sr.xrcfg ├── lab_2_P6.sr.xrcfg ├── lab_2_P7.sr.xrcfg └── lab_2_PE1.sr.xrcfg ├── chapter12 ├── lab_11_P7.tilfa_ns_gw_srlg_revert.xrcfg ├── lab_11_P2.tilfa_ns_gw_srlg.xrcfg ├── lab_11_P2.tilfa_ns_gw_srlg_revert.xrcfg └── lab_11_P7.tilfa_ns_gw_srlg.xrcfg ├── chapter06 ├── lab_5_P6.zs_tilfa.xrcfg ├── lab_5_P7.zs_tilfa.xrcfg ├── lab_5_P6.zs_tilfa_revert.xrcfg ├── lab_5_P7.zs_tilfa_revert.xrcfg ├── lab_5_P2.zs_tilfa.xrcfg └── lab_5_P2.zs_tilfa_revert.xrcfg ├── chapter08 ├── lab_7_P4.ds_tilfa.xrcfg ├── lab_7_P8.ds_tilfa.xrcfg ├── lab_7_P4.ds_tilfa_revert.xrcfg └── lab_7_P8.ds_tilfa_revert.xrcfg ├── chapter10 ├── lab_9_P2.tilfa_ns_node.xrcfg ├── lab_9_P4.tilfa_ns_prep.xrcfg ├── lab_9_P6.tilfa_ns_prep.xrcfg ├── lab_9_P2.tilfa_ns_node_revert.xrcfg ├── lab_9_P8.tilfa_ns_prep.xrcfg ├── lab_9_P2.mpls_traffic_eng.xrcfg ├── lab_9_P3.mpls_traffic_eng.xrcfg ├── lab_9_P4.mpls_traffic_eng.xrcfg ├── lab_9_P6.mpls_traffic_eng.xrcfg ├── lab_9_P7.mpls_traffic_eng.xrcfg ├── lab_9_P8.mpls_traffic_eng.xrcfg ├── lab_9_PE1.mpls_traffic_eng.xrcfg ├── lab_9_PE5.mpls_traffic_eng.xrcfg └── lab_9_P7.tilfa_ns_prep.xrcfg ├── chapter13 └── lab_12_P2.tilfa_ns_node_plus_srlg.xrcfg ├── chapter07 └── lab_6_P7.ss_tilfa.xrcfg ├── chapter05 ├── lab_4_PE1.tilfa.xrcfg ├── lab_4_PE5.tilfa.xrcfg ├── lab_4_P6.tilfa.xrcfg ├── lab_4_P8.tilfa.xrcfg ├── lab_4_P3.tilfa.xrcfg ├── lab_4_P4.tilfa.xrcfg ├── lab_4_P2.tilfa.xrcfg └── lab_4_P7.tilfa.xrcfg ├── chapter11 └── lab_10_P2.tilfa_ns_local_srlg.xrcfg ├── startup-config ├── lab_0_P2.base.xrcfg ├── lab_0_P3.base.xrcfg ├── lab_0_P4.base.xrcfg ├── lab_0_P6.base.xrcfg ├── lab_0_P7.base.xrcfg ├── lab_0_P8.base.xrcfg ├── lab_0_P9.base.xrcfg ├── lab_0_PE1.base.xrcfg └── lab_0_PE5.base.xrcfg ├── chapter02 ├── lab_1_PE1.ip_mpls.xrcfg ├── lab_1_PE5.ip_mpls.xrcfg ├── lab_1_P6.ip_mpls.xrcfg ├── lab_1_P8.ip_mpls.xrcfg ├── lab_1_P3.ip_mpls.xrcfg ├── lab_1_P4.ip_mpls.xrcfg ├── lab_1_P2.ip_mpls.xrcfg └── lab_1_P7.ip_mpls.xrcfg ├── LICENSE ├── README.md └── CML_SRMPLS.yaml /chapter09/lab_8_P8.mlaprep.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | shutdown 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter09/lab_8_P8.mlatrgr.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | no shutdown 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /Segment_Routing_MPLS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Segment-Routing-in-MPLS-Networks/HEAD/Segment_Routing_MPLS.zip -------------------------------------------------------------------------------- /chapter04/lab_3_P2.noldp.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no mpls ldp auto-config 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter04/lab_3_P3.noldp.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no mpls ldp auto-config 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter04/lab_3_P4.noldp.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no mpls ldp auto-config 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter04/lab_3_P6.noldp.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no mpls ldp auto-config 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter04/lab_3_P7.noldp.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no mpls ldp auto-config 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter04/lab_3_P8.noldp.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no mpls ldp auto-config 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter04/lab_3_PE1.noldp.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no mpls ldp auto-config 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter04/lab_3_PE5.noldp.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no mpls ldp auto-config 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter14/lab_13_P2.tilfa_tiebrkr_prefer_link.xrcfg: -------------------------------------------------------------------------------- 1 | srlg 2 | interface GigabitEthernet0/0/0/1 3 | name SRLG-100 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter03/lab_2_P2.srprefer.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls sr-prefer 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter03/lab_2_P3.srprefer.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls sr-prefer 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter03/lab_2_P6.srprefer.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls sr-prefer 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter03/lab_2_P7.srprefer.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls sr-prefer 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter03/lab_2_PE1.srprefer.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls sr-prefer 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter12/lab_11_P7.tilfa_ns_gw_srlg_revert.xrcfg: -------------------------------------------------------------------------------- 1 | no router isis IGP address-family ipv4 unicast advertise application lfa link-attributes srlg 2 | ! 3 | 4 | -------------------------------------------------------------------------------- /chapter09/lab_8_P2.mlaprep.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/0 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter14/lab_13_P2.prep.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | fast-reroute per-prefix tiebreaker srlg-disjoint index 255 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter06/lab_5_P6.zs_tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter06/lab_5_P7.zs_tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/3 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter08/lab_7_P4.ds_tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter08/lab_7_P8.ds_tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter09/lab_8_P2.mlarestore.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/0 3 | address-family ipv4 unicast 4 | metric 10 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter06/lab_5_P6.zs_tilfa_revert.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | address-family ipv4 unicast 4 | metric 10 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter06/lab_5_P7.zs_tilfa_revert.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/3 3 | address-family ipv4 unicast 4 | metric 10 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter08/lab_7_P4.ds_tilfa_revert.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | address-family ipv4 unicast 4 | metric 10 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter08/lab_7_P8.ds_tilfa_revert.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | address-family ipv4 unicast 4 | metric 10 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter10/lab_9_P2.tilfa_ns_node.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | fast-reroute per-prefix tiebreaker node-protecting index 200 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter10/lab_9_P4.tilfa_ns_prep.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/4 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter10/lab_9_P6.tilfa_ns_prep.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/0 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter12/lab_11_P2.tilfa_ns_gw_srlg.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | fast-reroute per-prefix srlg-protection weighted-global 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter10/lab_9_P2.tilfa_ns_node_revert.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no fast-reroute per-prefix tiebreaker node-protecting index 200 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter12/lab_11_P2.tilfa_ns_gw_srlg_revert.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no fast-reroute per-prefix srlg-protection weighted-global 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter13/lab_12_P2.tilfa_ns_node_plus_srlg.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | fast-reroute per-prefix tiebreaker node-protecting index 200 4 | ! 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter14/lab_13_P9.tilfa_tiebrkr_prefer_srlg.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/3 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /chapter09/lab_8_P2.mla.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | microloop avoidance segment-routing 4 | microloop avoidance rib-update-delay 60000 5 | ! 6 | ! 7 | 8 | -------------------------------------------------------------------------------- /chapter10/lab_9_P8.tilfa_ns_prep.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | shutdown 4 | ! 5 | interface GigabitEthernet0/0/0/2 6 | shutdown 7 | ! 8 | ! 9 | 10 | -------------------------------------------------------------------------------- /chapter10/lab_9_P2.mpls_traffic_eng.xrcfg: -------------------------------------------------------------------------------- 1 | ipv4 unnumbered mpls traffic-eng Loopback0 2 | router isis IGP address-family ipv4 unicast mpls traffic-eng router-id Loopback0 3 | mpls traffic-eng 4 | ! 5 | 6 | -------------------------------------------------------------------------------- /chapter10/lab_9_P3.mpls_traffic_eng.xrcfg: -------------------------------------------------------------------------------- 1 | ipv4 unnumbered mpls traffic-eng Loopback0 2 | router isis IGP address-family ipv4 unicast mpls traffic-eng router-id Loopback0 3 | mpls traffic-eng 4 | ! 5 | 6 | -------------------------------------------------------------------------------- /chapter10/lab_9_P4.mpls_traffic_eng.xrcfg: -------------------------------------------------------------------------------- 1 | ipv4 unnumbered mpls traffic-eng Loopback0 2 | router isis IGP address-family ipv4 unicast mpls traffic-eng router-id Loopback0 3 | mpls traffic-eng 4 | ! 5 | 6 | -------------------------------------------------------------------------------- /chapter10/lab_9_P6.mpls_traffic_eng.xrcfg: -------------------------------------------------------------------------------- 1 | ipv4 unnumbered mpls traffic-eng Loopback0 2 | router isis IGP address-family ipv4 unicast mpls traffic-eng router-id Loopback0 3 | mpls traffic-eng 4 | ! 5 | 6 | -------------------------------------------------------------------------------- /chapter10/lab_9_P7.mpls_traffic_eng.xrcfg: -------------------------------------------------------------------------------- 1 | ipv4 unnumbered mpls traffic-eng Loopback0 2 | router isis IGP address-family ipv4 unicast mpls traffic-eng router-id Loopback0 3 | mpls traffic-eng 4 | ! 5 | 6 | -------------------------------------------------------------------------------- /chapter10/lab_9_P8.mpls_traffic_eng.xrcfg: -------------------------------------------------------------------------------- 1 | ipv4 unnumbered mpls traffic-eng Loopback0 2 | router isis IGP address-family ipv4 unicast mpls traffic-eng router-id Loopback0 3 | mpls traffic-eng 4 | ! 5 | 6 | -------------------------------------------------------------------------------- /chapter10/lab_9_PE1.mpls_traffic_eng.xrcfg: -------------------------------------------------------------------------------- 1 | ipv4 unnumbered mpls traffic-eng Loopback0 2 | router isis IGP address-family ipv4 unicast mpls traffic-eng router-id Loopback0 3 | mpls traffic-eng 4 | ! 5 | 6 | -------------------------------------------------------------------------------- /chapter10/lab_9_PE5.mpls_traffic_eng.xrcfg: -------------------------------------------------------------------------------- 1 | ipv4 unnumbered mpls traffic-eng Loopback0 2 | router isis IGP address-family ipv4 unicast mpls traffic-eng router-id Loopback0 3 | mpls traffic-eng 4 | ! 5 | 6 | -------------------------------------------------------------------------------- /chapter04/lab_3_P6.nosrms.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | no segment-routing prefix-sid-map advertise-local 4 | ! 5 | ! 6 | root 7 | 8 | no segment-routing 9 | ! 10 | 11 | -------------------------------------------------------------------------------- /chapter03/lab_2_P2.sr.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls 4 | ! 5 | interface Loopback0 6 | address-family ipv4 unicast 7 | prefix-sid index 2 8 | ! 9 | ! 10 | ! 11 | 12 | -------------------------------------------------------------------------------- /chapter03/lab_2_P3.sr.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls 4 | ! 5 | interface Loopback0 6 | address-family ipv4 unicast 7 | prefix-sid index 3 8 | ! 9 | ! 10 | ! 11 | 12 | -------------------------------------------------------------------------------- /chapter03/lab_2_P6.sr.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls 4 | ! 5 | interface Loopback0 6 | address-family ipv4 unicast 7 | prefix-sid index 6 8 | ! 9 | ! 10 | ! 11 | 12 | -------------------------------------------------------------------------------- /chapter03/lab_2_P7.sr.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls 4 | ! 5 | interface Loopback0 6 | address-family ipv4 unicast 7 | prefix-sid index 7 8 | ! 9 | ! 10 | ! 11 | 12 | -------------------------------------------------------------------------------- /chapter03/lab_2_PE1.sr.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls 4 | ! 5 | interface Loopback0 6 | address-family ipv4 unicast 7 | prefix-sid index 1 8 | ! 9 | ! 10 | ! 11 | 12 | -------------------------------------------------------------------------------- /chapter04/lab_3_P4.sronly_p1.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls sr-prefer 4 | ! 5 | interface Loopback0 6 | address-family ipv4 unicast 7 | prefix-sid index 4 8 | ! 9 | ! 10 | ! 11 | 12 | -------------------------------------------------------------------------------- /chapter04/lab_3_P8.sronly_p1.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls sr-prefer 4 | ! 5 | interface Loopback0 6 | address-family ipv4 unicast 7 | prefix-sid index 8 8 | ! 9 | ! 10 | ! 11 | 12 | -------------------------------------------------------------------------------- /chapter04/lab_3_PE5.sronly_p1.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | address-family ipv4 unicast 3 | segment-routing mpls sr-prefer 4 | ! 5 | interface Loopback0 6 | address-family ipv4 unicast 7 | prefix-sid index 5 8 | ! 9 | ! 10 | ! 11 | 12 | -------------------------------------------------------------------------------- /chapter07/lab_6_P7.ss_tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | shutdown 4 | ! 5 | interface GigabitEthernet0/0/0/3 6 | shutdown 7 | ! 8 | interface GigabitEthernet0/0/0/4 9 | shutdown 10 | ! 11 | ! 12 | 13 | -------------------------------------------------------------------------------- /chapter05/lab_4_PE1.tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix 2 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 3 | ! 4 | 5 | -------------------------------------------------------------------------------- /chapter05/lab_4_PE5.tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix 2 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 3 | ! 4 | 5 | -------------------------------------------------------------------------------- /chapter09/lab_8_P7.mlarestore.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | no shutdown 4 | ! 5 | interface GigabitEthernet0/0/0/3 6 | no shutdown 7 | ! 8 | interface GigabitEthernet0/0/0/4 9 | no shutdown 10 | ! 11 | ! 12 | 13 | -------------------------------------------------------------------------------- /chapter12/lab_11_P7.tilfa_ns_gw_srlg.xrcfg: -------------------------------------------------------------------------------- 1 | srlg 2 | interface GigabitEthernet0/0/0/1 3 | name SRLG-100 4 | ! 5 | name SRLG-100 6 | value 100 7 | ! 8 | ! 9 | router isis IGP address-family ipv4 unicast advertise application lfa link-attributes srlg 10 | ! 11 | 12 | -------------------------------------------------------------------------------- /chapter06/lab_5_P2.zs_tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | interface GigabitEthernet0/0/0/3 8 | address-family ipv4 unicast 9 | metric 100 10 | ! 11 | ! 12 | ! 13 | 14 | -------------------------------------------------------------------------------- /chapter06/lab_5_P2.zs_tilfa_revert.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/1 3 | address-family ipv4 unicast 4 | metric 10 5 | ! 6 | ! 7 | interface GigabitEthernet0/0/0/3 8 | address-family ipv4 unicast 9 | metric 10 10 | ! 11 | ! 12 | ! 13 | 14 | -------------------------------------------------------------------------------- /chapter10/lab_9_P7.tilfa_ns_prep.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP 2 | interface GigabitEthernet0/0/0/0 3 | address-family ipv4 unicast 4 | metric 100 5 | ! 6 | ! 7 | interface GigabitEthernet0/0/0/4 8 | address-family ipv4 unicast 9 | metric 100 10 | ! 11 | ! 12 | ! 13 | 14 | -------------------------------------------------------------------------------- /chapter11/lab_10_P2.tilfa_ns_local_srlg.xrcfg: -------------------------------------------------------------------------------- 1 | srlg 2 | interface GigabitEthernet0/0/0/0 3 | name SRLG-100 4 | ! 5 | interface GigabitEthernet0/0/0/3 6 | name SRLG-100 7 | ! 8 | name SRLG-100 value 100 9 | ! 10 | router isis IGP 11 | address-family ipv4 unicast 12 | fast-reroute per-prefix tiebreaker srlg-disjoint index 100 13 | ! 14 | ! 15 | 16 | -------------------------------------------------------------------------------- /chapter04/lab_3_P6.srms.xrcfg: -------------------------------------------------------------------------------- 1 | segment-routing 2 | mapping-server 3 | prefix-sid-map 4 | address-family ipv4 5 | 4.4.4.4/32 4 6 | 5.5.5.5/32 5 7 | 8.8.8.8/32 8 8 | ! 9 | ! 10 | ! 11 | ! 12 | root 13 | 14 | router isis IGP 15 | address-family ipv4 unicast 16 | segment-routing prefix-sid-map advertise-local 17 | ! 18 | ! 19 | root 20 | ! 21 | 22 | -------------------------------------------------------------------------------- /chapter05/lab_4_P6.tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix 2 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 3 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix 4 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 5 | ! 6 | 7 | -------------------------------------------------------------------------------- /chapter05/lab_4_P8.tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix 2 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 3 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix 4 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 5 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix 6 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 7 | ! 8 | 9 | -------------------------------------------------------------------------------- /startup-config/lab_0_P2.base.xrcfg: -------------------------------------------------------------------------------- 1 | username cisco 2 | group root-lr 3 | group cisco-support 4 | secret 10 $6$m69UO/m0cK.e3O/.$EtYXDVl3/aphJkazxKy145fyIY/./Xxt1fi7B3tjYemXr6pzHEJRNfq1DxNJ..WlAQx4wFr6kJesSGtKLv8/k/ 5 | ! 6 | vrf mgmt 7 | ! 8 | call-home 9 | service active 10 | contact smart-licensing 11 | profile CiscoTAC-1 12 | active 13 | destination transport-method email disable 14 | destination transport-method http 15 | ! 16 | ! 17 | interface MgmtEth0/RP0/CPU0/0 18 | vrf mgmt 19 | ipv4 address 192.168.18.2 255.255.255.0 20 | no shutdown 21 | ! 22 | grpc 23 | dscp cs4 24 | port 57400 25 | no-tls 26 | max-streams 128 27 | max-streams-per-user 128 28 | address-family dual 29 | max-request-total 256 30 | max-request-per-user 32 31 | ! 32 | ssh server vrf mgmt 33 | ssh server vrf default 34 | root 35 | ! 36 | 37 | -------------------------------------------------------------------------------- /startup-config/lab_0_P3.base.xrcfg: -------------------------------------------------------------------------------- 1 | username cisco 2 | group root-lr 3 | group cisco-support 4 | secret 10 $6$m69UO/m0cK.e3O/.$EtYXDVl3/aphJkazxKy145fyIY/./Xxt1fi7B3tjYemXr6pzHEJRNfq1DxNJ..WlAQx4wFr6kJesSGtKLv8/k/ 5 | ! 6 | vrf mgmt 7 | ! 8 | call-home 9 | service active 10 | contact smart-licensing 11 | profile CiscoTAC-1 12 | active 13 | destination transport-method email disable 14 | destination transport-method http 15 | ! 16 | ! 17 | interface MgmtEth0/RP0/CPU0/0 18 | vrf mgmt 19 | ipv4 address 192.168.18.3 255.255.255.0 20 | no shutdown 21 | ! 22 | grpc 23 | dscp cs4 24 | port 57400 25 | no-tls 26 | max-streams 128 27 | max-streams-per-user 128 28 | address-family dual 29 | max-request-total 256 30 | max-request-per-user 32 31 | ! 32 | ssh server vrf mgmt 33 | ssh server vrf default 34 | root 35 | ! 36 | 37 | -------------------------------------------------------------------------------- /startup-config/lab_0_P4.base.xrcfg: -------------------------------------------------------------------------------- 1 | username cisco 2 | group root-lr 3 | group cisco-support 4 | secret 10 $6$m69UO/m0cK.e3O/.$EtYXDVl3/aphJkazxKy145fyIY/./Xxt1fi7B3tjYemXr6pzHEJRNfq1DxNJ..WlAQx4wFr6kJesSGtKLv8/k/ 5 | ! 6 | vrf mgmt 7 | ! 8 | call-home 9 | service active 10 | contact smart-licensing 11 | profile CiscoTAC-1 12 | active 13 | destination transport-method email disable 14 | destination transport-method http 15 | ! 16 | ! 17 | interface MgmtEth0/RP0/CPU0/0 18 | vrf mgmt 19 | ipv4 address 192.168.18.4 255.255.255.0 20 | no shutdown 21 | ! 22 | grpc 23 | dscp cs4 24 | port 57400 25 | no-tls 26 | max-streams 128 27 | max-streams-per-user 128 28 | address-family dual 29 | max-request-total 256 30 | max-request-per-user 32 31 | ! 32 | ssh server vrf mgmt 33 | ssh server vrf default 34 | root 35 | ! 36 | 37 | -------------------------------------------------------------------------------- /startup-config/lab_0_P6.base.xrcfg: -------------------------------------------------------------------------------- 1 | username cisco 2 | group root-lr 3 | group cisco-support 4 | secret 10 $6$m69UO/m0cK.e3O/.$EtYXDVl3/aphJkazxKy145fyIY/./Xxt1fi7B3tjYemXr6pzHEJRNfq1DxNJ..WlAQx4wFr6kJesSGtKLv8/k/ 5 | ! 6 | vrf mgmt 7 | ! 8 | call-home 9 | service active 10 | contact smart-licensing 11 | profile CiscoTAC-1 12 | active 13 | destination transport-method email disable 14 | destination transport-method http 15 | ! 16 | ! 17 | interface MgmtEth0/RP0/CPU0/0 18 | vrf mgmt 19 | ipv4 address 192.168.18.6 255.255.255.0 20 | no shutdown 21 | ! 22 | grpc 23 | dscp cs4 24 | port 57400 25 | no-tls 26 | max-streams 128 27 | max-streams-per-user 128 28 | address-family dual 29 | max-request-total 256 30 | max-request-per-user 32 31 | ! 32 | ssh server vrf mgmt 33 | ssh server vrf default 34 | root 35 | ! 36 | 37 | -------------------------------------------------------------------------------- /startup-config/lab_0_P7.base.xrcfg: -------------------------------------------------------------------------------- 1 | username cisco 2 | group root-lr 3 | group cisco-support 4 | secret 10 $6$m69UO/m0cK.e3O/.$EtYXDVl3/aphJkazxKy145fyIY/./Xxt1fi7B3tjYemXr6pzHEJRNfq1DxNJ..WlAQx4wFr6kJesSGtKLv8/k/ 5 | ! 6 | vrf mgmt 7 | ! 8 | call-home 9 | service active 10 | contact smart-licensing 11 | profile CiscoTAC-1 12 | active 13 | destination transport-method email disable 14 | destination transport-method http 15 | ! 16 | ! 17 | interface MgmtEth0/RP0/CPU0/0 18 | vrf mgmt 19 | ipv4 address 192.168.18.7 255.255.255.0 20 | no shutdown 21 | ! 22 | grpc 23 | dscp cs4 24 | port 57400 25 | no-tls 26 | max-streams 128 27 | max-streams-per-user 128 28 | address-family dual 29 | max-request-total 256 30 | max-request-per-user 32 31 | ! 32 | ssh server vrf mgmt 33 | ssh server vrf default 34 | root 35 | ! 36 | 37 | -------------------------------------------------------------------------------- /startup-config/lab_0_P8.base.xrcfg: -------------------------------------------------------------------------------- 1 | username cisco 2 | group root-lr 3 | group cisco-support 4 | secret 10 $6$m69UO/m0cK.e3O/.$EtYXDVl3/aphJkazxKy145fyIY/./Xxt1fi7B3tjYemXr6pzHEJRNfq1DxNJ..WlAQx4wFr6kJesSGtKLv8/k/ 5 | ! 6 | vrf mgmt 7 | ! 8 | call-home 9 | service active 10 | contact smart-licensing 11 | profile CiscoTAC-1 12 | active 13 | destination transport-method email disable 14 | destination transport-method http 15 | ! 16 | ! 17 | interface MgmtEth0/RP0/CPU0/0 18 | vrf mgmt 19 | ipv4 address 192.168.18.8 255.255.255.0 20 | no shutdown 21 | ! 22 | grpc 23 | dscp cs4 24 | port 57400 25 | no-tls 26 | max-streams 128 27 | max-streams-per-user 128 28 | address-family dual 29 | max-request-total 256 30 | max-request-per-user 32 31 | ! 32 | ssh server vrf mgmt 33 | ssh server vrf default 34 | root 35 | ! 36 | 37 | -------------------------------------------------------------------------------- /startup-config/lab_0_P9.base.xrcfg: -------------------------------------------------------------------------------- 1 | username cisco 2 | group root-lr 3 | group cisco-support 4 | secret 10 $6$m69UO/m0cK.e3O/.$EtYXDVl3/aphJkazxKy145fyIY/./Xxt1fi7B3tjYemXr6pzHEJRNfq1DxNJ..WlAQx4wFr6kJesSGtKLv8/k/ 5 | ! 6 | vrf mgmt 7 | ! 8 | call-home 9 | service active 10 | contact smart-licensing 11 | profile CiscoTAC-1 12 | active 13 | destination transport-method email disable 14 | destination transport-method http 15 | ! 16 | ! 17 | interface MgmtEth0/RP0/CPU0/0 18 | vrf mgmt 19 | ipv4 address 192.168.18.9 255.255.255.0 20 | no shutdown 21 | ! 22 | grpc 23 | dscp cs4 24 | port 57400 25 | no-tls 26 | max-streams 128 27 | max-streams-per-user 128 28 | address-family dual 29 | max-request-total 256 30 | max-request-per-user 32 31 | ! 32 | ssh server vrf mgmt 33 | ssh server vrf default 34 | root 35 | ! 36 | 37 | -------------------------------------------------------------------------------- /startup-config/lab_0_PE1.base.xrcfg: -------------------------------------------------------------------------------- 1 | username cisco 2 | group root-lr 3 | group cisco-support 4 | secret 10 $6$m69UO/m0cK.e3O/.$EtYXDVl3/aphJkazxKy145fyIY/./Xxt1fi7B3tjYemXr6pzHEJRNfq1DxNJ..WlAQx4wFr6kJesSGtKLv8/k/ 5 | ! 6 | vrf mgmt 7 | ! 8 | call-home 9 | service active 10 | contact smart-licensing 11 | profile CiscoTAC-1 12 | active 13 | destination transport-method email disable 14 | destination transport-method http 15 | ! 16 | ! 17 | interface MgmtEth0/RP0/CPU0/0 18 | vrf mgmt 19 | ipv4 address 192.168.18.1 255.255.255.0 20 | no shutdown 21 | ! 22 | grpc 23 | dscp cs4 24 | port 57400 25 | no-tls 26 | max-streams 128 27 | max-streams-per-user 128 28 | address-family dual 29 | max-request-total 256 30 | max-request-per-user 32 31 | ! 32 | ssh server vrf mgmt 33 | ssh server vrf default 34 | root 35 | ! 36 | 37 | -------------------------------------------------------------------------------- /startup-config/lab_0_PE5.base.xrcfg: -------------------------------------------------------------------------------- 1 | username cisco 2 | group root-lr 3 | group cisco-support 4 | secret 10 $6$m69UO/m0cK.e3O/.$EtYXDVl3/aphJkazxKy145fyIY/./Xxt1fi7B3tjYemXr6pzHEJRNfq1DxNJ..WlAQx4wFr6kJesSGtKLv8/k/ 5 | ! 6 | vrf mgmt 7 | ! 8 | call-home 9 | service active 10 | contact smart-licensing 11 | profile CiscoTAC-1 12 | active 13 | destination transport-method email disable 14 | destination transport-method http 15 | ! 16 | ! 17 | interface MgmtEth0/RP0/CPU0/0 18 | vrf mgmt 19 | ipv4 address 192.168.18.5 255.255.255.0 20 | no shutdown 21 | ! 22 | grpc 23 | dscp cs4 24 | port 57400 25 | no-tls 26 | max-streams 128 27 | max-streams-per-user 128 28 | address-family dual 29 | max-request-total 256 30 | max-request-per-user 32 31 | ! 32 | ssh server vrf mgmt 33 | ssh server vrf default 34 | root 35 | ! 36 | 37 | -------------------------------------------------------------------------------- /chapter05/lab_4_P3.tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix 2 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 3 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix 4 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 5 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix 6 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 7 | router isis IGP interface GigabitEthernet0/0/0/3 address-family ipv4 unicast fast-reroute per-prefix 8 | router isis IGP interface GigabitEthernet0/0/0/3 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 9 | ! 10 | 11 | -------------------------------------------------------------------------------- /chapter05/lab_4_P4.tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix 2 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 3 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix 4 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 5 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix 6 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 7 | router isis IGP interface GigabitEthernet0/0/0/4 address-family ipv4 unicast fast-reroute per-prefix 8 | router isis IGP interface GigabitEthernet0/0/0/4 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 9 | ! 10 | 11 | -------------------------------------------------------------------------------- /chapter02/lab_1_PE1.ip_mpls.xrcfg: -------------------------------------------------------------------------------- 1 | 2 | hostname PE1 3 | root 4 | 5 | interface Loopback0 6 | ipv4 address 1.1.1.1/32 7 | description System_Loopback_Interface 8 | no shutdown 9 | ! 10 | root 11 | 12 | interface GigabitEthernet0/0/0/2 13 | ipv4 address 12.0.0.1/24 14 | description PE1_to_P2 15 | no shutdown 16 | ! 17 | root 18 | 19 | router isis IGP 20 | is-type level-2-only 21 | net 49.0000.0000.0001.00 22 | log adjacency changes 23 | address-family ipv4 unicast 24 | mpls ldp auto-config 25 | metric-style wide level 2 26 | ! 27 | interface Loopback0 28 | passive 29 | address-family ipv4 unicast 30 | ! 31 | ! 32 | interface GigabitEthernet0/0/0/2 33 | circuit-type level-2-only 34 | point-to-point 35 | hello-padding disable 36 | address-family ipv4 unicast 37 | metric 10 38 | ! 39 | ! 40 | ! 41 | root 42 | 43 | mpls oam 44 | ! 45 | mpls ldp 46 | log 47 | neighbor 48 | ! 49 | ! 50 | root 51 | ! 52 | 53 | -------------------------------------------------------------------------------- /chapter02/lab_1_PE5.ip_mpls.xrcfg: -------------------------------------------------------------------------------- 1 | 2 | hostname PE5 3 | root 4 | 5 | interface Loopback0 6 | ipv4 address 5.5.5.5/32 7 | description System_Loopback_Interface 8 | no shutdown 9 | ! 10 | root 11 | 12 | interface GigabitEthernet0/0/0/0 13 | ipv4 address 45.0.0.5/24 14 | description PE5_to_P4 15 | no shutdown 16 | ! 17 | root 18 | 19 | router isis IGP 20 | is-type level-2-only 21 | net 49.0000.0000.0005.00 22 | log adjacency changes 23 | address-family ipv4 unicast 24 | mpls ldp auto-config 25 | metric-style wide level 2 26 | ! 27 | interface Loopback0 28 | passive 29 | address-family ipv4 unicast 30 | ! 31 | ! 32 | interface GigabitEthernet0/0/0/0 33 | circuit-type level-2-only 34 | point-to-point 35 | hello-padding disable 36 | address-family ipv4 unicast 37 | metric 10 38 | ! 39 | ! 40 | ! 41 | root 42 | 43 | mpls oam 44 | ! 45 | mpls ldp 46 | log 47 | neighbor 48 | ! 49 | ! 50 | root 51 | ! 52 | 53 | -------------------------------------------------------------------------------- /chapter05/lab_4_P2.tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix 2 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 3 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix 4 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 5 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix 6 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 7 | router isis IGP interface GigabitEthernet0/0/0/3 address-family ipv4 unicast fast-reroute per-prefix 8 | router isis IGP interface GigabitEthernet0/0/0/3 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 9 | router isis IGP interface GigabitEthernet0/0/0/5 address-family ipv4 unicast fast-reroute per-prefix 10 | router isis IGP interface GigabitEthernet0/0/0/5 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 11 | ! 12 | 13 | -------------------------------------------------------------------------------- /chapter05/lab_4_P7.tilfa.xrcfg: -------------------------------------------------------------------------------- 1 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix 2 | router isis IGP interface GigabitEthernet0/0/0/0 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 3 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix 4 | router isis IGP interface GigabitEthernet0/0/0/1 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 5 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix 6 | router isis IGP interface GigabitEthernet0/0/0/2 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 7 | router isis IGP interface GigabitEthernet0/0/0/3 address-family ipv4 unicast fast-reroute per-prefix 8 | router isis IGP interface GigabitEthernet0/0/0/3 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 9 | router isis IGP interface GigabitEthernet0/0/0/4 address-family ipv4 unicast fast-reroute per-prefix 10 | router isis IGP interface GigabitEthernet0/0/0/4 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 11 | ! 12 | 13 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Packt 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /chapter02/lab_1_P6.ip_mpls.xrcfg: -------------------------------------------------------------------------------- 1 | 2 | hostname P6 3 | root 4 | 5 | interface Loopback0 6 | ipv4 address 6.6.6.6/32 7 | description System_Loopback_Interface 8 | no shutdown 9 | ! 10 | root 11 | 12 | interface GigabitEthernet0/0/0/0 13 | ipv4 address 67.0.0.6/24 14 | description P6_to_P7 15 | no shutdown 16 | ! 17 | root 18 | 19 | interface GigabitEthernet0/0/0/1 20 | ipv4 address 26.0.0.6/24 21 | description P6_to_P2 22 | no shutdown 23 | ! 24 | root 25 | 26 | router isis IGP 27 | is-type level-2-only 28 | net 49.0000.0000.0006.00 29 | log adjacency changes 30 | address-family ipv4 unicast 31 | mpls ldp auto-config 32 | metric-style wide level 2 33 | ! 34 | interface Loopback0 35 | passive 36 | address-family ipv4 unicast 37 | ! 38 | ! 39 | interface GigabitEthernet0/0/0/0 40 | circuit-type level-2-only 41 | point-to-point 42 | hello-padding disable 43 | address-family ipv4 unicast 44 | metric 10 45 | ! 46 | ! 47 | interface GigabitEthernet0/0/0/1 48 | circuit-type level-2-only 49 | point-to-point 50 | hello-padding disable 51 | address-family ipv4 unicast 52 | metric 10 53 | ! 54 | ! 55 | ! 56 | root 57 | 58 | mpls oam 59 | ! 60 | mpls ldp 61 | log 62 | neighbor 63 | ! 64 | ! 65 | root 66 | ! 67 | 68 | -------------------------------------------------------------------------------- /chapter02/lab_1_P8.ip_mpls.xrcfg: -------------------------------------------------------------------------------- 1 | 2 | hostname P8 3 | root 4 | 5 | interface Loopback0 6 | ipv4 address 8.8.8.8/32 7 | description System_Loopback_Interface 8 | no shutdown 9 | ! 10 | root 11 | 12 | interface GigabitEthernet0/0/0/1 13 | ipv4 address 48.0.0.8/24 14 | description P8_to_P4 15 | no shutdown 16 | ! 17 | root 18 | 19 | interface GigabitEthernet0/0/0/2 20 | ipv4 address 78.0.0.8/24 21 | description P8_to_P7 22 | no shutdown 23 | ! 24 | root 25 | 26 | router isis IGP 27 | is-type level-2-only 28 | net 49.0000.0000.0008.00 29 | log adjacency changes 30 | address-family ipv4 unicast 31 | mpls ldp auto-config 32 | metric-style wide level 2 33 | ! 34 | interface Loopback0 35 | passive 36 | address-family ipv4 unicast 37 | ! 38 | ! 39 | interface GigabitEthernet0/0/0/0 40 | circuit-type level-2-only 41 | point-to-point 42 | hello-padding disable 43 | address-family ipv4 unicast 44 | metric 10 45 | ! 46 | ! 47 | interface GigabitEthernet0/0/0/1 48 | circuit-type level-2-only 49 | point-to-point 50 | hello-padding disable 51 | address-family ipv4 unicast 52 | metric 10 53 | ! 54 | ! 55 | interface GigabitEthernet0/0/0/2 56 | circuit-type level-2-only 57 | point-to-point 58 | hello-padding disable 59 | address-family ipv4 unicast 60 | metric 10 61 | ! 62 | ! 63 | ! 64 | root 65 | 66 | mpls oam 67 | ! 68 | mpls ldp 69 | log 70 | neighbor 71 | ! 72 | ! 73 | root 74 | ! 75 | 76 | -------------------------------------------------------------------------------- /chapter02/lab_1_P3.ip_mpls.xrcfg: -------------------------------------------------------------------------------- 1 | 2 | hostname P3 3 | root 4 | 5 | interface Loopback0 6 | ipv4 address 3.3.3.3/32 7 | description System_Loopback_Interface 8 | no shutdown 9 | ! 10 | root 11 | 12 | interface GigabitEthernet0/0/0/0 13 | ipv4 address 23.0.0.3/24 14 | description P3_to_P2 15 | no shutdown 16 | ! 17 | root 18 | 19 | interface GigabitEthernet0/0/0/1 20 | ipv4 address 37.0.0.3/24 21 | description P3_to_P7 22 | no shutdown 23 | ! 24 | root 25 | 26 | interface GigabitEthernet0/0/0/2 27 | ipv4 address 34.0.0.3/24 28 | description P3_to_P4 29 | no shutdown 30 | ! 31 | root 32 | 33 | interface GigabitEthernet0/0/0/3 34 | ipv4 address 39.0.0.3/24 35 | description P3_to_P9 36 | no shutdown 37 | ! 38 | root 39 | 40 | router isis IGP 41 | is-type level-2-only 42 | net 49.0000.0000.0003.00 43 | log adjacency changes 44 | address-family ipv4 unicast 45 | mpls ldp auto-config 46 | metric-style wide level 2 47 | ! 48 | interface Loopback0 49 | passive 50 | address-family ipv4 unicast 51 | ! 52 | ! 53 | interface GigabitEthernet0/0/0/0 54 | circuit-type level-2-only 55 | point-to-point 56 | hello-padding disable 57 | address-family ipv4 unicast 58 | metric 10 59 | ! 60 | ! 61 | interface GigabitEthernet0/0/0/1 62 | circuit-type level-2-only 63 | point-to-point 64 | hello-padding disable 65 | address-family ipv4 unicast 66 | metric 10 67 | ! 68 | ! 69 | interface GigabitEthernet0/0/0/2 70 | circuit-type level-2-only 71 | point-to-point 72 | hello-padding disable 73 | address-family ipv4 unicast 74 | metric 10 75 | ! 76 | ! 77 | interface GigabitEthernet0/0/0/3 78 | circuit-type level-2-only 79 | point-to-point 80 | hello-padding disable 81 | address-family ipv4 unicast 82 | metric 10 83 | ! 84 | ! 85 | ! 86 | root 87 | 88 | mpls oam 89 | ! 90 | mpls ldp 91 | log 92 | neighbor 93 | ! 94 | ! 95 | root 96 | ! 97 | 98 | -------------------------------------------------------------------------------- /chapter02/lab_1_P4.ip_mpls.xrcfg: -------------------------------------------------------------------------------- 1 | 2 | hostname P4 3 | root 4 | 5 | interface Loopback0 6 | ipv4 address 4.4.4.4/32 7 | description System_Loopback_Interface 8 | no shutdown 9 | ! 10 | root 11 | 12 | interface GigabitEthernet0/0/0/0 13 | ipv4 address 45.0.0.4/24 14 | description P4_to_PE5 15 | no shutdown 16 | ! 17 | root 18 | 19 | interface GigabitEthernet0/0/0/1 20 | ipv4 address 48.0.0.4/24 21 | description P4_to_P8 22 | no shutdown 23 | ! 24 | root 25 | 26 | interface GigabitEthernet0/0/0/2 27 | ipv4 address 34.0.0.4/24 28 | description P4_to_P3 29 | no shutdown 30 | ! 31 | root 32 | 33 | interface GigabitEthernet0/0/0/4 34 | ipv4 address 47.0.0.4/24 35 | description P4_to_P7 36 | no shutdown 37 | ! 38 | root 39 | 40 | router isis IGP 41 | is-type level-2-only 42 | net 49.0000.0000.0004.00 43 | log adjacency changes 44 | address-family ipv4 unicast 45 | mpls ldp auto-config 46 | metric-style wide level 2 47 | ! 48 | interface Loopback0 49 | passive 50 | address-family ipv4 unicast 51 | ! 52 | ! 53 | interface GigabitEthernet0/0/0/0 54 | circuit-type level-2-only 55 | point-to-point 56 | hello-padding disable 57 | address-family ipv4 unicast 58 | metric 10 59 | ! 60 | ! 61 | interface GigabitEthernet0/0/0/1 62 | circuit-type level-2-only 63 | point-to-point 64 | hello-padding disable 65 | address-family ipv4 unicast 66 | metric 10 67 | ! 68 | ! 69 | interface GigabitEthernet0/0/0/2 70 | circuit-type level-2-only 71 | point-to-point 72 | hello-padding disable 73 | address-family ipv4 unicast 74 | metric 10 75 | ! 76 | ! 77 | interface GigabitEthernet0/0/0/4 78 | circuit-type level-2-only 79 | point-to-point 80 | hello-padding disable 81 | address-family ipv4 unicast 82 | metric 10 83 | ! 84 | ! 85 | ! 86 | root 87 | 88 | mpls oam 89 | ! 90 | mpls ldp 91 | log 92 | neighbor 93 | ! 94 | ! 95 | root 96 | ! 97 | 98 | -------------------------------------------------------------------------------- /chapter14/lab_13_P9.prep.xrcfg: -------------------------------------------------------------------------------- 1 | 2 | hostname P9 3 | root 4 | 5 | interface Loopback0 6 | ipv4 address 9.9.9.9/32 7 | description System_Loopback_Interface 8 | no shutdown 9 | ! 10 | root 11 | 12 | interface GigabitEthernet0/0/0/3 13 | ipv4 address 39.0.0.9/24 14 | description P9_to_P3 15 | no shutdown 16 | ! 17 | root 18 | 19 | interface GigabitEthernet0/0/0/5 20 | ipv4 address 29.0.0.9/24 21 | description P9_to_P2 22 | no shutdown 23 | ! 24 | root 25 | 26 | router isis IGP 27 | is-type level-2-only 28 | net 49.0000.0000.0009.00 29 | log adjacency changes 30 | address-family ipv4 unicast 31 | mpls ldp auto-config 32 | metric-style wide level 2 33 | ! 34 | interface Loopback0 35 | passive 36 | address-family ipv4 unicast 37 | ! 38 | ! 39 | interface GigabitEthernet0/0/0/3 40 | circuit-type level-2-only 41 | point-to-point 42 | hello-padding disable 43 | address-family ipv4 unicast 44 | metric 10 45 | ! 46 | ! 47 | interface GigabitEthernet0/0/0/5 48 | circuit-type level-2-only 49 | point-to-point 50 | hello-padding disable 51 | address-family ipv4 unicast 52 | metric 10 53 | ! 54 | ! 55 | ! 56 | root 57 | 58 | mpls oam 59 | ! 60 | mpls ldp 61 | log 62 | neighbor 63 | ! 64 | ! 65 | root 66 | ! 67 | 68 | router isis IGP 69 | address-family ipv4 unicast 70 | segment-routing mpls 71 | ! 72 | interface Loopback0 73 | address-family ipv4 unicast 74 | prefix-sid index 9 75 | ! 76 | ! 77 | ! 78 | 79 | router isis IGP 80 | address-family ipv4 unicast 81 | no mpls ldp auto-config 82 | ! 83 | ! 84 | 85 | router isis IGP 86 | address-family ipv4 unicast 87 | segment-routing mpls sr-prefer 88 | ! 89 | ! 90 | 91 | router isis IGP interface GigabitEthernet0/0/0/3 address-family ipv4 unicast fast-reroute per-prefix 92 | router isis IGP interface GigabitEthernet0/0/0/3 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 93 | router isis IGP interface GigabitEthernet0/0/0/5 address-family ipv4 unicast fast-reroute per-prefix 94 | router isis IGP interface GigabitEthernet0/0/0/5 address-family ipv4 unicast fast-reroute per-prefix ti-lfa 95 | ! 96 | ! 97 | 98 | -------------------------------------------------------------------------------- /chapter02/lab_1_P2.ip_mpls.xrcfg: -------------------------------------------------------------------------------- 1 | 2 | hostname P2 3 | root 4 | 5 | interface Loopback0 6 | ipv4 address 2.2.2.2/32 7 | description System_Loopback_Interface 8 | no shutdown 9 | ! 10 | root 11 | 12 | interface GigabitEthernet0/0/0/0 13 | ipv4 address 23.0.0.2/24 14 | description P2_to_P3 15 | no shutdown 16 | ! 17 | root 18 | 19 | interface GigabitEthernet0/0/0/1 20 | ipv4 address 26.0.0.2/24 21 | description P2_to_P6 22 | no shutdown 23 | ! 24 | root 25 | 26 | interface GigabitEthernet0/0/0/2 27 | ipv4 address 12.0.0.2/24 28 | description P2_to_PE1 29 | no shutdown 30 | ! 31 | root 32 | 33 | interface GigabitEthernet0/0/0/3 34 | ipv4 address 27.0.0.2/24 35 | description P2_to_P7 36 | no shutdown 37 | ! 38 | root 39 | 40 | interface GigabitEthernet0/0/0/5 41 | ipv4 address 29.0.0.2/24 42 | description P2_to_P9 43 | no shutdown 44 | ! 45 | root 46 | 47 | router isis IGP 48 | is-type level-2-only 49 | net 49.0000.0000.0002.00 50 | log adjacency changes 51 | address-family ipv4 unicast 52 | mpls ldp auto-config 53 | metric-style wide level 2 54 | ! 55 | interface Loopback0 56 | passive 57 | address-family ipv4 unicast 58 | ! 59 | ! 60 | interface GigabitEthernet0/0/0/0 61 | circuit-type level-2-only 62 | point-to-point 63 | hello-padding disable 64 | address-family ipv4 unicast 65 | metric 10 66 | ! 67 | ! 68 | interface GigabitEthernet0/0/0/1 69 | circuit-type level-2-only 70 | point-to-point 71 | hello-padding disable 72 | address-family ipv4 unicast 73 | metric 10 74 | ! 75 | ! 76 | interface GigabitEthernet0/0/0/2 77 | circuit-type level-2-only 78 | point-to-point 79 | hello-padding disable 80 | address-family ipv4 unicast 81 | metric 10 82 | ! 83 | ! 84 | interface GigabitEthernet0/0/0/3 85 | circuit-type level-2-only 86 | point-to-point 87 | hello-padding disable 88 | address-family ipv4 unicast 89 | metric 10 90 | ! 91 | ! 92 | interface GigabitEthernet0/0/0/5 93 | circuit-type level-2-only 94 | point-to-point 95 | hello-padding disable 96 | address-family ipv4 unicast 97 | metric 10 98 | ! 99 | ! 100 | ! 101 | root 102 | 103 | mpls oam 104 | ! 105 | mpls ldp 106 | log 107 | neighbor 108 | ! 109 | ! 110 | root 111 | ! 112 | 113 | -------------------------------------------------------------------------------- /chapter02/lab_1_P7.ip_mpls.xrcfg: -------------------------------------------------------------------------------- 1 | 2 | hostname P7 3 | root 4 | 5 | interface Loopback0 6 | ipv4 address 7.7.7.7/32 7 | description System_Loopback_Interface 8 | no shutdown 9 | ! 10 | root 11 | 12 | interface GigabitEthernet0/0/0/0 13 | ipv4 address 67.0.0.7/24 14 | description P7_to_P6 15 | no shutdown 16 | ! 17 | root 18 | 19 | interface GigabitEthernet0/0/0/1 20 | ipv4 address 37.0.0.7/24 21 | description P7_to_P7 22 | no shutdown 23 | ! 24 | root 25 | 26 | interface GigabitEthernet0/0/0/2 27 | ipv4 address 78.0.0.7/24 28 | description P7_to_P8 29 | no shutdown 30 | ! 31 | root 32 | 33 | interface GigabitEthernet0/0/0/3 34 | ipv4 address 27.0.0.7/24 35 | description P7_to_P2 36 | no shutdown 37 | ! 38 | root 39 | 40 | interface GigabitEthernet0/0/0/4 41 | ipv4 address 47.0.0.7/24 42 | description P7_to_P4 43 | no shutdown 44 | ! 45 | root 46 | 47 | router isis IGP 48 | is-type level-2-only 49 | net 49.0000.0000.0007.00 50 | log adjacency changes 51 | address-family ipv4 unicast 52 | mpls ldp auto-config 53 | metric-style wide level 2 54 | ! 55 | interface Loopback0 56 | passive 57 | address-family ipv4 unicast 58 | ! 59 | ! 60 | interface GigabitEthernet0/0/0/0 61 | circuit-type level-2-only 62 | point-to-point 63 | hello-padding disable 64 | address-family ipv4 unicast 65 | metric 10 66 | ! 67 | ! 68 | interface GigabitEthernet0/0/0/1 69 | circuit-type level-2-only 70 | point-to-point 71 | hello-padding disable 72 | address-family ipv4 unicast 73 | metric 10 74 | ! 75 | ! 76 | interface GigabitEthernet0/0/0/2 77 | circuit-type level-2-only 78 | point-to-point 79 | hello-padding disable 80 | address-family ipv4 unicast 81 | metric 10 82 | ! 83 | ! 84 | interface GigabitEthernet0/0/0/3 85 | circuit-type level-2-only 86 | point-to-point 87 | hello-padding disable 88 | address-family ipv4 unicast 89 | metric 10 90 | ! 91 | ! 92 | interface GigabitEthernet0/0/0/4 93 | circuit-type level-2-only 94 | point-to-point 95 | hello-padding disable 96 | address-family ipv4 unicast 97 | metric 10 98 | ! 99 | ! 100 | ! 101 | root 102 | 103 | mpls oam 104 | ! 105 | mpls ldp 106 | log 107 | neighbor 108 | ! 109 | ! 110 | root 111 | ! 112 | 113 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Segment Routing in MPLS Networks 2 | 3 | Book Name 4 | 5 | This is the code repository for [Segment Routing in MPLS Networks](https://www.packtpub.com/en-us/product/segment-routing-in-mpls-networks-9781836203216), published by Packt. 6 | 7 | **Transition from traditional MPLS to SR-MPLS with TI-LFA FRR** 8 | 9 | ## What is this book about? 10 | This book is a practical guide to learning all about MPLS and SR-MPLS networks, covering key concepts, hands-on labs, and advanced topics, such as fast rerouting (FRR) and TI-LFA for efficient traffic management and network resilience. 11 | 12 | This book covers the following exciting features: 13 | * Gain a complete understanding of MPLS and its role in network infrastructures 14 | * Develop practical skills to implement SR-MPLS using Cisco IOS-XRv9k and real-life use cases 15 | * Acquire hands-on experience with MPLS networks using the IS-IS and LDP protocols 16 | * Orchestrate the gradual transition from traditional MPLS to SR-MPLS networks and manage their interworking 17 | * Master fast reroute techniques in SR-MPLS networks, including TI-LFA, for efficient traffic rerouting 18 | * Implement path protection methods to ensure network resilience and stability 19 | 20 | If you feel this book is for you, get your [copy](https://www.amazon.com/Segment-Routing-MPLS-Networks-traditional/dp/1836203217) today! 21 | 22 | https://www.packtpub.com/ 23 | 24 | ## Instructions and Navigations 25 | All of the code is organized into folders. For example, Chapter02. 26 | 27 | The command will look like the following: 28 | ``` 29 | RP/0/RP0/CPU0:PE1#show isis route detail 5.5.5.5/32 30 | L2 5.5.5.5/32 [40/115] Label: None, medium priority 31 | Installed Jan 01 06:02:54.493 for 00:02:56 32 | via 12.0.0.2, GigabitEthernet0/0/0/2, P2, Weight: 0 33 | src PE5.00-00, 5.5.5.5 34 | RP/0/RP0/CPU0:PE1# 35 | ``` 36 | 37 | **Following is what you need for this book:** 38 | 39 | This book is for MPLS professionals and network engineers looking to deepen their knowledge in SR and TI-LFA. A basic understanding of MPLS networks is a prerequisite, but worry not—the book also covers foundational MPLS concepts, ensuring network enthusiasts can follow along without any problem. This book is specifically designed for network engineering, operations, and design professionals, covering advanced techniques such as TI-LFA for path protection, empowering you to evolve MPLS networks with SR-MPLS seamlessly. 40 | 41 | With the following software and hardware list you can run all code files present in the book (Chapter 1-14). 42 | 43 | ### Software and Hardware List 44 | 45 | | Chapter | Software required | OS required | 46 | | -------- | ------------------------------------------------------- | -------------------------| 47 | | 1-14 | GCP(Optional), EVE-NG Pro, Containerlab, Cisco IOS-XR, Server with 96 vCPUs 1TB RAM and 2TB SSD | MacOS, Linux(Any), Windows | 48 | 49 | 50 | ### Related products 51 | * Network Architect's Handbook [[Packt]](https://www.packtpub.com/en-in/product/network-architects-handbook-9781837637836) [[Amazon]](https://www.amazon.com/Network-Architects-Handbook-expert-led-successful/dp/1837637830) 52 | 53 | * Networking Fundamentals [[Packt]](https://www.packtpub.com/en-in/product/networking-fundamentals-9781838643508) [[Amazon]](https://www.amazon.com/Networking-Fundamentals-networking-required-Microsoft/dp/1838643508) 54 | 55 | ## Get to Know the Author 56 | **Hemant Sharma** 57 | He is a seasoned network engineer with over 14 years of experience in service provider networks. He holds a Bachelor of Engineering in Information & Technology and is a certified expert with credentials including CCNA, CCNP, and CCIE #28809 (Emeritus). An active contributor to the IETF, Hemant helps shape the future of networking standards. At Vodafone Group, Hemant leads the evolution of their Worldwide MPLS network and was instrumental in establishing the Vodafone Global SR-MPLS Network. He is recognized within Vodafone as an authority on IP/MPLS, MP-BGP, Multicast, and QoS. Hemant remains dedicated to staying updated with the latest networking trends, which underscores his reliability and expertise in the field. 58 | 59 | 60 | -------------------------------------------------------------------------------- /CML_SRMPLS.yaml: -------------------------------------------------------------------------------- 1 | lab: 2 | description: Cisco Segment Routing with TI-LFA Hands-On Lab Guide 3 | notes: '' 4 | title: CML_SRMPLS 5 | version: 0.2.0 6 | links: 7 | - id: l0 8 | n1: n0 9 | n2: n1 10 | i1: i6 11 | i2: i6 12 | label: PE1-GigabitEthernet0/0/0/2<->P2-GigabitEthernet0/0/0/2 13 | - id: l1 14 | n1: n1 15 | n2: n2 16 | i1: i4 17 | i2: i4 18 | label: P2-GigabitEthernet0/0/0/0<->P3-GigabitEthernet0/0/0/0 19 | - id: l2 20 | n1: n1 21 | n2: n5 22 | i1: i5 23 | i2: i5 24 | label: P2-GigabitEthernet0/0/0/1<->P6-GigabitEthernet0/0/0/1 25 | - id: l3 26 | n1: n1 27 | n2: n6 28 | i1: i7 29 | i2: i7 30 | label: P2-GigabitEthernet0/0/0/3<->P7-GigabitEthernet0/0/0/3 31 | - id: l4 32 | n1: n2 33 | n2: n6 34 | i1: i5 35 | i2: i5 36 | label: P3-GigabitEthernet0/0/0/1<->P7-GigabitEthernet0/0/0/1 37 | - id: l5 38 | n1: n2 39 | n2: n3 40 | i1: i6 41 | i2: i6 42 | label: P3-GigabitEthernet0/0/0/2<->P4-GigabitEthernet0/0/0/2 43 | - id: l6 44 | n1: n5 45 | n2: n6 46 | i1: i4 47 | i2: i4 48 | label: P6-GigabitEthernet0/0/0/0<->P7-GigabitEthernet0/0/0/0 49 | - id: l7 50 | n1: n6 51 | n2: n7 52 | i1: i6 53 | i2: i6 54 | label: P7-GigabitEthernet0/0/0/2<->P8-GigabitEthernet0/0/0/2 55 | - id: l8 56 | n1: n6 57 | n2: n3 58 | i1: i8 59 | i2: i8 60 | label: P7-GigabitEthernet0/0/0/4<->P4-GigabitEthernet0/0/0/4 61 | - id: l9 62 | n1: n3 63 | n2: n7 64 | i1: i5 65 | i2: i5 66 | label: P4-GigabitEthernet0/0/0/1<->P8-GigabitEthernet0/0/0/1 67 | - id: l10 68 | n1: n3 69 | n2: n4 70 | i1: i4 71 | i2: i4 72 | label: P4-GigabitEthernet0/0/0/0<->PE5-GigabitEthernet0/0/0/0 73 | - id: l11 74 | n1: n8 75 | n2: n1 76 | i1: i9 77 | i2: i9 78 | label: P9-GigabitEthernet0/0/0/5<->P2-GigabitEthernet0/0/0/5 79 | - id: l12 80 | n1: n2 81 | n2: n8 82 | i1: i7 83 | i2: i7 84 | label: P3-GigabitEthernet0/0/0/3<->P9-GigabitEthernet0/0/0/3 85 | nodes: 86 | - boot_disk_size: null 87 | configuration: |- 88 | hostname inserthostname-here 89 | username cisco 90 | group root-lr 91 | group cisco-support 92 | password cisco 93 | ! 94 | username admin 95 | group root-lr 96 | group cisco-support 97 | password cisco 98 | ! 99 | username lab 100 | group root-lr 101 | group cisco-support 102 | password cisco 103 | ! 104 | end 105 | cpu_limit: null 106 | cpus: null 107 | data_volume: null 108 | hide_links: false 109 | id: n0 110 | image_definition: null 111 | label: PE1 112 | node_definition: iosxrv9000 113 | ram: null 114 | tags: [] 115 | x: -760 116 | y: 40 117 | interfaces: 118 | - id: i0 119 | label: Loopback0 120 | type: loopback 121 | - id: i1 122 | label: MgmtEth0/RP0/CPU0/0 123 | slot: 0 124 | type: physical 125 | - id: i2 126 | label: donotuse1 127 | slot: 1 128 | type: physical 129 | - id: i3 130 | label: donotuse2 131 | slot: 2 132 | type: physical 133 | - id: i4 134 | label: GigabitEthernet0/0/0/0 135 | slot: 3 136 | type: physical 137 | - id: i5 138 | label: GigabitEthernet0/0/0/1 139 | slot: 4 140 | type: physical 141 | - id: i6 142 | label: GigabitEthernet0/0/0/2 143 | slot: 5 144 | type: physical 145 | - id: i7 146 | label: GigabitEthernet0/0/0/3 147 | slot: 6 148 | type: physical 149 | - id: i8 150 | label: GigabitEthernet0/0/0/4 151 | slot: 7 152 | type: physical 153 | - boot_disk_size: null 154 | configuration: |- 155 | hostname inserthostname-here 156 | username cisco 157 | group root-lr 158 | group cisco-support 159 | password cisco 160 | ! 161 | username admin 162 | group root-lr 163 | group cisco-support 164 | password cisco 165 | ! 166 | username lab 167 | group root-lr 168 | group cisco-support 169 | password cisco 170 | ! 171 | end 172 | cpu_limit: null 173 | cpus: null 174 | data_volume: null 175 | hide_links: false 176 | id: n1 177 | image_definition: null 178 | label: P2 179 | node_definition: iosxrv9000 180 | ram: null 181 | tags: [] 182 | x: -560 183 | y: 40 184 | interfaces: 185 | - id: i0 186 | label: Loopback0 187 | type: loopback 188 | - id: i1 189 | label: MgmtEth0/RP0/CPU0/0 190 | slot: 0 191 | type: physical 192 | - id: i2 193 | label: donotuse1 194 | slot: 1 195 | type: physical 196 | - id: i3 197 | label: donotuse2 198 | slot: 2 199 | type: physical 200 | - id: i4 201 | label: GigabitEthernet0/0/0/0 202 | slot: 3 203 | type: physical 204 | - id: i5 205 | label: GigabitEthernet0/0/0/1 206 | slot: 4 207 | type: physical 208 | - id: i6 209 | label: GigabitEthernet0/0/0/2 210 | slot: 5 211 | type: physical 212 | - id: i7 213 | label: GigabitEthernet0/0/0/3 214 | slot: 6 215 | type: physical 216 | - id: i8 217 | label: GigabitEthernet0/0/0/4 218 | slot: 7 219 | type: physical 220 | - id: i9 221 | label: GigabitEthernet0/0/0/5 222 | slot: 8 223 | type: physical 224 | - boot_disk_size: null 225 | configuration: |- 226 | ! IOS Config generated on 2024-08-03 12:16 227 | ! by ank-ng! 228 | ! 229 | hostname p3 230 | ! 231 | service timestamps log datetime msec 232 | service timestamps debug datetime msec 233 | telnet vrf default ipv4 server max-servers 10 234 | telnet vrf Mgmt-intf ipv4 server max-servers 10 235 | domain lookup disable 236 | domain name virl.info 237 | ssh server v2 238 | ! 239 | line template vty 240 | timestamp 241 | exec-timeout 720 0 242 | ! 243 | line console 244 | exec-timeout 0 0 245 | ! 246 | line default 247 | exec-timeout 720 0 248 | ! 249 | vty-pool default 0 50 250 | control-plane 251 | management-plane 252 | inband 253 | interface all 254 | allow all 255 | ! 256 | ! 257 | ! 258 | ! 259 | username cisco 260 | group root-lr 261 | group cisco-support 262 | password cisco 263 | ! 264 | username admin 265 | group root-lr 266 | group cisco-support 267 | password cisco 268 | ! 269 | username lab 270 | group root-lr 271 | group cisco-support 272 | password cisco 273 | ! 274 | ! 275 | interface Loopback0 276 | description not connected 277 | no ipv4 address 278 | shutdown 279 | interface MgmtEth0/RP0/CPU0/0 280 | description not connected 281 | no ipv4 address 282 | shutdown 283 | interface GigabitEthernet0/0/0/0 284 | description to GigabitEthernet0/0/0/0.P2 285 | no ipv4 address 286 | no shutdown 287 | interface GigabitEthernet0/0/0/1 288 | description to GigabitEthernet0/0/0/1.P7 289 | no ipv4 address 290 | no shutdown 291 | interface GigabitEthernet0/0/0/2 292 | description to GigabitEthernet0/0/0/2.P4 293 | no ipv4 address 294 | no shutdown 295 | interface GigabitEthernet0/0/0/3 296 | description not connected 297 | no ipv4 address 298 | shutdown 299 | interface GigabitEthernet0/0/0/4 300 | description not connected 301 | no ipv4 address 302 | shutdown 303 | ! 304 | ! 305 | ! 306 | cpu_limit: null 307 | cpus: null 308 | data_volume: null 309 | hide_links: false 310 | id: n2 311 | image_definition: null 312 | label: P3 313 | node_definition: iosxrv9000 314 | ram: null 315 | tags: [] 316 | x: -320 317 | y: 40 318 | interfaces: 319 | - id: i0 320 | label: Loopback0 321 | type: loopback 322 | - id: i1 323 | label: MgmtEth0/RP0/CPU0/0 324 | slot: 0 325 | type: physical 326 | - id: i2 327 | label: donotuse1 328 | slot: 1 329 | type: physical 330 | - id: i3 331 | label: donotuse2 332 | slot: 2 333 | type: physical 334 | - id: i4 335 | label: GigabitEthernet0/0/0/0 336 | slot: 3 337 | type: physical 338 | - id: i5 339 | label: GigabitEthernet0/0/0/1 340 | slot: 4 341 | type: physical 342 | - id: i6 343 | label: GigabitEthernet0/0/0/2 344 | slot: 5 345 | type: physical 346 | - id: i7 347 | label: GigabitEthernet0/0/0/3 348 | slot: 6 349 | type: physical 350 | - id: i8 351 | label: GigabitEthernet0/0/0/4 352 | slot: 7 353 | type: physical 354 | - boot_disk_size: null 355 | configuration: |- 356 | ! IOS Config generated on 2024-08-03 12:16 357 | ! by ank-ng! 358 | ! 359 | hostname p4 360 | ! 361 | service timestamps log datetime msec 362 | service timestamps debug datetime msec 363 | telnet vrf default ipv4 server max-servers 10 364 | telnet vrf Mgmt-intf ipv4 server max-servers 10 365 | domain lookup disable 366 | domain name virl.info 367 | ssh server v2 368 | ! 369 | line template vty 370 | timestamp 371 | exec-timeout 720 0 372 | ! 373 | line console 374 | exec-timeout 0 0 375 | ! 376 | line default 377 | exec-timeout 720 0 378 | ! 379 | vty-pool default 0 50 380 | control-plane 381 | management-plane 382 | inband 383 | interface all 384 | allow all 385 | ! 386 | ! 387 | ! 388 | ! 389 | username cisco 390 | group root-lr 391 | group cisco-support 392 | password cisco 393 | ! 394 | username admin 395 | group root-lr 396 | group cisco-support 397 | password cisco 398 | ! 399 | username lab 400 | group root-lr 401 | group cisco-support 402 | password cisco 403 | ! 404 | ! 405 | interface Loopback0 406 | description not connected 407 | no ipv4 address 408 | shutdown 409 | interface MgmtEth0/RP0/CPU0/0 410 | description not connected 411 | no ipv4 address 412 | shutdown 413 | interface GigabitEthernet0/0/0/0 414 | description to GigabitEthernet0/0/0/0.PE5 415 | no ipv4 address 416 | no shutdown 417 | interface GigabitEthernet0/0/0/1 418 | description to GigabitEthernet0/0/0/1.P8 419 | no ipv4 address 420 | no shutdown 421 | interface GigabitEthernet0/0/0/2 422 | description to GigabitEthernet0/0/0/2.P3 423 | no ipv4 address 424 | no shutdown 425 | interface GigabitEthernet0/0/0/3 426 | description not connected 427 | no ipv4 address 428 | shutdown 429 | interface GigabitEthernet0/0/0/4 430 | description to GigabitEthernet0/0/0/4.P7 431 | no ipv4 address 432 | no shutdown 433 | ! 434 | ! 435 | ! 436 | cpu_limit: null 437 | cpus: null 438 | data_volume: null 439 | hide_links: false 440 | id: n3 441 | image_definition: null 442 | label: P4 443 | node_definition: iosxrv9000 444 | ram: null 445 | tags: [] 446 | x: -80 447 | y: 40 448 | interfaces: 449 | - id: i0 450 | label: Loopback0 451 | type: loopback 452 | - id: i1 453 | label: MgmtEth0/RP0/CPU0/0 454 | slot: 0 455 | type: physical 456 | - id: i2 457 | label: donotuse1 458 | slot: 1 459 | type: physical 460 | - id: i3 461 | label: donotuse2 462 | slot: 2 463 | type: physical 464 | - id: i4 465 | label: GigabitEthernet0/0/0/0 466 | slot: 3 467 | type: physical 468 | - id: i5 469 | label: GigabitEthernet0/0/0/1 470 | slot: 4 471 | type: physical 472 | - id: i6 473 | label: GigabitEthernet0/0/0/2 474 | slot: 5 475 | type: physical 476 | - id: i7 477 | label: GigabitEthernet0/0/0/3 478 | slot: 6 479 | type: physical 480 | - id: i8 481 | label: GigabitEthernet0/0/0/4 482 | slot: 7 483 | type: physical 484 | - boot_disk_size: null 485 | configuration: |- 486 | ! IOS Config generated on 2024-08-03 12:16 487 | ! by ank-ng! 488 | ! 489 | hostname pe5 490 | ! 491 | service timestamps log datetime msec 492 | service timestamps debug datetime msec 493 | telnet vrf default ipv4 server max-servers 10 494 | telnet vrf Mgmt-intf ipv4 server max-servers 10 495 | domain lookup disable 496 | domain name virl.info 497 | ssh server v2 498 | ! 499 | line template vty 500 | timestamp 501 | exec-timeout 720 0 502 | ! 503 | line console 504 | exec-timeout 0 0 505 | ! 506 | line default 507 | exec-timeout 720 0 508 | ! 509 | vty-pool default 0 50 510 | control-plane 511 | management-plane 512 | inband 513 | interface all 514 | allow all 515 | ! 516 | ! 517 | ! 518 | ! 519 | username cisco 520 | group root-lr 521 | group cisco-support 522 | password cisco 523 | ! 524 | username admin 525 | group root-lr 526 | group cisco-support 527 | password cisco 528 | ! 529 | username lab 530 | group root-lr 531 | group cisco-support 532 | password cisco 533 | ! 534 | ! 535 | interface Loopback0 536 | description not connected 537 | no ipv4 address 538 | shutdown 539 | interface MgmtEth0/RP0/CPU0/0 540 | description not connected 541 | no ipv4 address 542 | shutdown 543 | interface GigabitEthernet0/0/0/0 544 | description to GigabitEthernet0/0/0/0.P4 545 | no ipv4 address 546 | no shutdown 547 | interface GigabitEthernet0/0/0/1 548 | description not connected 549 | no ipv4 address 550 | shutdown 551 | interface GigabitEthernet0/0/0/2 552 | description not connected 553 | no ipv4 address 554 | shutdown 555 | interface GigabitEthernet0/0/0/3 556 | description not connected 557 | no ipv4 address 558 | shutdown 559 | interface GigabitEthernet0/0/0/4 560 | description not connected 561 | no ipv4 address 562 | shutdown 563 | ! 564 | ! 565 | ! 566 | cpu_limit: null 567 | cpus: null 568 | data_volume: null 569 | hide_links: false 570 | id: n4 571 | image_definition: null 572 | label: PE5 573 | node_definition: iosxrv9000 574 | ram: null 575 | tags: [] 576 | x: 120 577 | y: 40 578 | interfaces: 579 | - id: i0 580 | label: Loopback0 581 | type: loopback 582 | - id: i1 583 | label: MgmtEth0/RP0/CPU0/0 584 | slot: 0 585 | type: physical 586 | - id: i2 587 | label: donotuse1 588 | slot: 1 589 | type: physical 590 | - id: i3 591 | label: donotuse2 592 | slot: 2 593 | type: physical 594 | - id: i4 595 | label: GigabitEthernet0/0/0/0 596 | slot: 3 597 | type: physical 598 | - id: i5 599 | label: GigabitEthernet0/0/0/1 600 | slot: 4 601 | type: physical 602 | - id: i6 603 | label: GigabitEthernet0/0/0/2 604 | slot: 5 605 | type: physical 606 | - id: i7 607 | label: GigabitEthernet0/0/0/3 608 | slot: 6 609 | type: physical 610 | - id: i8 611 | label: GigabitEthernet0/0/0/4 612 | slot: 7 613 | type: physical 614 | - boot_disk_size: null 615 | configuration: |- 616 | ! IOS Config generated on 2024-08-03 12:16 617 | ! by ank-ng! 618 | ! 619 | hostname p6 620 | ! 621 | service timestamps log datetime msec 622 | service timestamps debug datetime msec 623 | telnet vrf default ipv4 server max-servers 10 624 | telnet vrf Mgmt-intf ipv4 server max-servers 10 625 | domain lookup disable 626 | domain name virl.info 627 | ssh server v2 628 | ! 629 | line template vty 630 | timestamp 631 | exec-timeout 720 0 632 | ! 633 | line console 634 | exec-timeout 0 0 635 | ! 636 | line default 637 | exec-timeout 720 0 638 | ! 639 | vty-pool default 0 50 640 | control-plane 641 | management-plane 642 | inband 643 | interface all 644 | allow all 645 | ! 646 | ! 647 | ! 648 | ! 649 | username cisco 650 | group root-lr 651 | group cisco-support 652 | password cisco 653 | ! 654 | username admin 655 | group root-lr 656 | group cisco-support 657 | password cisco 658 | ! 659 | username lab 660 | group root-lr 661 | group cisco-support 662 | password cisco 663 | ! 664 | ! 665 | interface Loopback0 666 | description not connected 667 | no ipv4 address 668 | shutdown 669 | interface MgmtEth0/RP0/CPU0/0 670 | description not connected 671 | no ipv4 address 672 | shutdown 673 | interface GigabitEthernet0/0/0/0 674 | description to GigabitEthernet0/0/0/0.P7 675 | no ipv4 address 676 | no shutdown 677 | interface GigabitEthernet0/0/0/1 678 | description to GigabitEthernet0/0/0/1.P2 679 | no ipv4 address 680 | no shutdown 681 | interface GigabitEthernet0/0/0/2 682 | description not connected 683 | no ipv4 address 684 | shutdown 685 | interface GigabitEthernet0/0/0/3 686 | description not connected 687 | no ipv4 address 688 | shutdown 689 | interface GigabitEthernet0/0/0/4 690 | description not connected 691 | no ipv4 address 692 | shutdown 693 | ! 694 | ! 695 | ! 696 | cpu_limit: null 697 | cpus: null 698 | data_volume: null 699 | hide_links: false 700 | id: n5 701 | image_definition: null 702 | label: P6 703 | node_definition: iosxrv9000 704 | ram: null 705 | tags: [] 706 | x: -560 707 | y: -200 708 | interfaces: 709 | - id: i0 710 | label: Loopback0 711 | type: loopback 712 | - id: i1 713 | label: MgmtEth0/RP0/CPU0/0 714 | slot: 0 715 | type: physical 716 | - id: i2 717 | label: donotuse1 718 | slot: 1 719 | type: physical 720 | - id: i3 721 | label: donotuse2 722 | slot: 2 723 | type: physical 724 | - id: i4 725 | label: GigabitEthernet0/0/0/0 726 | slot: 3 727 | type: physical 728 | - id: i5 729 | label: GigabitEthernet0/0/0/1 730 | slot: 4 731 | type: physical 732 | - id: i6 733 | label: GigabitEthernet0/0/0/2 734 | slot: 5 735 | type: physical 736 | - id: i7 737 | label: GigabitEthernet0/0/0/3 738 | slot: 6 739 | type: physical 740 | - id: i8 741 | label: GigabitEthernet0/0/0/4 742 | slot: 7 743 | type: physical 744 | - boot_disk_size: null 745 | configuration: |- 746 | ! IOS Config generated on 2024-08-03 12:16 747 | ! by ank-ng! 748 | ! 749 | hostname p7 750 | ! 751 | service timestamps log datetime msec 752 | service timestamps debug datetime msec 753 | telnet vrf default ipv4 server max-servers 10 754 | telnet vrf Mgmt-intf ipv4 server max-servers 10 755 | domain lookup disable 756 | domain name virl.info 757 | ssh server v2 758 | ! 759 | line template vty 760 | timestamp 761 | exec-timeout 720 0 762 | ! 763 | line console 764 | exec-timeout 0 0 765 | ! 766 | line default 767 | exec-timeout 720 0 768 | ! 769 | vty-pool default 0 50 770 | control-plane 771 | management-plane 772 | inband 773 | interface all 774 | allow all 775 | ! 776 | ! 777 | ! 778 | ! 779 | username cisco 780 | group root-lr 781 | group cisco-support 782 | password cisco 783 | ! 784 | username admin 785 | group root-lr 786 | group cisco-support 787 | password cisco 788 | ! 789 | username lab 790 | group root-lr 791 | group cisco-support 792 | password cisco 793 | ! 794 | ! 795 | interface Loopback0 796 | description not connected 797 | no ipv4 address 798 | shutdown 799 | interface MgmtEth0/RP0/CPU0/0 800 | description not connected 801 | no ipv4 address 802 | shutdown 803 | interface GigabitEthernet0/0/0/0 804 | description to GigabitEthernet0/0/0/0.P6 805 | no ipv4 address 806 | no shutdown 807 | interface GigabitEthernet0/0/0/1 808 | description to GigabitEthernet0/0/0/1.P3 809 | no ipv4 address 810 | no shutdown 811 | interface GigabitEthernet0/0/0/2 812 | description to GigabitEthernet0/0/0/2.P8 813 | no ipv4 address 814 | no shutdown 815 | interface GigabitEthernet0/0/0/3 816 | description to GigabitEthernet0/0/0/3.P2 817 | no ipv4 address 818 | no shutdown 819 | interface GigabitEthernet0/0/0/4 820 | description to GigabitEthernet0/0/0/4.P4 821 | no ipv4 address 822 | no shutdown 823 | ! 824 | ! 825 | ! 826 | cpu_limit: null 827 | cpus: null 828 | data_volume: null 829 | hide_links: false 830 | id: n6 831 | image_definition: null 832 | label: P7 833 | node_definition: iosxrv9000 834 | ram: null 835 | tags: [] 836 | x: -320 837 | y: -200 838 | interfaces: 839 | - id: i0 840 | label: Loopback0 841 | type: loopback 842 | - id: i1 843 | label: MgmtEth0/RP0/CPU0/0 844 | slot: 0 845 | type: physical 846 | - id: i2 847 | label: donotuse1 848 | slot: 1 849 | type: physical 850 | - id: i3 851 | label: donotuse2 852 | slot: 2 853 | type: physical 854 | - id: i4 855 | label: GigabitEthernet0/0/0/0 856 | slot: 3 857 | type: physical 858 | - id: i5 859 | label: GigabitEthernet0/0/0/1 860 | slot: 4 861 | type: physical 862 | - id: i6 863 | label: GigabitEthernet0/0/0/2 864 | slot: 5 865 | type: physical 866 | - id: i7 867 | label: GigabitEthernet0/0/0/3 868 | slot: 6 869 | type: physical 870 | - id: i8 871 | label: GigabitEthernet0/0/0/4 872 | slot: 7 873 | type: physical 874 | - boot_disk_size: null 875 | configuration: |- 876 | ! IOS Config generated on 2024-08-03 12:16 877 | ! by ank-ng! 878 | ! 879 | hostname p8 880 | ! 881 | service timestamps log datetime msec 882 | service timestamps debug datetime msec 883 | telnet vrf default ipv4 server max-servers 10 884 | telnet vrf Mgmt-intf ipv4 server max-servers 10 885 | domain lookup disable 886 | domain name virl.info 887 | ssh server v2 888 | ! 889 | line template vty 890 | timestamp 891 | exec-timeout 720 0 892 | ! 893 | line console 894 | exec-timeout 0 0 895 | ! 896 | line default 897 | exec-timeout 720 0 898 | ! 899 | vty-pool default 0 50 900 | control-plane 901 | management-plane 902 | inband 903 | interface all 904 | allow all 905 | ! 906 | ! 907 | ! 908 | ! 909 | username cisco 910 | group root-lr 911 | group cisco-support 912 | password cisco 913 | ! 914 | username admin 915 | group root-lr 916 | group cisco-support 917 | password cisco 918 | ! 919 | username lab 920 | group root-lr 921 | group cisco-support 922 | password cisco 923 | ! 924 | ! 925 | interface Loopback0 926 | description not connected 927 | no ipv4 address 928 | shutdown 929 | interface MgmtEth0/RP0/CPU0/0 930 | description not connected 931 | no ipv4 address 932 | shutdown 933 | interface GigabitEthernet0/0/0/0 934 | description not connected 935 | no ipv4 address 936 | shutdown 937 | interface GigabitEthernet0/0/0/1 938 | description to GigabitEthernet0/0/0/1.P4 939 | no ipv4 address 940 | no shutdown 941 | interface GigabitEthernet0/0/0/2 942 | description to GigabitEthernet0/0/0/2.P7 943 | no ipv4 address 944 | no shutdown 945 | interface GigabitEthernet0/0/0/3 946 | description not connected 947 | no ipv4 address 948 | shutdown 949 | interface GigabitEthernet0/0/0/4 950 | description not connected 951 | no ipv4 address 952 | shutdown 953 | ! 954 | ! 955 | ! 956 | cpu_limit: null 957 | cpus: null 958 | data_volume: null 959 | hide_links: false 960 | id: n7 961 | image_definition: null 962 | label: P8 963 | node_definition: iosxrv9000 964 | ram: null 965 | tags: [] 966 | x: -80 967 | y: -200 968 | interfaces: 969 | - id: i0 970 | label: Loopback0 971 | type: loopback 972 | - id: i1 973 | label: MgmtEth0/RP0/CPU0/0 974 | slot: 0 975 | type: physical 976 | - id: i2 977 | label: donotuse1 978 | slot: 1 979 | type: physical 980 | - id: i3 981 | label: donotuse2 982 | slot: 2 983 | type: physical 984 | - id: i4 985 | label: GigabitEthernet0/0/0/0 986 | slot: 3 987 | type: physical 988 | - id: i5 989 | label: GigabitEthernet0/0/0/1 990 | slot: 4 991 | type: physical 992 | - id: i6 993 | label: GigabitEthernet0/0/0/2 994 | slot: 5 995 | type: physical 996 | - id: i7 997 | label: GigabitEthernet0/0/0/3 998 | slot: 6 999 | type: physical 1000 | - id: i8 1001 | label: GigabitEthernet0/0/0/4 1002 | slot: 7 1003 | type: physical 1004 | - boot_disk_size: null 1005 | configuration: |- 1006 | ! IOS Config generated on 2024-08-03 12:16 1007 | ! by ank-ng! 1008 | ! 1009 | hostname p3 1010 | ! 1011 | service timestamps log datetime msec 1012 | service timestamps debug datetime msec 1013 | telnet vrf default ipv4 server max-servers 10 1014 | telnet vrf Mgmt-intf ipv4 server max-servers 10 1015 | domain lookup disable 1016 | domain name virl.info 1017 | ssh server v2 1018 | ! 1019 | line template vty 1020 | timestamp 1021 | exec-timeout 720 0 1022 | ! 1023 | line console 1024 | exec-timeout 0 0 1025 | ! 1026 | line default 1027 | exec-timeout 720 0 1028 | ! 1029 | vty-pool default 0 50 1030 | control-plane 1031 | management-plane 1032 | inband 1033 | interface all 1034 | allow all 1035 | ! 1036 | ! 1037 | ! 1038 | ! 1039 | username cisco 1040 | group root-lr 1041 | group cisco-support 1042 | password cisco 1043 | ! 1044 | username admin 1045 | group root-lr 1046 | group cisco-support 1047 | password cisco 1048 | ! 1049 | username lab 1050 | group root-lr 1051 | group cisco-support 1052 | password cisco 1053 | ! 1054 | ! 1055 | interface Loopback0 1056 | description not connected 1057 | no ipv4 address 1058 | shutdown 1059 | interface MgmtEth0/RP0/CPU0/0 1060 | description not connected 1061 | no ipv4 address 1062 | shutdown 1063 | interface GigabitEthernet0/0/0/0 1064 | description to GigabitEthernet0/0/0/0.P2 1065 | no ipv4 address 1066 | no shutdown 1067 | interface GigabitEthernet0/0/0/1 1068 | description to GigabitEthernet0/0/0/1.P7 1069 | no ipv4 address 1070 | no shutdown 1071 | interface GigabitEthernet0/0/0/2 1072 | description to GigabitEthernet0/0/0/2.P4 1073 | no ipv4 address 1074 | no shutdown 1075 | interface GigabitEthernet0/0/0/3 1076 | description not connected 1077 | no ipv4 address 1078 | shutdown 1079 | interface GigabitEthernet0/0/0/4 1080 | description not connected 1081 | no ipv4 address 1082 | shutdown 1083 | ! 1084 | ! 1085 | ! 1086 | cpu_limit: null 1087 | cpus: null 1088 | data_volume: null 1089 | hide_links: false 1090 | id: n8 1091 | image_definition: null 1092 | label: P9 1093 | node_definition: iosxrv9000 1094 | ram: null 1095 | tags: [] 1096 | x: -440 1097 | y: 160 1098 | interfaces: 1099 | - id: i0 1100 | label: Loopback0 1101 | type: loopback 1102 | - id: i1 1103 | label: MgmtEth0/RP0/CPU0/0 1104 | slot: 0 1105 | type: physical 1106 | - id: i2 1107 | label: donotuse1 1108 | slot: 1 1109 | type: physical 1110 | - id: i3 1111 | label: donotuse2 1112 | slot: 2 1113 | type: physical 1114 | - id: i4 1115 | label: GigabitEthernet0/0/0/0 1116 | slot: 3 1117 | type: physical 1118 | - id: i5 1119 | label: GigabitEthernet0/0/0/1 1120 | slot: 4 1121 | type: physical 1122 | - id: i6 1123 | label: GigabitEthernet0/0/0/2 1124 | slot: 5 1125 | type: physical 1126 | - id: i7 1127 | label: GigabitEthernet0/0/0/3 1128 | slot: 6 1129 | type: physical 1130 | - id: i8 1131 | label: GigabitEthernet0/0/0/4 1132 | slot: 7 1133 | type: physical 1134 | - id: i9 1135 | label: GigabitEthernet0/0/0/5 1136 | slot: 8 1137 | type: physical 1138 | annotations: [] 1139 | --------------------------------------------------------------------------------