CCIE SP Workbook PDF
CCIE SP Workbook PDF
CCIE SP Workbook PDF
NOTE: In LAB, the first thing you will do is WRITE ALIASES. Creating and using aliases will
save a huge amount of time in your LAB.
LAB Equipment
Cisco XR12000 series Routers (IOS XR)
Cisco 7200/7600 Series Routers (Regular IOS)
Cisco ME3400E Series Switches (CAT OS)
Addressing Pattern
In Service Provider Cores (ASN 9 and ASN 1009)
For IPv4
Loopback Interfaces 9.9.0.X/32
Interconnected Interfaces 9.9.XY.X/24
For IPv6
Loopback Interfaces 2002:9:9::X/128
Interconnected Interfaces 2002:9:9:XY::X/64
Interfaces on XR Series Routers are GigabitEthernet and Interfaces on all other Routers are
Ethernet
LAB 2
Questions All Manage Guidelines End Session Help
and Questions Devices
Diagrams
OSPF for IPV4 routing on routers in AS9 has been configured for the interfaces according to
the given table. There are some problems in the topology find out and fix them.
NOTE: A Table will be given in the lab under the question , all interfaces will be in area 0. Dont
advertise any extra interface in the OSPF.
Example 1:
OSPF neighbor ship is down b/w R3-R4 due to mismatch hello interval
R3:
!
router ospf 9
area 0
int GigabitEthernet0/0.34
no ip ospf hello-interval 20
!
Example 2:
OSPF neighbor ship is down b/w R7-R4 due to mismatch MTU, neighbor-ship is
stuck in EXSTART state.
R7:
!
interface FastEthernet0/0.47
no ip mtu 1300
!
Example 3:
OSPF Neighbor ship is established between R5-R6, but one side is
configured as point-to-point , for other side of the link network type
is still broadcast . In this case both routers will not exchange the
DATABASE.
ON R6:
interface FastEthernet0/0.56
no ip ospf network point-to-point
OSPF for IPV6 routing on routers in AS9 have been configured according to the given table.
There are some problems in the topology find out and fix them.
Routers Area Interfaces
R2 0 Gi0/0.27
0 Gi0/0.23
0 Lo0
R3 1 Gi0/0.35
0 Gi0/0.34
0 Gi0/0.23
0 Lo0
R4 0 Gi0/0.47
1 Gi0/0.46
0 Gi0/0.34
0 Lo0
R5 1 Fa0/0.56
1 Fa0/0.35
1 Lo0
R6 1 Fa0/0.56
1 Fa0/0.46
1 Lo0
R7 0 Fa0/0.47
0 Fa0/0.27
0 Lo0
R2 R3
VLAN VLAN
R5
23 35
ASN 9
VLAN VLAN
OSPFV3
VLAN
27 OSPFV3 34 AREA 1 56
AREA 0
VLAN
R4 VLAN
47 46
R7 R6
Example 1:
IPv6 OSPF neighbor-ship is down b/w R4-R6 due to area mismatch
On R4:
router ospfv3 9
no area 10
area 1
interface GigabitEthernet0/9/0/0.46
Example 2:
router ospfv3 9
Area 0
Interface loopback 0
No Interface Gig0/7/0/0.38 //Remove
Interface Gig0/7/0/0.23
Interface Gig0/7/0/0.27
1.3: ISIS for IPv4
ISIS for IPV4 has been configured in AS1009 according to the table. There are some
problems in the topology find out and fix them.
R1
VLAN
NOTE: We will solve
R10
101
the two questions
ASN
simultaneously.
VLAN
1009 VLAN
109 18
CAN BE ISIS
LEVEL-1-2 OR
ISIS LEVEL-2 only
VLAN
89
R9 R8
PPP
LEVEL-1 Only
R20
Example 1:
R10 - R1 isis for ipv6 is not enable
R1#sh isis neighbor detail
R10:
int FastEthernet0/0.101
ipv6 router isis
Example 2:
configure AS 1009 as multi-topology:
R1: IOS: R9,R10,R8
!
router isis
no network 47.0109.0000.0000.8888.00
network 47.0108.0000.0000.8888.00
!
Example 4:
IP Address is not configured on the interface but neighbor is UP.
on R9
end
NOTE: Need to check if the IP addresses and subnet masks are correct? It
is very important to check these in an Integrated IS-IS environment
because a misconfigured IP address will not prevent an IS-IS adjacency
from being partially established
SOLUTION for Task 1.3 and Task 1.4 (ISIS for IPv4/IPv6)
R8/R9/R10 R1 : IOS-XR
router isis abc
ON R8 net 47.0101.0000.0000.1111.00
router isis address-family ipv4 unicast
net 47.0108.0000.0000.8888.00
metric-style wide
metric-style wide
!
!
address-family ipv6 unicast
address-family ipv6
metric-style wide
multi-topology //Default and will not be displayed if configured.
exit-address-family !
! interface Loopback0
Interface loopback 0 passive
ip router isis address-family ipv4 unicast
Ipv6 router isis !
! address-family ipv6 unicast
interface FastEthernet 0/0.18 !
Ip router isis !
Ipv6 router isis interface GigabitEthernet0/1/0/0.18
! point-to-point
interface FastEthernet 0/0.89 address-family ipv4 unicast
Ip router isis !
Ipv6 router isis address-family ipv6 unicast
! !
!
interface GigabitEthernet0/1/0/0.101
address-family ipv4 unicast
ON R9 !
router isis
address-family ipv6 unicast
net 47.0109.0000.0000.9999.00
!
metric-style wide
!
!
address-family ipv6
multi-topology
exit-address-family
!
Interface loopback 0
ip router isis //Single-Topology
ISIS cost calculation for IPv4 and IPv6 will
Ipv6 router isis
remain same. Calculate once and use twice. This
!
is not processor intensive.
interface FastEthernet 0/0.109
Ip router isis //Multi-Topology
Individual Metric Calculation for IPv4 and IPv6
Ipv6 router isis
Calculation. We should use this when we want to
!
change the path for IPv6 routes and we will be
interface FastEthernet 0/0.89 able to change the cost for IPv6 routes.
Ip router isis
Ipv6 router isis NOTE: We will use
! Multi-Topology and we will use metric-style
wide.
ON R10
router isis
net 47.0110.0000.0000.1010.00 Aliases i
metric-style wide show isis neighbor detail
! show ip route isis
address-family ipv6
show ipv6 route isis
multi-topology
exit-address-family
!
Interface loopback 0
ip router isis
Ipv6 router isis
!
interface FastEthernet 0/0.109
Ip router isis
Ipv6 router isis
!
interface FastEthernet 0/0.101
Ip router isis
Ipv6 router isis
!
router ospfv3 9
address-family ipv6 unicast
!
area 1
int GigabitEthernet0/7/0/0.35
cost 30
!
!
Verification on R7# traceroute 2002:9:9::5
R1 RR For R2 RR For
BGP AF BGP AF
IPv6 IPv6 R3
VLAN VLAN VLAN
R10 R5
101 POS 23 35
ASN
VLAN VLAN VLAN
ASN 9 VLAN VLAN
109 1009 18 27 34 56
VLAN VLAN
R4 VLAN
89 47 46
R9 R8 R7 R6
ON R7:
router bgp 9
neighbor 2002:9:9::2 remote-as 9
neighbor 2002:9:9::2 update-source Loopback0
address-family ipv6
no synchronization
network 2002:9:9::7/128
neighbor 2002:9:9::2 activate
neighbor 2002:9:9::2 send-community
exit-address-family
R2 IOS-XR R1 IOS-XR
router static router static
address-family ipv4 unicast address-family ipv4 unicast
9.9.12.1/32 POS0/7/0/0 9.9.12.2/32 POS0/7/0/0
! !
route-policy pass route-policy pass
pass pass
end-policy end-policy
! !
router bgp 9
neighbor 9.9.12.1 router bgp 1009
remote-as 1009 neighbor 9.9.12.2
address-family ipv4 unicast remote-as 9
route-policy pass in address-family ipv4 unicast
route-policy pass out route-policy pass in
commit route-policy pass out
---------------------------------------------------- commit
router bgp 1009 ----------------------------------------------------
!
neighbor 9.9.0.3 router bgp 1009
address-family ipv4 unicast !
next-hop-self neighbor 9.9.0.8
! address-family ipv4 unicast
neighbor 9.9.0.4 next-hop-self
address-family ipv4 unicast !
next-hop-self neighbor 9.9.0.9
! address-family ipv4 unicast
neighbor 9.9.0.5 next-hop-self
address-family ipv4 unicast !
next-hop-self neighbor 9.9.0.10
! address-family ipv4 unicast
neighbor 9.9.0.6 next-hop-self
address-family ipv4 unicast
next-hop-self
!
neighbor 9.9.0.7
address-family ipv4 unicast
next-hop-self
!
R7-IOS R8-IOS
router bgp 9 router bgp 1009
neighbor 9.9.78.8 remote-as 1009 neighbor 9.9.78.7 remote-as 9
Configure R7 to ensure that ipv4 traffic from AS9 destined to AS1009 chooses R7 as primary
exit point and R2 as backup exit point.
Configure R8 to ensure that ipv4 traffic from AS1009 destined to AS9 chooses R8 as primary
exit point and R1 as backup exit point.
R7-IOS R8-IOS
! !
route-map LP permit 10 route-map LP permit 10
set local-preference 200 set local-preference 200
! !
router bgp 9 router bgp 1009
address-family ipv4 unicast address-family ipv4 unicast
neighbor 9.9.78.8 route-map LP in neighbor 9.9.78.7 route-map LP in
Aliases b4 - b6
Show ip route bgp - Show ipv6 route bgp
Use TCL Script
MPLS is configured in AS9 & AS1009 on the interconnect interfaces there are some faults in
this find out and fix them. (Table will be given in the LAB)
On R7:
int FastEthernet0/0.27
mpls ip
On R6:
mpls ldp router-id lo0 force
on R9:
R9-R10 link on side is configured with password , other is not
mpls ldp neighbor 9.9.0.10 password cisco. same fault is coming between R1
and R8 , where R1 is a IOS-XR router
R1-IOS-XR
!
mpls ldp
neighbor 9.9.0.8 password cisco
!
!
VERFICATION COMMANDS:
show mpls ldp neighbor ln
show mpls ldp discovery ld
show mpls interfaces
show run | sec mpls
STEP 2
R4:
mpls traffic-eng
interface GigabitEthernet0/9/0/0.34
interface GigabitEthernet0/9/0/0.46
interface GigabitEthernet0/9/0/0.47
rsvp
interface GigabitEthernet0/0.34
bandwidth 20M
interface GigabitEthernet0/0.46
bandwidth 20M
interface GigabitEthernet0/0.47
bandwidth 20M
STEP 3
Verification
Show run mpls
show run rsvp
show run mpls traffic-eng
show mpls traffic-eng tunnels
On R4 - Tunnel 47:
explicit-path name 47
index 10 n s i u 9.9.34.3
index 20 n s i u 9.9.23.2
index 30 n s i u 9.9.27.7
interface tunnel-te 47
ipv4 unnumbered loopback 0
destination 9.9.0.7
path-option 1 name 47
mpls traffic-eng
interface GigabitEthernet0/9/0/0.47
backup-path tunnel-te 47
NOTE: After you shutdown R4-R7 interface on to test the backup tunnel , traffic will pass through backup
tunnel only for few seconds. When you do a no-shut , tunnel 67 path will be through R5 , for tunnel to take
direct path through R4 , you need to give following command on R6 or bounce the interface connecting R5
Verification
R4#show mpls traffic-eng tunnels backup
1.13 (a): IPV4 PIM-SM troubleshooting:
IPV4 multicast and PIM sparse mode have been configured in the services provider network
AS9 and AS1009 . All the Core Interfaces have ip pim sparse mode configured.
Table will be given in the lab. No Other Interface should have PIM enabled.
---------------------------
router pim
address-family ipv4
interface loopback0
enable
interface GigX/X.Z
enable
EXAMPLE 1:
On R6:
conf t
no ip pim rp-address 9.9.0.6
OR
R7:
interface fast0/0.27
ip pim sparse-mode
interface fast0/0.47
ip pim sparse-mode
R5,R6
ip pim sparse-mode is also configured on the serial interfaces going
towards R21 and R22 respectively .need to remove it as it
ON R2
pim is enabled for loopback2 , need to remove it from router pim and
multicast routing.
!
multicast-routing
address-family ipv4
no interface Loopback2
!
router igmp
no interface Loopback2
!
router pim
address-family ipv4
no interface Loopback2
!
Verification on IOS
1) Show ip pim rp mapping
2) Pi - Pn
3) Show run | include igmp and show run int loopback 0
Verification on IOS-XR
1) Show pim rpf
2) Pi - Pn
3) Show run | include igmp and show run int loopback 0
4) Show run multicast-routing
5) Show run router pim
6) Show run router igmp
1.13 (b): PIM SM RP
Configure PIM-SM RP in the service provider network AS9 and AS1009 as follows:
R2 R3 R4 R5 R7 R6 are in the same multicast domain and use the R7 loopback0 ipv4 address
as the RP.
Use the BSR method to distribute the RP within AS9.
R1 R8 R9 R10 are in the same multicast domain and use the R8 loopback 0 ipv4 address as
the RP within AS1009.
RP information should not leak between the two domain AS9 and AS1009.
Multicast group address have been configured as shown in table.
Ensure that routers within AS 9 can ping the group address within AS9.
Ensure that router within AS1009 can ping the group address within AS 1009.
R7: R8:
int Serial2/1 int Serial2/1
ip pim bsr-border ip pim bsr-border
ip pim sparse-mode ip pim sparse-mode
Verification:
show bfd neighbor
** NOTE : DONT TEST ON DYNAMIPS, ROUTERS MIGHT CRASH , it will work on if you are
practicing on IOU/Gigavelociy Rack-Rental and offcource in actual lab ;)
VLAN
R10
101
ASN
VLAN
1009 VLAN
109 18
CAN BE ISIS
LEVEL-1-2 OR
ISIS LEVEL-2 only
VLAN
89
R9 R8
PPP
LEVEL-1 Only
R20
NOTE: In Lab1 there was a similar question between R10 and R20 with TWO Serial Links,
we were asked to make a Multilink and run ISIS for IPv4 as Level 2.
R20 R9
router isis interface Serial2/0
is-type level-1 description * CONNECTED TO R20 Ser0/2 *
net 47.0109.0000.0000.0120.00 ip address 9.9.209.9 255.255.255.0
metric-style wide ip router isis
address-family ipv6 encapsulation ppp
multi-topology ipv6 address 2002:9:9:209::9/64
exit-address-family ipv6 router isis
serial restart-delay 0
interface Loopback0 isis circuit-type level-1
ip address 9.9.0.20 255.255.255.255 !
ip router isis
ipv6 address 2002:9:9::20/128
ipv6 router isis
!
interface Serial0/2
ip address 9.9.209.20 255.255.255.0
encapsulation ppp
clock rate 2000000
ip router isis
ipv6 address 2002:9:9::20/128
ipv6 router isis
!
Section 3: Implement, Optimize and troubleshoot
L3VPN Technologies.
Virtual routing and forwarding instances (VRFs) on R1 R2, R3 , R4, R5, R6, R9 R10, R11, R12,
R13, R14 have been configured as follows:
VRF ABC site 1 users the VRF name ABC with route distinguisher 9:9 and import / export 9:9
for ipv4 and IPV6 address-family.
VRF ABC site 2 users the VRF name ABC with route distinguisher 9:9 and import / export 9:9
for ipv4 and IPV6 address-family.
VRF ABC site 3 users the VRF name ABC with route distinguisher 1009:9 and import / export
1009:9 for ipv4 and IPV6 address-family.
VRF XYZ site 1 and site 2 use the VRF name XYZ with RD 109:109 and import and export
route target 109:109 for IPV4 address family.
VRF XYZ site 3 use the vrf name XYZ with RD 1109:1109 and import and export route target
1109:1109 for ipv4 address-family.
NOTE: In the lab on some routers they are importing wrong RTs ,
since for Inter-AS IPv4 and IPv6 VPNs requirements we have to
import other AS RTs , so we will do it now and will also
quickly check if export Rts are correct .
Also, there is no VRF ABC on R7 and R8. You will not create VRF on R7 and R8. Plus, you dont
need to advertise loopback 1 under address-family ipv4 unicast vrf ABC.
The send-community both doesnt matter in case of ipv4 and ipv6 address-family but it
will matter in case of vpnv4 and vpnv6
Verification
show run | sec vrf
IOS R1 IOS-XR R2,R3,R4
vrf ABC vrf ABC
address-family ipv4 unicast address-family ipv4 unicast
import route-target import route-target
1009:9 9:9
! !
export route-target export route-target
1009:9 9:9
! !
! !
address-family ipv6 unicast address-family ipv6 unicast
import route-target import route-target
1009:9 9:9
! !
export route-target export route-target
1009:9 9:9
! !
! !
------------------------------------------------------- -------------------------------------------------------
router bgp 1009 router bgp 9
vrf ABC vrf ABC
rd 1009:9 rd 9:9
address-family ipv4 unicast address-family ipv4 unicast
network 172.9.0.1/32 network 172.9.0.X/32
! !
address-family ipv6 unicast address-family ipv6 unicast
network 2002:172:9::1/128 network 2002:172:9::X/128
! !
R1 R2 R3
R10 VLAN VLAN VLAN R5
101 POS 23 35
VLAN
ASN VLAN VLAN
ASN 9 VLAN VLAN
109 1009 18 27 34 56
R4
VLAN PPP VLAN VLAN
89 47 46
R9 R7 R6
R8
RR FOR RR FOR
IBGP IBGP
VPNV4 VPNV4
R2 R3 R6 have been configured IBGP vpnv6 within AS9. R1 R10 have been configured IBGP
vpnv6 within AS1009.
R2 establishes a direct iBGP VPNv6 session with R3 and R6. R2 acts as a route reflector for
iBGP VPNV6 information in AS9. An IBGP VPNV6 session should not be established between
R3 & R6.
R1 establishes a direct iBGP VPNv6 session with R10 ONLY. R1 acts as a route reflector for
iBGP VPNV6 information in AS1009.
The interface Loopback 0 IP address is used to establish iBGP IPV6 session.
The interface Loopback 1 network is put into VRF ABC IPV6 unicast address family.
There are some fault in the scenario find out and fix them.
RR FOR RR
FOR
IBGP
IBGP
VPNV6 VPNV6
R1 R2 R3
VLAN VLAN VLAN
R10 R5
101 POS 23 35
ASN
VLAN VLAN VLAN
ASN 9 VLAN VLAN
109 1009 18 27 34 56
R4
VLAN PPP VLAN VLAN
89 47 46
R9 R8 R7 R6
The ABC company at Site 1 used BGP IPV4 to connect to the service provider router R4 & R6.
R13 R14 locate in AS109.
Establish BGP IPV4 unicast session between R4 and R13.
Establish BGP IPV4 unicast session between R6 & R14.
Configure OSPF on R13 and R14 on the interface that are shown in the table.
Interface that are not listed in the table are not permitted to enable OSPF.
BGP AS 9
R4 VLAN
46
R6
ABC SITE
eBGPV4 VLAN VLAN eBGPV4
134
1 146
VLAN
R13 R14
1314
OSPF 109
A0
BGP AS 109
R13 Customer Edge R14 Customer Edge
router ospf 109 router ospf 109
router-id 172.9.0.13 router-id 172.9.0.14
network 172.9.0.13 0.0.0.0 area 0 network 172.9.0.14 0.0.0.0 area 0
network 172.9.134.13 0.0.0.0 area 0 network 172.9.134.14 0.0.0.0 area 0
redistribute bgp 109 subnets redistribute bgp 109 subnets
Interfaces that are not listed in the table are not permitted to enable the OSPF. Ensure that
the routers of ABC at site 1 and site 2 can ping each other via IPV4.
BGP 109
VLAN
112
R3
VLAN
R5
35
BGP 9
ABC SITE
2
R11 Customer Edge R12 Customer Edge
! router ospf 109
router ospf 109 router-id 172.9.0.12
log-adjacency-changes network 172.9.0.12 0.0.0.0 a 0
network 172.9.0.11 0.0.0.0 area 0 network 172.9.112.12 0.0.0.0 a 0
network 172.9.112.11 0.0.0.0 area 0 network 172.9.125.12 0.0.0.0 a 0
redistribute bgp 109 subnets tag 109
!
router bgp 109
no bgp default ipv4
neighbor 172.9.113.3 remote-as 9
address-family ipv4 unicast
neighbor 172.9.113.3 activate
neighbor 172.9.113.3 send-community both
neighbor 172.9.113.3 send-label
redistribute ospf 109
Interface that are not listed in the table are not permitted to enable OSPF.
BGP AS 9
R4 VLAN
46
R6
ABC SITE
VLAN VLAN eBGPV6
134
1 146
VLAN
R13 R14
1314
OSPFV3 109
A0
BGP AS 109
R6 Provider Edge
router bgp 9
address-family ipv6 unicast vrf ABC
neighbor 2002:172:9:146::14 remote-as 109
neighbor 2002:172:9:146::14 activate
neighbor 2002:172:9:146::14 send-community both
neighbor 2002:172:9:146::14 as-override
redistribute connected
The ABC Company Site 2 used BGP IPV6 and EIGRP to connect to service provider routers R3-R11
IPV6 BGP and R11 - R12 EIGRPV6.
Establish BGP IPV6 unicast session between R3 and R11.
Configure EIGRPV6 on R11 , R12 on the interfaces that are shown in this table.
Interfaces that are not listed in the table are not permitted to enable the EIGRP. Ensure that
the routers of ABC at site 1 and site 2 can ping each other via IPV6.
BGP 109
EIGRP V6
VLAN
R11 R12
112
VLAN VLAN
eBGPv6 113 125
R3
VLAN
R5
35
BGP 9
ABC SITE
2
R11 Customer Edge R12 Customer Edge
! !
interface loopback 0 interface loopback 0
ipv6 eigrp 100 ipv6 eigrp 100
! !
interface FastEthernet0/0.112 interface FastEthernet0/0.112
ipv6 eigrp 100 ipv6 eigrp 100
! !
ipv6 router eigrp 100 ipv6 router eigrp 100
redistribute connected no shut
redistribute bgp 109 metric 1000 100 255 1 1500 !
no shut
!
!
R3 Provider Edge
!
router bgp 9
vrf ABC
address-family ipv6 unicast
redistribute connected
!
neighbor 2002:172:9:113::11
remote-as 109
address-family ipv6 unicast
route-policy PASS in
route-policy PASS out
as-override
!
3.5 Inter AS VPNv4
Interfaces that are not listed in the table are not permitted to enable EIGRP.
Only the import route-target method can be used to control VPNV4 route distribution.
configure accordingly so that router of ABC at Site1, Site 2 and Site 3 can ping each via IPV4.
you are permitted to define a static route on R1 and R2.
VLAN
R16 R10
106
BGP 1009
BGP 1109
EIGRP
100
VLAN VLAN
156 109
VLAN
159
R15 R9
ABC SITE
3
R15 R16
router eigrp 100 router eigrp 100
no auto no auto
network 172.9.0.15 0.0.0.0 network 172.9.0.16 0.0.0.0
network 172.9.156.15 0.0.0.0 network 172.9.196.16 0.0.0.0
network 172.9.105.15 0.0.0.0 network 172.9.156.16 0.0.0.0
R9 R10
route-map SOO permit 10 route-map SOO permit 10
set extcommunity soo 1109:1 set extcommunity soo 1109:1
exit exit
R11: R12:
interface FastEthernet0/0.112 interface FastEthernet0/0.112
mpls ip mpls ip
interface FastEthernet0/0.125
mpls ip
R9: R10:
interface FastEthernet0/0.196 int FastEthernet0/0.106
mpls ip mpls ip
R16: R15:
interface FastEthernet0/0.156 interface FastEthernet0/0.105
mpls ip mpls ip
interface FastEthernet0/0.196 interface FastEthernet0/0.156
mpls ip mpls ip
XYZ- SITE2
R11 R12 R17
router rip router rip router rip
version 2 version 2 version 2
no auto-summary no auto-summary network 192.9.0.0
! ! network 192.9.117.0
address-family ipv4 vrf XYZ address-family ipv4 vrf XYZ network 192.9.127.0
network 192.9.0.0 redistribute bgp 109 metric 2 no auto-summary
network 192.9.117.0 network 192.9.0.0 !
no auto-summary network 192.9.127.0
version 2 no auto-summary
exit-address-family version 2
! exit-address-family
!
router bgp 109
address-family ipv4 vrf XYZ
redistribute rip
exit-address-family
!
XYZ- SITE3:
R15 R16 R19
router ospf 1109 vrf XYZ router ospf 1109 vrf XYZ router ospf 100
router-id 192.9.0.15 router-id 192.9.0.16 router-id 192.9.0.19
log-adjacency-changes log-adjacency-changes log-adjacency-changes
capability vrf-lite redistribute bgp 1109 subnets network 192.9.159.19 0.0.0.0 area 0
network 192.9.0.15 0.0.0.0 a 0
network 192.9.0.16 0.0.0.0 area 0 network 192.9.169.19 0.0.0.0 area 0
network 192.9.159.15 0.0.0.0 a 0
network 192.9.169.16 0.0.0.0 area 0 network 192.9.0.19 0.0.0.0 a 0
!
! !
router bgp 1109
address-family ipv4 vrf XYZ
no synchronization
redistribute ospf 1109 vrf XYZ match in ex 1 ex 2
exit-address-family
!
!
!
vrf definition XYZ
address-family ipv4
route-target import 1109:1109
route-target import 109:109
exit-address-family
!
The router in VPN ABC site 1 and site 2 have been configured PIM SM on the interface show
in the table there are some fault find out and fix them. (Table of interconnect).
Statically define the IPV4 address of interface Loopback 0 on R11 as the RP.
Multicast group address have been configured on Loopback 0 of R11 R12 R13 R14.
Configure R3,R4,R5, R6 so that they support multicast VPN. USE 239.255.13.100 for VRF ABC
mdt default group address.
Establish that R11 R12 R13 R14 can ping each these group address
Question 3.8 Intra AS Multicast VPN
R13 R14
multicast-routing multicast-routing
vrf ABC vrf ABC
address-family ipv4 address-family ipv4
interface loopback 1 interface loopback 1
enable enable
interface GigabitEthernet0/1/0/1.113 interface GigabitEthernet0/4/0/1.134
enable enable
STEP 3: Make sure that R11-R14s loopback 0 has properly joined the igmp-groups.
interface Loopback0
ip pim sparse-mode
ip igmp join-group 239.255.172.X
multicast-routing multicast-routing
address-family ipv4 address-family ipv4
mdt source Loopback0 mdt source Loopback0
Ensure that R22 and R23 have the OSPF IPV4 and IPV6 routes and can ping each other via
IPV4 and IPV6.
R22 R23
VERFICATION:
R6#show mpls l2transport vc 67
Local intf Local circuit Dest address VC ID Status
------------- -------------------------- --------------- ---------- ----------
Se2/0 HDLC 9.9.0.7 67 UP
XC ST Segment 1 S1 Segment 2 S2
------+---------------------------------+--+---------------------------------+--
UP ac Se2/0(HDLC) UP mpls 9.9.0.7:67 UP
R6#
ON R5 ON R21
R5#show frame-relay pvc R21#show frame-relay pvc
//TO GET THE DLCI going towards R21 //TO GET THE DLCI going towards R5
(512) (215)
Verification Commands
R5# show connection
R10# show xconnect all
R24# show ip ospf neighbor
4.3: VPLS
Define Vlan 123 on SW2 and SW3.
Configure R2 and R4 to support Vlan over VPLS. Ensure that Vlan 123 is bridged over VPLS.
Use Loopback 0 IPV4 address to establish neighbor.
Configure SW3 so that SW3 becomes the STP root for vlan 123.
VPLS is configured b/w R2 & R4.
R2 R4
cdp cdp
interface GigabitEthernet0/4/0/1 interface GigabitEthernet0/4/0/1
cdp cdp
no shut no shut
! !
interface GigabitEthernet X/X.123 interface GigabitEthernet0/4/0/1.123
l2transport l2transport
commit commit
dot1q vlan 123 dot1q vlan 123
commit commit
! !
l2vpn l2vpn
bridge group BG_24 bridge group BG_24
bridge-domain BD_24 bridge-domain BD_24
int GigabitEthernet0/4/0/1.123 int GigabitEthernet0/4/0/1.123
! !
vfi 24 vfi 24
neighbor 9.9.0.4 pw-id 24 neighbor 9.9.0.2 pw-id 24
! !
! !
! !
! commit
! !
commit
! ** CDP is not enabled by default on IOS-XR
, enable CDP to ensure which port on the
** CDP is not enabled by default on IOS- switch you are connected .
XR , enable CDP to ensure which port on
the switch you are connected .
SW-2 SW-3
!
! vlan 123
vlan 123 name VPLS
name VPLS !
! spanning-tree vlan 123
spanning-tree vlan 123 spanning-tree vlan 123 root primary
!
interface GigabitEthernet0/2 interface GigabitEthernet0/4
description connected to R2-IOSXR- Gi-0/4/0/1 description connected to R4-IOSXR- Gi-0/9/0/2
port-type nni port-type nni
switchport mode trunk switchport mode trunk
no shutdown no shutdown
! !
Verification Commands:
SW-3# show spanning-tree vlan 123
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 5/19/75 ms
RP/0/3/CPU0:R2#