Users Guide

Table Of Contents
1358 VRF
3
Create the VRF and enable routing:
console(config)#ip vrf red
console(config-vrf-red)#ip routing
console(config-vrf-red)#exit
4
Assign IP addresses to the interfaces:
console(config)#interface vlan 100
console(config-if-vlan100)#ip address 192.168.0.1 /24
5
Put the VLAN interface into the VRF:
console(config-if-vlan100)#ip vrf forwarding red
Routing interface moved from Default router instance to red
router instance.
console(config-if-vlan100)#exit
6
Enable OSPF on the VRF, assign a network and enable OSPF for the VRF:
console(config)#router ospf vrf red
console(Config-router-vrf-red)#network 192.168.0.0
0.0.0.255 area 0
console(Config-router-vrf-red)#router-id 192.168.0.253
console(Config-router-vrf-red)#redistribute connected
console(Config-router-vrf-red)#enable
console(Config-router-vrf-red)#exit
Use the show ip ospf vrf command to view the configuration of the VRF:
console(config)#show ip ospf vrf red
Router ID...................................... 192.168.0.253
OSPF Admin Mode................................ Enable
RFC 1583 Compatibility......................... Enable
External LSDB Limit............................ No Limit
Exit Overflow Interval......................... 0
Spf Delay Time................................. 5 seconds
Spf Hold Time.................................. 10 seconds
Flood Pacing Interval.......................... 33 ms
LSA Refresh Group Pacing Time.................. 60 seconds
Opaque capability.............................. Enable
AutoCost Ref BW................................ 100 Mbps
Default Passive Setting........................ Disabled
Maximum Paths.................................. 16
Default Metric................................. Not configured
Stub Router Configuration...................... None
Summary LSA Metric Override.................... Disabled