SlideShare une entreprise Scribd logo
1  sur  18
Télécharger pour lire hors ligne
Network Diagram
XR1 XR2
R3
R4
R6R10
R1R7 R2
R9
AS9
R5
AS100
ISIS L2
VRF
MSSK
VRF
MSSK
VRF
MSSK
VRF
ABC
VRF
ABC
Configure ISIS level-2 in AS 100 on all transit links and loopback
interfaces
XR1
router isis 1
is-type level-2-only
net 49.0001.0000.0000.0001.00
address-family ipv4 unicast
metric-style wide
interface Loopback0
address-family ipv4 unicast
interface GigabitEthernet0/1/0/0.13
address-family ipv4 unicast
interface GigabitEthernet0/1/0/0.14
address-family ipv4 unicast
interface POS0/6/0/0
address-family ipv4 unicast
XR2
router isis 1
is-type level-2-only
net 49.0001.0000.0000.0002.00
address-family ipv4 unicast
metric-style wide
interface Loopback0
address-family ipv4 unicast
interface GigabitEthernet0/4/0/0.23
address-family ipv4 unicast
interface GigabitEthernet0/4/0/0.25
address-family ipv4 unicast
interface POS0/7/0/0
address-family ipv4 unicast
R3
router isis 1
net 49.0001.0000.0000.0003.00
is-type level-2-only
metric-style wide
passive-interface Loopback0
interface FastEthernet0/0.13
ip router isis 1
interface FastEthernet0/0.23
ip router isis 1
interface FastEthernet0/0.34
ip router isis 1
interface FastEthernet0/0.35
ip router isis 1
R4
interface FastEthernet0/0.34
ip router isis 1
router isis 1
net 49.0001.0000.0000.0004.00
is-type level-2-only
metric-style wide
passive-interface Loopback0
R5
interface FastEthernet0/0.35
ip router isis 1
router isis 1
net 49.0001.0000.0000.0005.00
is-type level-2-only
metric-style wide
passive-interface Loopback0
Enable MPLS on all transit links in AS 100, make sure the loopback 0
interface for each router is the router ID
XR1
mpls ldp
router-id 1.1.1.1
interface GigabitEthernet0/1/0/0.13
interface GigabitEthernet0/1/0/0.14
interface POS0/6/0/0
XR2
mpls ldp
router-id 2.2.2.2
interface GigabitEthernet0/4/0/0.23
interface GigabitEthernet0/4/0/0.25
interface POS0/7/0/0
R3
mpls label protocol ldp
mpls ldp router-id Loopback0 force
interface FastEthernet0/0.13
mpls ip
interface FastEthernet0/0.23
mpls ip
interface FastEthernet0/0.34
mpls ip
interface FastEthernet0/0.35
mpls ip
R4
mpls label protocol ldp
mpls ldp router-id Loopback0 force
interface FastEthernet0/0.34
mpls ip
R5
mpls label protocol ldp
mpls ldp router-id Loopback0 force
interface FastEthernet0/0.35
mpls ip
Configure VRF MSSK with rd value of 100:1 and import/export RT of
100:1 and assign the CE connected interfaces to that VRF
XR1
vrf MSSK
address-family ipv4 unicast
import route-target
100:1
export route-target
100:1
interface GigabitEthernet0/1/0/0.12
vrf MSSK
ipv4 address 192.1.111.1 255.255.255.0
dot1q vlan 111
XR2
vrf MSSK
address-family ipv4 unicast
import route-target
100:1
export route-target
100:1
interface GigabitEthernet0/4/0/0.12
vrf MSSK
ipv4 address 192.1.222.2 255.255.255.0
dot1q vlan 222
R4
vrf definition MSSK
rd 100:1
route-target export 100:1
route-target import 100:1
address-family ipv4
exit-address-family
interface FastEthernet0/0.46
vrf forwarding MSSK
ip address 192.1.46.4 255.255.255.0
R5
vrf definition MSSK
rd 100:1
route-target export 100:1
route-target import 100:1
address-family ipv4
exit-address-family
interface FastEthernet0/0.59
vrf forwarding MSSK
ip address 192.1.59.5 255.255.255.0
Configure OSPF PID 100 as the PE-CE routing protocol in area 0
XR1
router ospf 100
vrf MSSK
router-id 1.1.1.1
address-family ipv4 unicast
area 0
interface GigabitEthernet0/1/0/0.12
R1
router ospf 100
router-id 11.11.11.11
network 11.11.11.11 0.0.0.0 area 0
network 192.1.111.11 0.0.0.0 area 0
XR2
router ospf 100
vrf MSSK
router-id 2.2.2.2
address-family ipv4 unicast
area 0
interface GigabitEthernet0/4/0/0.12
R2
router ospf 100
router-id 22.22.22.22
network 22.22.22.22 0.0.0.0 area 0
network 192.1.222.22 0.0.0.0 area 0
R4
router ospf 100 vrf MSSK
router-id 4.4.4.4
network 192.1.46.4 0.0.0.0 area 0
R6
router ospf 100
router-id 6.6.6.6
network 6.6.6.6 0.0.0.0 area 0
network 192.1.46.6 0.0.0.0 area 0
All routers in AS 100 should have only one BGP VPNv4 peering with
R3
XR1
router bgp 100
address-family vpnv4 unicast
neighbor 3.3.3.3
remote-as 100
update-source Loopback0
address-family vpnv4 unicast
XR2
router bgp 100
address-family ipv4 unicast
network 109.107.128.1/32
network 109.107.129.1/32
address-family vpnv4 unicast
neighbor 3.3.3.3
remote-as 100
update-source Loopback0
address-family vpnv4 unicast
R3
router bgp 100
no bgp default ipv4-unicast
neighbor 1.1.1.1 remote-as 100
neighbor 1.1.1.1 update-source Loopback0
neighbor 2.2.2.2 remote-as 100
neighbor 2.2.2.2 update-source Loopback0
neighbor 4.4.4.4 remote-as 100
neighbor 4.4.4.4 update-source Loopback0
neighbor 5.5.5.5 remote-as 100
neighbor 5.5.5.5 update-source Loopback0
address-family vpnv4
neighbor 1.1.1.1 activate
neighbor 1.1.1.1 send-community both
neighbor 1.1.1.1 route-reflector-client
neighbor 2.2.2.2 activate
neighbor 2.2.2.2 send-community both
neighbor 2.2.2.2 route-reflector-client
neighbor 4.4.4.4 activate
neighbor 4.4.4.4 send-community both
neighbor 4.4.4.4 route-reflector-client
neighbor 5.5.5.5 activate
neighbor 5.5.5.5 send-community both
neighbor 5.5.5.5 route-reflector-client
R4
router bgp 100
no bgp default ipv4-unicast
bgp log-neighbor-changes
neighbor 3.3.3.3 remote-as 100
neighbor 3.3.3.3 update-source Loopback0
address-family vpnv4
neighbor 3.3.3.3 activate
neighbor 3.3.3.3 send-community both
R5
router bgp 100
no bgp default ipv4-unicast
neighbor 3.3.3.3 remote-as 100
neighbor 3.3.3.3 update-source Loopback0
address-family vpnv4
neighbor 3.3.3.3 activate
neighbor 3.3.3.3 send-community both
Complete the MPLS L3VPN configuration in order to achieve
connectivity between R1 , R2 and R6
R5
router ospf 100 vrf MSSK
redistribute bgp 100 subnets
router bgp 100
address-family ipv4 vrf MSSK
redistribute ospf 100 vrf MSSK
R4
router ospf 100 vrf MSSK
redistribute bgp 100 subnets
router bgp 100
address-family ipv4 vrf MSSK
redistribute ospf 100 vrf MSSK
XR1
router ospf 100
vrf MSSK
redistribute bgp 100
router bgp 100
vrf MSSK
rd 100:1
address-family ipv4 unicast
redistribute ospf 100
XR2
router ospf 100
vrf MSSK
redistribute bgp 100
router bgp 100
vrf MSSK
rd 100:1
address-family ipv4 unicast
redistribute ospf 100
Configure a new VRF ABC on the CEs with RD value of 200:1 and
import/export RT of the same value and assign the interface
connecting to customers CEs in that VRF , configure RIPv2 as the CE-
CE routing protocol and do the necessary to achieve connectivity
between R7 and R10
R1
vrf definition ABC
rd 200:1
route-target export 200:1
route-target import 200:1
address-family ipv4
exit-address-family
interface FastEthernet0/0.117
vrf forwarding ABC
ip address 192.1.117.11 255.255.255.0
router rip
address-family ipv4 vrf ABC
redistribute bgp 117 metric transparent
network 192.1.117.0
no auto-summary
version 2
exit-address-family
router bgp 117
no bgp default ipv4-unicast
neighbor 6.6.6.6 remote-as 610
neighbor 6.6.6.6 ebgp-multihop 255
neighbor 6.6.6.6 update-source Loopback0
address-family vpnv4
neighbor 6.6.6.6 activate
neighbor 6.6.6.6 send-community both
neighbor 6.6.6.6 next-hop-unchanged
address-family ipv4 vrf ABC
redistribute connected
redistribute rip
exit-address-family
R7
router rip
version 2
network 7.0.0.0
network 192.1.117.0
no auto-summary
R6
vrf definition ABC
rd 200:1
route-target export 200:1
route-target import 200:1
address-family ipv4
exit-address-family
interface FastEthernet0/0.60
vrf forwarding ABC
ip address 192.1.60.6 255.255.255.0
router rip
address-family ipv4 vrf ABC
redistribute bgp 610 metric transparent
network 192.1.60.0
no auto-summary
version 2
exit-address-family
router bgp 610
no bgp default ipv4-unicast
neighbor 11.11.11.11 remote-as 117
neighbor 11.11.11.11 ebgp-multihop 255
neighbor 11.11.11.11 update-source Loopback0
address-family vpnv4
neighbor 11.11.11.11 activate
neighbor 11.11.11.11 send-community both
neighbor 11.11.11.11 next-hop-unchanged
exit-address-family
address-family ipv4 vrf ABC
redistribute connected
redistribute rip
exit-address-family
XR1
mpls ldp
router-id 1.1.1.1
interface GigabitEthernet0/1/0/0.12
R1
interface FastEthernet0/0.12
mpls ip
R4
interface FastEthernet0/0.46
mpls ip
R6
interface FastEthernet0/0.46
mpls ip
Configure BGP peering between XR2 and R9 and advertise loopback 1
and 2 interfaces on each router
R9 is located in AS9
XR2
interface GigabitEthernet0/4/0/0.29
ipv4 address 212.118.0.2 255.255.255.0
dot1q vlan 29
interface Loopback1
ipv4 address 109.107.128.1 255.255.255.255
interface Loopback2
ipv4 address 109.107.129.1 255.255.255.255
route-policy PASS
pass
end-policy
router bgp 100
address-family ipv4 unicast
network 109.107.128.1/32
network 109.107.129.1/32
neighbor 212.118.0.9
remote-as 9
address-family ipv4 unicast
route-policy PASS in
route-policy PASS out
R9
interface FastEthernet0/1
ip address 212.118.0.9 255.255.255.0
speed auto
full-duplex
interface Loopback1
ip address 92.62.113.1 255.255.255.255
interface Loopback2
ip address 92.62.114.1 255.255.255.255
router bgp 9
no bgp default ipv4-unicast
neighbor 212.118.0.2 remote-as 100
address-family ipv4
neighbor 212.118.0.2 activate
network 92.62.113.1 mask 255.255.255.255
network 92.62.114.1 mask 255.255.255.255
Initial Configuration Files
R1
hostname R1
interface Loopback0
ip address 11.11.11.11 255.255.255.255
interface FastEthernet0/0
no ip address
duplex full
no shutdown
interface FastEthernet0/0.12
encapsulation dot1Q 111
ip address 192.1.111.11 255.255.255.0
interface FastEthernet0/0.117
encapsulation dot1Q 117
ip address 192.1.117.11 255.255.255.0
R2
hostname R2
interface Loopback0
ip address 22.22.22.22 255.255.255.255
interface FastEthernet0/0
no ip address
duplex full
no shutdown
interface FastEthernet0/0.12
encapsulation dot1Q 222
ip address 192.1.222.22 255.255.255.0
R3
hostname R3
interface Loopback0
ip address 3.3.3.3 255.255.255.255
interface FastEthernet0/0
no ip address
duplex full
no shutdown
interface FastEthernet0/0.13
encapsulation dot1Q 13
ip address 192.1.13.3 255.255.255.0
interface FastEthernet0/0.23
encapsulation dot1Q 23
ip address 192.1.23.3 255.255.255.0
interface FastEthernet0/0.34
encapsulation dot1Q 34
ip address 192.1.34.3 255.255.255.0
interface FastEthernet0/0.35
encapsulation dot1Q 35
ip address 192.1.35.3 255.255.255.0
R4
hostname R4
interface Loopback0
ip address 4.4.4.4 255.255.255.255
interface FastEthernet0/0
no ip address
duplex full
no shutdown
interface FastEthernet0/0.34
encapsulation dot1Q 34
ip address 192.1.34.4 255.255.255.0
interface FastEthernet0/0.46
encapsulation dot1Q 46
ip address 192.1.46.4 255.255.255.0
R5
hostname R5
interface Loopback0
ip address 5.5.5.5 255.255.255.255
interface FastEthernet0/0
no ip address
duplex full
no shutdown
interface FastEthernet0/0.35
encapsulation dot1Q 35
ip address 192.1.35.5 255.255.255.0
interface FastEthernet0/0.59
encapsulation dot1Q 59
ip address 192.1.59.5 255.255.255.0
R6
hostname R6
interface Loopback0
ip address 6.6.6.6 255.255.255.255
!
interface FastEthernet0/0
no ip address
duplex full
no shutdown
interface FastEthernet0/0.46
encapsulation dot1Q 46
ip address 192.1.46.6 255.255.255.0
interface FastEthernet0/0.60
encapsulation dot1Q 610
ip address 192.1.60.6 255.255.255.0
R7
hostname R7
interface Loopback0
ip address 7.7.7.7 255.255.255.255
interface FastEthernet0/0
ip address 192.1.117.7 255.255.255.0
speed auto
full-duplex
R9
hostname R9
interface Loopback0
ip address 9.9.9.9 255.255.255.255
interface Loopback1
ip address 92.62.113.1 255.255.255.255
interface Loopback2
ip address 92.62.114.1 255.255.255.255
interface FastEthernet0/1
ip address 212.118.0.9 255.255.255.0
speed auto
full-duplex
R10
hostname R10
interface Loopback0
ip address 10.10.10.10 255.255.255.255
interface FastEthernet0/0
ip address 192.1.60.10 255.255.255.0
speed auto
full-duplex
XR1
hostname XR1
interface Loopback0
ipv4 address 1.1.1.1 255.255.255.255
interface GigabitEthernet0/1/0/0.12
ipv4 address 192.1.111.1 255.255.255.0
dot1q vlan 111
interface GigabitEthernet0/1/0/0.13
ipv4 address 192.1.13.1 255.255.255.0
dot1q vlan 13
interface GigabitEthernet0/1/0/0.14
ipv4 address 192.1.14.1 255.255.255.0
dot1q vlan 14
interface POS0/6/0/0
ipv4 address 192.1.12.1 255.255.255.0
encapsulation ppp
XR2
hostname XR2
interface Loopback0
ipv4 address 2.2.2.2 255.255.255.255
interface Loopback1
ipv4 address 109.107.128.1 255.255.255.255
interface Loopback2
ipv4 address 109.107.129.1 255.255.255.255
interface GigabitEthernet0/4/0/0.12
ipv4 address 192.1.222.2 255.255.255.0
dot1q vlan 222
interface GigabitEthernet0/4/0/0.23
ipv4 address 192.1.23.2 255.255.255.0
dot1q vlan 23
interface GigabitEthernet0/4/0/0.25
ipv4 address 192.1.25.2 255.255.255.0
dot1q vlan 25
interface GigabitEthernet0/4/0/0.29
ipv4 address 212.118.0.2 255.255.255.0
dot1q vlan 29
interface POS0/7/0/0
ipv4 address 192.1.12.2 255.255.255.0
encapsulation ppp

