MPLS: Layer 3 VPNs - Chap15 MPLS VPN Show Running VRF

Configuration Guides(IOS XE Everest 16.6)


Multiprotocol Label Switching (MPLS)
MPLS: Layer 3 VPNs Configuration Guide,
Chap15 MPLS VPN Show Running VRF

■ 1 ■ Configuration Guides

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/mp_l3_vpns/configuration/xe-16-6/mp-l3-vpns-xe-16-6-book/mpls-vpn-show-running-vrf.html

■ 2 ■ 雑に言うと...

vrf の running-configだけを見る方法
知らなかった。これはいい!

 

PE1#sh run vrf
Building configuration...

Current configuration : 807 bytes
ip vrf ALPHA
rd 100:100
route-target export 100:100
route-target import 100:100
!
!
interface GigabitEthernet1
ip vrf forwarding ALPHA
ip address 10.1.1.2 255.255.255.0
negotiation auto
no mop enabled
no mop sysid
!
router ospf 1 vrf ALPHA
redistribute bgp 100
network 10.1.1.0 0.0.0.255 area 0
!
!
router bgp 100
!
address-family ipv4 vrf ALPHA
redistribute ospf 1
exit-address-family
!
ip vrf BETA
rd 100:200
route-target export 100:200
route-target import 100:200
!
!
interface GigabitEthernet2
ip vrf forwarding BETA
ip address 10.2.1.2 255.255.255.0
negotiation auto
no mop enabled
no mop sysid
!
router ospf 2 vrf BETA
redistribute bgp 100
network 10.2.1.0 0.0.0.255 area 0
!
!
router bgp 100
!
address-family ipv4 vrf BETA
redistribute ospf 2
exit-address-family
!
end

PE1#