Step 1
|
enable
|
Enables privileged EXEC mode.
|
Step 2
|
configure terminal
Device # configure terminal
|
Enters global configuration mode.
|
Step 3
|
ipv6 unicast-routing
Device (config)# ipv6 unicast-routing
|
Enables the forwarding of IPv6 unicast datagrams.
|
Step 4
|
vrf definition vrf-name
Device(config)# vrf definition vrf1
|
Configures a virtual routing and forwarding (VRF) routing table instance and enters VRF configuration mode.
|
Step 5
|
address-family ipv6
Device(config-vrf)# address-family ipv6
|
Enters VRF address family configuration mode and enables IPv6 address prefixes.
|
Step 6
|
exit
Device(config-vrf-af)# exit
|
Exits VRF address family configuration mode and returns to VRF configuration mode.
|
Step 7
|
exit
|
Exits VRF configuration mode and returns to global configuration mode.
|
Step 8
|
ipv6 rip vrf-mode enable
Device (config)# ipv6 rip vrf-mode enable
|
Enables VRF support for IPv6 RIP routing and enters RTR entry configuration mode.
|
Step 9
|
ipv6 router rip rip-process-name
Device (config)# ipv6 router rip myrip
|
Creates an IPv6 Routing Information Protocol (RIP) routing process instance.
|
Step 10
|
exit
Device (config-rtr)# exit
|
Exits RTR entry configuration mode and returns to global configuration mode.
|
Step 11
|
interface type number
Device (config)# interface Ethernet 0/0
|
Specifies the interface type and number and enters interface configuration mode.
|
Step 12
|
vrf forwarding vrf-name
Device(config-if)# vrf forwarding vrf1
|
Binds the interface to the specified VRF routing instance table and removes all the Layer 3 interface configuration that
is available when the command is entered.
|
Step 13
|
ipv6 enable
Device(config-if)# ipv6 enable
|
Enables IPv6 on the interface.
|
Step 14
|
ipv6 rip rip-process-name enable
Device(config-if)# ipv6 rip myrip enable
|
Enables an IPv6 RIP routing process on the interface.
|
Step 15
|
end
|
Exits interface configuration mode and returns to privileged EXEC mode.
|
Step 16
|
debug ipv6 rip vrf vrf-name
Device# debug ipv6 rip vrf vrf1
|
Displays debugging information related to VRF support for the specified IPv6 RIP VRF routing table instance.
|
Step 17
|
show ipv6 rip vrf vrf-name next-hops
Device# show ipv6 rip vrf vrf1 next-hops
|
Displays the next hops in the specified VRF RIPng routing table.
|
Step 18
|
show ipv6 rip vrf vrf-name database
Device# show ipv6 rip vrf vrf1 database
|
Displays the associated RIP local routing information base (RIB).
|