Contenu connexe

Tendances

In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network securityThanawan Tuamyim
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchHamed Moghaddam
 
Juniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route ConfigurationJuniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route ConfigurationHamed Moghaddam
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet3Anetwork com
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer) Arz Sy
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview3Anetwork com
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationHamed Moghaddam
 
Cisco CCNA-Standard Access List
Cisco CCNA-Standard Access ListCisco CCNA-Standard Access List
Cisco CCNA-Standard Access ListHamed Moghaddam
 
Cisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL ConfigurationCisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL ConfigurationHamed Moghaddam
 
Route Redistribution
Route RedistributionRoute Redistribution
Route RedistributionNetwax Lab
 
0.0.0.1 lab initializing and reloading a router and switch - ilm
0.0.0.1 lab   initializing and reloading a router and switch - ilm0.0.0.1 lab   initializing and reloading a router and switch - ilm
0.0.0.1 lab initializing and reloading a router and switch - ilmPedro César Carrasco Nova
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationHamed Moghaddam
 
Network Jumbo Frame Config Guide
Network Jumbo Frame Config GuideNetwork Jumbo Frame Config Guide
Network Jumbo Frame Config GuideWoo Hyung Choi
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationHamed Moghaddam
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationHamed Moghaddam
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2Kris Mofu
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationHamed Moghaddam
 

