Concept Guide
To congure an IP address on a management interface, use either of the following commands in MANAGEMENT INTERFACE mode:
1 Congure an IP address and mask on the interface.
• ip-address mask: enter an address in dotted-decimal format (A.B.C.D), the mask must be in /prex format (/x)
INTERFACE mode
ip address ip-address mask
2 Acquire an IP address from the DHCP server.
INTERFACE mode
ip address dhcp
To access the management interface from another LAN, you must congure the management route command to point to the management
interface.
There is only one management interface for the whole stack.
To display the routing table for a given port, use the show ip route command from EXEC Privilege mode.
Conguring a Static Route for a Management Interface
When an IP address used by a protocol and a static management route exists for the sample prex, the protocol route takes precedence
over the static management route.
To congure a static route for the management port, use the following command in CONFIGURATION mode:
1 Assign a static route to point to the management interface or forwarding router.
CONFIGURATION mode
management route ip-address mask {forwarding-router-address | ManagementEthernet slot/port}
To view the congured static routes for the management port, use the show ip management-route command in EXEC privilege
mode.
Dell#show ip management-route all
Destination Gateway State
----------- ------- -----
1.1.1.0/24 172.31.1.250 Active
172.16.1.0/24 172.31.1.250 Active
172.31.1.0/24 ManagementEthernet 1/0 Connected
Dell#
VLAN Membership
A virtual LAN (VLANs) is a logical broadcast domain or logical grouping of interfaces in a LAN in which all data received is kept locally and
broadcast to all members of the group. In Layer 2 mode, VLANs move trac at wire speed and can span multiple devices. Dell Networking
OS supports up to 4093 port-based VLANs and one default VLAN, as specied in IEEE 802.1Q.
VLAN provide the following benets:
• Improved security because you can isolate groups of users into dierent VLANs.
• Ability to create one VLAN across multiple devices.
On an Aggregator in standalone mode, all ports are congured by default as members of all (4094) VLANs, including the default VLAN. All
VLANs operate in Layer 2 mode. You can recongure the VLAN membership for individual ports by using the vlan tagged or vlan
Interfaces
103