Users Guide
assigned to different VRFs. If you assign two interfaces to the same VRF, you cannot
configure overlapping IP subnets or the same IP address to them.
Example
Dell# configure terminal
Dell(conf)# ip vrf red
Dell(conf-vrf)# description "Red Network"
Dell(conf-vrf)# show config
!
ip vrf red 4
description "Red Network"
Dell(conf-vrf)#
Dell(conf-if-te-1/4/1)# int te 1/4/2
Dell(conf-if-te-1/4/2)# no shut
Dell(conf-if-te-1/4/2)# ip vrf forwarding red
Dell(conf-if-te-1/4/2)# ip add 100.1.1.1/24
Dell(conf-if-te-1/4/2)#
Dell(conf-if-te-1/4/2)#
Dell(conf-if-te-1/4/2)#
Dell(conf-if-te-1/4/2)# show config
!
interface TenGigabitEthernet 1/4/2
ip vrf forwarding red
ip address 100.1.1.1/24
no shutdown
Dell(conf-if-te-1/4/2)#
ip http vrf
Configure an HTTP client with a VRF used to connect to the HTTP server.
S6000–ON
Syntax
ip http vrf {management | vrf-name}
To undo the HTTP client configuration, use the ip http vrf command.
Parameters
management Enter the keyword management for configuring the
management VRF that uses an HTTP client.
vrf-name Enter a VRF name that the HTTP client uses. If you do not
specify a VRF name, the HTTP client uses the default VRF.
Defaults Disabled
Command Modes CONFIGURATION
Command History
This guide is platform-specific. For command information about other platforms, see
the relevant Dell Networking OS Command Line Reference Guide.
Virtual Routing and Forwarding (VRF) 1870