Tendances (20)

In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network security
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer Switch
 
Juniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route ConfigurationJuniper JNCIA – Juniper RIP Route Configuration
Juniper JNCIA – Juniper RIP Route Configuration
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
Cisco CCNA-Standard Access List
Cisco CCNA-Standard Access ListCisco CCNA-Standard Access List
Cisco CCNA-Standard Access List
 
Cisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL ConfigurationCisco CCNA CCNP VACL Configuration
Cisco CCNA CCNP VACL Configuration
 
Layer 3 redundancy hsrp
Layer 3 redundancy   hsrpLayer 3 redundancy   hsrp
Layer 3 redundancy hsrp
 
Route Redistribution
Route RedistributionRoute Redistribution
Route Redistribution
 
0.0.0.1 lab initializing and reloading a router and switch - ilm
0.0.0.1 lab   initializing and reloading a router and switch - ilm0.0.0.1 lab   initializing and reloading a router and switch - ilm
0.0.0.1 lab initializing and reloading a router and switch - ilm
 
ACI MultiPod 구성
ACI MultiPod 구성ACI MultiPod 구성
ACI MultiPod 구성
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA Configuration
 
Router commands
Router commandsRouter commands
Router commands
 
Network Jumbo Frame Config Guide
Network Jumbo Frame Config GuideNetwork Jumbo Frame Config Guide
Network Jumbo Frame Config Guide
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 Configuration
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 Configuration
 

