You are on page 1of 4

hostname XR1

telnet vrf default ipv4 server max-servers 10


!
vrf ABC
address-family ipv4 unicast
import route-target
1009:9
!
export route-target
1009:9
!
!
address-family ipv6 unicast
import route-target
1009:9
!
export route-target
1009:9
!
!
!
line console
exec-timeout 0 0
!
interface Loopback0
ipv4 address 9.9.0.1 255.255.255.255
ipv6 address 2002:9:9::1/128
!
interface Loopback1
vrf ABC
ipv4 address 172.9.0.1 255.255.255.255
ipv6 address 2002:172:9::1/128
!
interface MgmtEth0/0/CPU0/0
description to TFTP server 13.1.Rack#.R#/16
ipv4 address 13.1.5.1 255.255.0.0
shutdown
!
interface GigabitEthernet0/0/0/0
ipv4 address 9.9.18.1 255.255.255.0
ipv6 address 2002:9:9:18::1/64
dot1q vlan 18
!
interface GigabitEthernet0/0/0/1
ipv4 address 9.9.19.1 255.255.255.0
ipv6 address 2002:9:9:19::1/64
dot1q vlan 19
!
interface GigabitEthernet0/0/0/4
ipv4 address 9.9.12.1 255.255.255.0
ipv6 address 2002:9:9:12::1/64
!
router isis abc
net 47.0101.0000.0000.1111.00
address-family ipv4 unicast
metric-style wide
!
address-family ipv6 unicast
interface Loopback0
!
passive
address-family ipv4 unicast
!
!
interface GigabitEthernet0/0/0/0
hello-padd disable
address-family ipv4 unicast
address-family ipv6 unicast
!
!
interface GigabitEthernet0/0/0/1
hello-padd disable
address-family ipv4 unicast
address-family ipv6 unicast
!
!
!
!
router bgp 1009
address-family ipv4 unicast
network 9.9.0.1/32
!
address-family vpnv4 unicast
!
address-family ipv6 unicast
!
address-family vpnv6 unicast
!
neighbor 9.9.0.8
remote-as 1009
update-source Loopback0
address-family ipv4 unicast
route-reflector-client
!
!
neighbor 9.9.0.9
remote-as 1009
update-source Loopback0
address-family ipv4 unicast
route-reflector-client
!
!
neighbor 9.9.0.10
remote-as 1009
update-source Loopback0
address-family ipv4 unicast
route-reflector-client
!
address-family vpnv6 unicast
route-reflector-client
!
neighbor 2002:9:9::8
remote-as 1009
update-source Loopback0
address-family ipv6 unicast
!
!
neighbor 2002:9:9::9
remote-as 1009
update-source Loopback0
address-family ipv6 unicast
route-reflector-client
!
!
neighbor 2002:9:9::10
remote-as 1009
update-source Loopback0
address-family ipv6 unicast
route-reflector-client
!
!
!
vrf ABC
rd 1009:9
address-family ipv4 unicast
network 172.9.0.1/32
!
address-family ipv6 unicast
network 2002:172:9::1/128
!
!
!
mpls ldp
router-id 9.9.0.1
interface GigabitEthernet0/0/0/0
!
interface GigabitEthernet0/0/0/1
!
!
multicast-routing
address-family ipv4
interface Loopback0
enable
!
interface GigabitEthernet0/0/0/0
enable
interface GigabitEthernet0/0/0/1
enable
!
!
!
router igmp
interface Loopback0
join-group 239.255.0.1
!
!
router pim
address-family ipv4
interface Loopback0
enable
!
interface GigabitEthernet0/0/0/0
enable
!
interface GigabitEthernet0/0/0/1
enable
!
!
!
end

You might also like