43-25
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
Chapter 43 Configuring VRF-lite
Configuring VRF-lite for IPv6
This example show how to enable OSPFv3 on an interface:
Switch(config)# interface GigabitEthernet2/1
Switch(config-if)# no switchport
Switch(config-if)# ipv6 address 4000::2/64
Switch(config-if)# ipv6 enable
Switch(config-if)# ipv6 ospf 1 area 0
Switch(config-if)# end
EIGRP
To configure an EIGRPv6 routing process, perform the following steps:
This example shows how to configure an EIGRP routing process:
Switch(config)# router eigrp test
Switch(config-router)# address-family ipv6 unicast vrf b1 autonomous-system 10
Switch(config-router-af)# topology base
Switch(config-router-af-topology)# exit-af-topology
Switch(config-router)# eigrp router-id 2.3.4.5
Switch(config-router)# exit-address-family
Step 4
Switch(config-if)# ospfv3 process-id
area area-ID {ipv4 | ipv6} [instance
instance-id]
Or
Switch(config-if)# ipv6 ospf
process-id area area-ID [instance
instance-id]
Enables OSPFv3 on an interface with the IPv4 or IPv6 AF.
or
Enables OSPFv3 on an interface.
Step 5
Switch(config-if)# end
Returns to privileged EXEC mode.
Command Purpose
Command Purpose
Step 1
Switch> enable
Enters privileged EXEC mode.
Enter your password if prompted.
Step 2
Switch# configure terminal
Enters global configuration mode.
Step 3
Switch(config)# router eigrp
virtual-instance-name
Configures the EIGRP routing process and enters router
configuration mode.
Step 4
Switch(config-router)#
address-family ipv6 vrf vrf-name
autonomous-system
autonomous-system-number
Enables EIGRP IPv6 VRF-Lite and enters address family
configuration mode.
Step 5
Switch(config-router-af)# topology
{base | topology-name tid number
Configures an EIGRP process to route IP traffic under the
specified topology instance and enters address family
topology configuration mode.
Step 6
Switch(config-router-af-topology)#
exit-aftopology
Exits address family topology configuration mode.
Step 7
Switch(config-router)# eigrp
router-id ip-address
Enables the use of a fixed router-id.
Step 8
Switch(config-router)# end
Exits router configuration mode.