Configuring Ipv6 Vrf-Lite - Cisco Catalyst 4500 Series Software Configuration Manual

Cisco ios xe release 3.9.xe and cisco ios release 15.2(5)ex
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Configuring VRF-lite for IPv6
C
L
L
Switch#
For further examples, refer to
http://www.cisco.com/en/US/docs/ios/ipv6/command/reference/ipv6_16.html

Configuring IPv6 VRF-lite

Beginning with Release IOS XE 3.5.0E and IOS 15.2(1)E, to support IPv6 VRF-lite, we transition from
the ip vrf command to the "new" vrf definition command.
Configure VRFs
To configure one or more VRFs, perform this task:
Command
Switch# configure terminal
Step 1
Switch(config)# ipv6 routing
Step 2
Switch(config)# vrf definition
Step 3
vrf-name
Switch(config-vrf)# address-family
Step 4
ipv4 | ipv6
Switch(config-vrf)# rd
Step 5
route-distinguisher
Switch(config-vrf)# route-target
Step 6
{
export
route-target-ext-community
Switch(config-vrf)# import map
Step 7
route-map
Switch(config-vrf)# interface
Step 8
interface-id
Switch(config-if)# ip vrf forwarding
Step 9
vrf-name
Switch(config-if)# end
Step 10
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
43-22
ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
1::/64 [0/0]
via GigabitEthernet7/1, directly connected
1::2/128 [0/0]
via GigabitEthernet7/1, receive
FF00::/8 [0/0]
via Null0, receive
|
|
}
import
both
Purpose
Enters global configuration mode.
Enables IPv6 routing.
Names the VRF and enters VRF configuration mode.
(Optional) IPv4 by default. Configuration MUST for ipv6.
(Optional) Creates a VRF table by specifying a route
distinguisher. Enter either an Autonomous System number
and an arbitrary number (xxx:y) or an IP address and
arbitrary number (A.B.C.D:y).
(Optional) Creates a list of import, export, or import and
export route target communities for the specified VRF.
Enter either an AS system number and an arbitrary number
(xxx:y) or an IP address and an arbitrary number
(A.B.C.D:y).
This command is effective only if BGP is running.
Note
(Optional) Associates a route map with the VRF.
Enters interface configuration mode and specify the Layer
3 interface to be associated with the VRF. The interface
can be a routed port or SVI.
Associates the VRF with the Layer 3 interface.
Returns to privileged EXEC mode.
Chapter 43
Configuring VRF-lite

Advertisement

Table of Contents
loading

Table of Contents