Similaire à Practice Lab CSC

Netmcr 40 - Salt + Netbox + Vyos = Network Automation + Routing Security
Netmcr 40 - Salt + Netbox + Vyos = Network Automation + Routing SecurityNetmcr 40 - Salt + Netbox + Vyos = Network Automation + Routing Security
Netmcr 40 - Salt + Netbox + Vyos = Network Automation + Routing SecurityFaelix Ltd
 
VYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edgeVYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edgeFaelix Ltd
 
Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame RelayTharindu Sankalpa
 
Mpls Presentation Ine
Mpls Presentation IneMpls Presentation Ine
Mpls Presentation IneAlp isik
 
Ospf infografia
Ospf infografiaOspf infografia
Ospf infografiaw78ww
 
Ipv6 deployment at the university of warwick - networkshop44
Ipv6 deployment at the university of warwick - networkshop44Ipv6 deployment at the university of warwick - networkshop44
Ipv6 deployment at the university of warwick - networkshop44Jisc
 
Implementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud TenantImplementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud TenantShixiong Shang
 
Nxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNetwax Lab
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Vinod Kumar Balasubramanyam
 
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 ConfigurationENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configurationkecatem465
 

Similaire à Practice Lab CSC (20)

Netmcr 40 - Salt + Netbox + Vyos = Network Automation + Routing Security
Netmcr 40 - Salt + Netbox + Vyos = Network Automation + Routing SecurityNetmcr 40 - Salt + Netbox + Vyos = Network Automation + Routing Security
Netmcr 40 - Salt + Netbox + Vyos = Network Automation + Routing Security
 
VYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edgeVYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edge
 
Ipv6
Ipv6Ipv6
Ipv6
 
Fhrp notes
Fhrp notesFhrp notes
Fhrp notes
 
BRKCRT-2601.pdf
BRKCRT-2601.pdfBRKCRT-2601.pdf
BRKCRT-2601.pdf
 
Nxll11 bgp
Nxll11 bgpNxll11 bgp
Nxll11 bgp
 
Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame Relay
 
Mpls Presentation Ine
Mpls Presentation IneMpls Presentation Ine
Mpls Presentation Ine
 
Ospf infografia
Ospf infografiaOspf infografia
Ospf infografia
 
IPV6 IPv6 Routing Lab By Rob Hamm
IPV6 IPv6 Routing Lab  By Rob HammIPV6 IPv6 Routing Lab  By Rob Hamm
IPV6 IPv6 Routing Lab By Rob Hamm
 
Nxll26 bgp ii
Nxll26 bgp iiNxll26 bgp ii
Nxll26 bgp ii
 
Icnd210 s04l01
Icnd210 s04l01Icnd210 s04l01
Icnd210 s04l01
 
mpls-04
mpls-04mpls-04
mpls-04
 
OSPF_Exercises.pdf
OSPF_Exercises.pdfOSPF_Exercises.pdf
OSPF_Exercises.pdf
 
Ipv6 deployment at the university of warwick - networkshop44
Ipv6 deployment at the university of warwick - networkshop44Ipv6 deployment at the university of warwick - networkshop44
Ipv6 deployment at the university of warwick - networkshop44
 
Implementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud TenantImplementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud Tenant
 
Nxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNxll17 dynamic routing with asa
Nxll17 dynamic routing with asa
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000
 
Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000
 
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 ConfigurationENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
ENSA_Module_2 Packet Tracer - Single-Area OSPFv2 Configuration
 

Dernier

Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 

Dernier (20)

Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 

