Ip Vrf Forwarding; Maximum Routes - D-Link DXS-3600 Series Cli Reference Manual

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Example
This example shows how to create and delete a VRF instance.
Switch# configure terminal
Switch(config)# ip vrf VPN-A
Switch(config-vrf)# exit
Switch(config)# no ip vrf VPN-A
Switch(config)#
120-4

ip vrf forwarding

This command is used to associate one interface to a VRF instance. Use the no form of this command to
restore one interface to the global routing instance.
ip vrf forwarding VRF-NAME
no ip vrf forwarding
Parameters
VRF-NAME
Default
None.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is used to associate an interface to one VRF instance. By associating interfaces to
different VRFs, the interfaces in different VRFs can be configured with the same IP address. The IP
address space in one VRF is individual and can overlap among different VRFs.
Example
This example shows how to associate the VLAN 100 interface to the VRF VPN-A.
Switch# configure terminal
Switch(config)# int vlan 100
Switch(config-if)# ip vrf forwarding VPN-A
Switch(config-if)# ip address 100.1.1.1 255.255.255.0
Switch(config-if)#
120-5

maximum routes

This command is used to limit the maximum routes within the VRF. Use the no form of this command to
remove the limit.
maximum routes LIMIT {WARN-THRESHOLD | warning-only}
Specifies the name of the VRF.
1387

Advertisement

Table of Contents
loading

Table of Contents