User's Manual

Table Of Contents
482
Users Manual of CS-6306R
48.2.3 MCE Configuration
48.2.3.1 Configuring VRFRefer to the following steps to configure one or multiple VRFs.
Command Purpose
Switch# config Enters the switch configuration mode.
Switch_config# ip vrf vrf-name
Creates VRF and enters the VRF configuration mode.
vrf-name: VRF name with up to 31 characters
Switch_config_vrf# rd
route-distinguisher
Sets the route distinguisher of VRF.
route-distinguisher: Stands for the distinguisher of the route.
It consists of autonomous domain ID and random numbers,
or IP and random numbers.
Switch_config_vrf# route-target
{ export | import | both }
route-target-extened-community
Creates the expanded VPN attributes of input/output VRF
objects.
route-target-extended-community: It consists of autonomous
domain ID and random numbers, or IP and random numbers.
Switch_config_vrf# interface
intf-name
Enters the interface configuration mode.
intf-name: Stands for the name of an interface.
Switch_config_intf# ip vrf
forwarding vrf-name
Relates the L3 interface with VRF.
vfi-name: Means the name of VRF.
Switch_config_intf# exit Exits from interface configuration mode.
Switch_config# ip exf Enables ip hardware routing .
Switch_config# show ip vrf
[ brief | detail | interface ]
[ vrf-name ]
Browses the VRF information.
Switch_config#no ip vrf vrf-name
Deletes the configured VRF and the relation between VRF
and the L3 interface.
vfi-name: Means the name of VRF.
Switch_config_intf# no ip vrf
forwarding
[ vrf-name ]
Deletes the relation between the L3 interface and VRF.
48.2.3.2 Configuring VPN Route
The route can be established between MCE and customer device through the configuration of BGP, OSPF,
RIP, BEIGRP or static route. The following takes OSPF configuration as an example, which is similar to other
routes’ configurations.
When a route is configured on MCE to connect the client network, the VRF
attributes of the routing protocol need be specified. VRF need not be
configured on
the customer device.