Practice Lab CSC

  • 1. Network Diagram XR1 XR2 R3 R4 R6R10 R1R7 R2 R9 AS9 R5 AS100 ISIS L2 VRF MSSK VRF MSSK VRF MSSK VRF ABC VRF ABC Configure ISIS level-2 in AS 100 on all transit links and loopback interfaces XR1 router isis 1 is-type level-2-only net 49.0001.0000.0000.0001.00 address-family ipv4 unicast metric-style wide interface Loopback0 address-family ipv4 unicast interface GigabitEthernet0/1/0/0.13 address-family ipv4 unicast interface GigabitEthernet0/1/0/0.14
  • 2. address-family ipv4 unicast interface POS0/6/0/0 address-family ipv4 unicast XR2 router isis 1 is-type level-2-only net 49.0001.0000.0000.0002.00 address-family ipv4 unicast metric-style wide interface Loopback0 address-family ipv4 unicast interface GigabitEthernet0/4/0/0.23 address-family ipv4 unicast interface GigabitEthernet0/4/0/0.25 address-family ipv4 unicast interface POS0/7/0/0 address-family ipv4 unicast R3 router isis 1 net 49.0001.0000.0000.0003.00 is-type level-2-only metric-style wide passive-interface Loopback0 interface FastEthernet0/0.13 ip router isis 1 interface FastEthernet0/0.23 ip router isis 1 interface FastEthernet0/0.34 ip router isis 1 interface FastEthernet0/0.35 ip router isis 1
  • 3. R4 interface FastEthernet0/0.34 ip router isis 1 router isis 1 net 49.0001.0000.0000.0004.00 is-type level-2-only metric-style wide passive-interface Loopback0 R5 interface FastEthernet0/0.35 ip router isis 1 router isis 1 net 49.0001.0000.0000.0005.00 is-type level-2-only metric-style wide passive-interface Loopback0 Enable MPLS on all transit links in AS 100, make sure the loopback 0 interface for each router is the router ID XR1 mpls ldp router-id 1.1.1.1 interface GigabitEthernet0/1/0/0.13 interface GigabitEthernet0/1/0/0.14 interface POS0/6/0/0 XR2 mpls ldp router-id 2.2.2.2 interface GigabitEthernet0/4/0/0.23 interface GigabitEthernet0/4/0/0.25 interface POS0/7/0/0
  • 4. R3 mpls label protocol ldp mpls ldp router-id Loopback0 force interface FastEthernet0/0.13 mpls ip interface FastEthernet0/0.23 mpls ip interface FastEthernet0/0.34 mpls ip interface FastEthernet0/0.35 mpls ip R4 mpls label protocol ldp mpls ldp router-id Loopback0 force interface FastEthernet0/0.34 mpls ip R5 mpls label protocol ldp mpls ldp router-id Loopback0 force interface FastEthernet0/0.35 mpls ip Configure VRF MSSK with rd value of 100:1 and import/export RT of 100:1 and assign the CE connected interfaces to that VRF XR1 vrf MSSK address-family ipv4 unicast import route-target 100:1 export route-target 100:1 interface GigabitEthernet0/1/0/0.12
  • 5. vrf MSSK ipv4 address 192.1.111.1 255.255.255.0 dot1q vlan 111 XR2 vrf MSSK address-family ipv4 unicast import route-target 100:1 export route-target 100:1 interface GigabitEthernet0/4/0/0.12 vrf MSSK ipv4 address 192.1.222.2 255.255.255.0 dot1q vlan 222 R4 vrf definition MSSK rd 100:1 route-target export 100:1 route-target import 100:1 address-family ipv4 exit-address-family interface FastEthernet0/0.46 vrf forwarding MSSK ip address 192.1.46.4 255.255.255.0 R5 vrf definition MSSK rd 100:1 route-target export 100:1 route-target import 100:1 address-family ipv4 exit-address-family interface FastEthernet0/0.59 vrf forwarding MSSK ip address 192.1.59.5 255.255.255.0
  • 6. Configure OSPF PID 100 as the PE-CE routing protocol in area 0 XR1 router ospf 100 vrf MSSK router-id 1.1.1.1 address-family ipv4 unicast area 0 interface GigabitEthernet0/1/0/0.12 R1 router ospf 100 router-id 11.11.11.11 network 11.11.11.11 0.0.0.0 area 0 network 192.1.111.11 0.0.0.0 area 0 XR2 router ospf 100 vrf MSSK router-id 2.2.2.2 address-family ipv4 unicast area 0 interface GigabitEthernet0/4/0/0.12 R2 router ospf 100 router-id 22.22.22.22 network 22.22.22.22 0.0.0.0 area 0 network 192.1.222.22 0.0.0.0 area 0 R4 router ospf 100 vrf MSSK router-id 4.4.4.4 network 192.1.46.4 0.0.0.0 area 0 R6 router ospf 100 router-id 6.6.6.6 network 6.6.6.6 0.0.0.0 area 0 network 192.1.46.6 0.0.0.0 area 0
  • 7. All routers in AS 100 should have only one BGP VPNv4 peering with R3 XR1 router bgp 100 address-family vpnv4 unicast neighbor 3.3.3.3 remote-as 100 update-source Loopback0 address-family vpnv4 unicast XR2 router bgp 100 address-family ipv4 unicast network 109.107.128.1/32 network 109.107.129.1/32 address-family vpnv4 unicast neighbor 3.3.3.3 remote-as 100 update-source Loopback0 address-family vpnv4 unicast R3 router bgp 100 no bgp default ipv4-unicast neighbor 1.1.1.1 remote-as 100 neighbor 1.1.1.1 update-source Loopback0 neighbor 2.2.2.2 remote-as 100 neighbor 2.2.2.2 update-source Loopback0 neighbor 4.4.4.4 remote-as 100 neighbor 4.4.4.4 update-source Loopback0 neighbor 5.5.5.5 remote-as 100 neighbor 5.5.5.5 update-source Loopback0 address-family vpnv4 neighbor 1.1.1.1 activate neighbor 1.1.1.1 send-community both neighbor 1.1.1.1 route-reflector-client neighbor 2.2.2.2 activate neighbor 2.2.2.2 send-community both
  • 8. neighbor 2.2.2.2 route-reflector-client neighbor 4.4.4.4 activate neighbor 4.4.4.4 send-community both neighbor 4.4.4.4 route-reflector-client neighbor 5.5.5.5 activate neighbor 5.5.5.5 send-community both neighbor 5.5.5.5 route-reflector-client R4 router bgp 100 no bgp default ipv4-unicast bgp log-neighbor-changes neighbor 3.3.3.3 remote-as 100 neighbor 3.3.3.3 update-source Loopback0 address-family vpnv4 neighbor 3.3.3.3 activate neighbor 3.3.3.3 send-community both R5 router bgp 100 no bgp default ipv4-unicast neighbor 3.3.3.3 remote-as 100 neighbor 3.3.3.3 update-source Loopback0 address-family vpnv4 neighbor 3.3.3.3 activate neighbor 3.3.3.3 send-community both Complete the MPLS L3VPN configuration in order to achieve connectivity between R1 , R2 and R6 R5 router ospf 100 vrf MSSK redistribute bgp 100 subnets router bgp 100 address-family ipv4 vrf MSSK redistribute ospf 100 vrf MSSK R4 router ospf 100 vrf MSSK
  • 9. redistribute bgp 100 subnets router bgp 100 address-family ipv4 vrf MSSK redistribute ospf 100 vrf MSSK XR1 router ospf 100 vrf MSSK redistribute bgp 100 router bgp 100 vrf MSSK rd 100:1 address-family ipv4 unicast redistribute ospf 100 XR2 router ospf 100 vrf MSSK redistribute bgp 100 router bgp 100 vrf MSSK rd 100:1 address-family ipv4 unicast redistribute ospf 100 Configure a new VRF ABC on the CEs with RD value of 200:1 and import/export RT of the same value and assign the interface connecting to customers CEs in that VRF , configure RIPv2 as the CE- CE routing protocol and do the necessary to achieve connectivity between R7 and R10 R1 vrf definition ABC rd 200:1 route-target export 200:1 route-target import 200:1 address-family ipv4 exit-address-family
  • 10. interface FastEthernet0/0.117 vrf forwarding ABC ip address 192.1.117.11 255.255.255.0 router rip address-family ipv4 vrf ABC redistribute bgp 117 metric transparent network 192.1.117.0 no auto-summary version 2 exit-address-family router bgp 117 no bgp default ipv4-unicast neighbor 6.6.6.6 remote-as 610 neighbor 6.6.6.6 ebgp-multihop 255 neighbor 6.6.6.6 update-source Loopback0 address-family vpnv4 neighbor 6.6.6.6 activate neighbor 6.6.6.6 send-community both neighbor 6.6.6.6 next-hop-unchanged address-family ipv4 vrf ABC redistribute connected redistribute rip exit-address-family R7 router rip version 2 network 7.0.0.0 network 192.1.117.0 no auto-summary R6 vrf definition ABC rd 200:1 route-target export 200:1 route-target import 200:1
  • 11. address-family ipv4 exit-address-family interface FastEthernet0/0.60 vrf forwarding ABC ip address 192.1.60.6 255.255.255.0 router rip address-family ipv4 vrf ABC redistribute bgp 610 metric transparent network 192.1.60.0 no auto-summary version 2 exit-address-family router bgp 610 no bgp default ipv4-unicast neighbor 11.11.11.11 remote-as 117 neighbor 11.11.11.11 ebgp-multihop 255 neighbor 11.11.11.11 update-source Loopback0 address-family vpnv4 neighbor 11.11.11.11 activate neighbor 11.11.11.11 send-community both neighbor 11.11.11.11 next-hop-unchanged exit-address-family address-family ipv4 vrf ABC redistribute connected redistribute rip exit-address-family XR1 mpls ldp router-id 1.1.1.1 interface GigabitEthernet0/1/0/0.12 R1 interface FastEthernet0/0.12 mpls ip R4
  • 12. interface FastEthernet0/0.46 mpls ip R6 interface FastEthernet0/0.46 mpls ip Configure BGP peering between XR2 and R9 and advertise loopback 1 and 2 interfaces on each router R9 is located in AS9 XR2 interface GigabitEthernet0/4/0/0.29 ipv4 address 212.118.0.2 255.255.255.0 dot1q vlan 29 interface Loopback1 ipv4 address 109.107.128.1 255.255.255.255 interface Loopback2 ipv4 address 109.107.129.1 255.255.255.255 route-policy PASS pass end-policy router bgp 100 address-family ipv4 unicast network 109.107.128.1/32 network 109.107.129.1/32 neighbor 212.118.0.9 remote-as 9 address-family ipv4 unicast route-policy PASS in route-policy PASS out R9 interface FastEthernet0/1 ip address 212.118.0.9 255.255.255.0 speed auto full-duplex
  • 13. interface Loopback1 ip address 92.62.113.1 255.255.255.255 interface Loopback2 ip address 92.62.114.1 255.255.255.255 router bgp 9 no bgp default ipv4-unicast neighbor 212.118.0.2 remote-as 100 address-family ipv4 neighbor 212.118.0.2 activate network 92.62.113.1 mask 255.255.255.255 network 92.62.114.1 mask 255.255.255.255 Initial Configuration Files R1 hostname R1 interface Loopback0 ip address 11.11.11.11 255.255.255.255 interface FastEthernet0/0 no ip address duplex full no shutdown interface FastEthernet0/0.12 encapsulation dot1Q 111 ip address 192.1.111.11 255.255.255.0 interface FastEthernet0/0.117 encapsulation dot1Q 117 ip address 192.1.117.11 255.255.255.0 R2 hostname R2 interface Loopback0 ip address 22.22.22.22 255.255.255.255
  • 14. interface FastEthernet0/0 no ip address duplex full no shutdown interface FastEthernet0/0.12 encapsulation dot1Q 222 ip address 192.1.222.22 255.255.255.0 R3 hostname R3 interface Loopback0 ip address 3.3.3.3 255.255.255.255 interface FastEthernet0/0 no ip address duplex full no shutdown interface FastEthernet0/0.13 encapsulation dot1Q 13 ip address 192.1.13.3 255.255.255.0 interface FastEthernet0/0.23 encapsulation dot1Q 23 ip address 192.1.23.3 255.255.255.0 interface FastEthernet0/0.34 encapsulation dot1Q 34 ip address 192.1.34.3 255.255.255.0 interface FastEthernet0/0.35 encapsulation dot1Q 35 ip address 192.1.35.3 255.255.255.0 R4 hostname R4 interface Loopback0 ip address 4.4.4.4 255.255.255.255
  • 15. interface FastEthernet0/0 no ip address duplex full no shutdown interface FastEthernet0/0.34 encapsulation dot1Q 34 ip address 192.1.34.4 255.255.255.0 interface FastEthernet0/0.46 encapsulation dot1Q 46 ip address 192.1.46.4 255.255.255.0 R5 hostname R5 interface Loopback0 ip address 5.5.5.5 255.255.255.255 interface FastEthernet0/0 no ip address duplex full no shutdown interface FastEthernet0/0.35 encapsulation dot1Q 35 ip address 192.1.35.5 255.255.255.0 interface FastEthernet0/0.59 encapsulation dot1Q 59 ip address 192.1.59.5 255.255.255.0 R6 hostname R6 interface Loopback0 ip address 6.6.6.6 255.255.255.255 ! interface FastEthernet0/0 no ip address duplex full no shutdown
  • 16. interface FastEthernet0/0.46 encapsulation dot1Q 46 ip address 192.1.46.6 255.255.255.0 interface FastEthernet0/0.60 encapsulation dot1Q 610 ip address 192.1.60.6 255.255.255.0 R7 hostname R7 interface Loopback0 ip address 7.7.7.7 255.255.255.255 interface FastEthernet0/0 ip address 192.1.117.7 255.255.255.0 speed auto full-duplex R9 hostname R9 interface Loopback0 ip address 9.9.9.9 255.255.255.255 interface Loopback1 ip address 92.62.113.1 255.255.255.255 interface Loopback2 ip address 92.62.114.1 255.255.255.255 interface FastEthernet0/1 ip address 212.118.0.9 255.255.255.0 speed auto full-duplex R10 hostname R10 interface Loopback0 ip address 10.10.10.10 255.255.255.255
  • 17. interface FastEthernet0/0 ip address 192.1.60.10 255.255.255.0 speed auto full-duplex XR1 hostname XR1 interface Loopback0 ipv4 address 1.1.1.1 255.255.255.255 interface GigabitEthernet0/1/0/0.12 ipv4 address 192.1.111.1 255.255.255.0 dot1q vlan 111 interface GigabitEthernet0/1/0/0.13 ipv4 address 192.1.13.1 255.255.255.0 dot1q vlan 13 interface GigabitEthernet0/1/0/0.14 ipv4 address 192.1.14.1 255.255.255.0 dot1q vlan 14 interface POS0/6/0/0 ipv4 address 192.1.12.1 255.255.255.0 encapsulation ppp XR2 hostname XR2 interface Loopback0 ipv4 address 2.2.2.2 255.255.255.255 interface Loopback1 ipv4 address 109.107.128.1 255.255.255.255 interface Loopback2 ipv4 address 109.107.129.1 255.255.255.255 interface GigabitEthernet0/4/0/0.12 ipv4 address 192.1.222.2 255.255.255.0 dot1q vlan 222
  • 18. interface GigabitEthernet0/4/0/0.23 ipv4 address 192.1.23.2 255.255.255.0 dot1q vlan 23 interface GigabitEthernet0/4/0/0.25 ipv4 address 192.1.25.2 255.255.255.0 dot1q vlan 25 interface GigabitEthernet0/4/0/0.29 ipv4 address 212.118.0.2 255.255.255.0 dot1q vlan 29 interface POS0/7/0/0 ipv4 address 192.1.12.2 255.255.255.0 encapsulation ppp