Specifications

Table Of Contents
show running-config vrf
MP-760
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
route-target export 100:3
route-target import 100:3
!
!
interface Loopback1
ip vrf forwarding vpn3
ip address 10.43.43.43 255.255.255.255
!
interface Ethernet6/0
ip vrf forwarding vpn3
ip address 172.17.0.1 255.0.0.0
no ip redirects
duplex half
!
router bgp 100
!
address-family ipv4 vrf vpn3
redistribute connected
redistribute ospf 101 match external 1 external 2
no auto-summary
no synchronization
exit-address-family
!
router ospf 101 vrf vpn3
log-adjacency-changes
area 1 sham-link 10.43.43.43 10.23.23.23 cost 10
network 172.17.0.0 0.255.255.255 area 1
!
end
Table 152 describes the significant fields shown in the display.
Ta b l e 152 show running-config vrf Field Descriptions
Field Description
Current configuration: 604 bytes Number of bytes (604) in the VRF vpn3 configuration.
ip vrf vpn3 Name of the VRF (vpn3) for which the configuration is
d
isplayed.
rd 100:3 Identifies the route distinguisher (100:3) for VRF vpn3.
route-target export 100:3
route-target import 100:3
Specifies the route-target extended community for VRF
vpn3
.
Routes tagged with route-target export 100:3 are
exported from VRF vpn3.
Routes tagged with the route-target import 100:3 are
imported into VRF vpn3.
interface Loopback1 Virtual interface associated with VRF vpn3.
ip vrf forwarding vpn3 Associates VRF vpn3 with the named interface.
ip address 10.43.43.43
2
55.255.255.255
IP address of the loopback interface.
interface Ethernet6/0 Interface associated with VRF vpn3.
ip address 172.17.0.1 255.0.0.0 IP address of the Ethernet interface.