Concept Guide
ip ospf dead-interval 60
ip ospf hello-interval 15
no shutdown
!
Loopback Interfaces
A Loopback interface is a virtual interface in which the software emulates an interface. Packets routed to it are processed locally.
Because this interface is not a physical interface, you can congure routing protocols on this interface to provide protocol stability. You can
place Loopback interfaces in default Layer 3 mode.
To congure, view, or delete a Loopback interface, use the following commands.
• Enter a number as the Loopback interface.
CONFIGURATION mode
interface loopback number
The range is from 0 to 16383.
• View Loopback interface congurations.
EXEC mode
show interface loopback number
• Delete a Loopback interface.
CONFIGURATION mode
no interface loopback number
Many of the same commands found in the physical interface are also found in the Loopback interfaces.
For more information, refer to Access Control Lists (ACLs).
Null Interfaces
The Null interface is another virtual interface. There is only one Null interface. It is always up, but no trac is transmitted through this
interface.
To enter INTERFACE mode of the Null interface, use the following command.
• Enter INTERFACE mode of the Null interface.
CONFIGURATION mode
interface null 0
The only congurable command in INTERFACE mode of the Null interface is the ip unreachable command.
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
370
Interfaces