D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 6 BGP
Configuration
6-38
6.24.1 Configuring MDT address family
6.24.1.1 Configuring VRF instance and
route-related attributes
Before configuring MDT address family, VRF instance and route-related attributes
must be configured first:
Command Function
DES-7200 # configure
terminal
Enter global configuration mode
DES-7200(config)# ip vrf VRF
Create a VRF named VRF1 and enter VRF
mode.
DES-7200(config-vrf)# rd
rd-value
Configure VRF RD value, which is identified
using XX:XX format, such as RD 1:100. 1
refers to the AS ID of backbone network,
while 100 is a numerical value specified by
the user.
DES-7200(config-vrf)#
route-target {both | export |
import} rt-value
Configure route export and import RT
attribute of VRF.
DES-7200(config-vrf)#
{export | import} map map
Configure the route map for import and
export routes, allowing policy-based filtering
of import and export routes.
DES-7200(config-vrf)# mdt
default group-address
Configure MDT group address of VRF.
DES-7200(config-vrf)# exit
Exit VRF mode and enter global
configuration mode
DES-7200(config)# interface
IFNAME
Enter interface configuration mode
DES-7200(config-if)# ip vrf
forwarding VRF
Associate interface with VRF instance
DES-7200(config-if)# ip
address ip-address mask
Configure IP address for the interface
DES-7200(config-if)# end
Return to privileged mode
DES-7200 # show
running-config
Verify the configurations.
DES-7200 # write
(Optional) Save configurations.