Specifications

Management Guide CLI
TigerAccess™ EE
SMC7824M/VSW 51
4.3 Configuring Interface
The Layer 2 switches only see the MAC address in an incoming packet to determine
where the packet needs to come from/to and which ports should receive the packet. The
Layer 2 switches do not need IP addresses to transmit packets. However, if you want to
access to the switch from a remote place with TCP/IP through SNMP or telnet, it requires
an IP address.
You can enable the interface to communicate with another network device on the network
by assigning an IP address as follows:
Enabling Interface
Assigning IP Address to Network Interface
Static Route and Default Gateway
Interface Description
Displaying Interface
4.3.1 Enabling Interface
To assign an IP address to an interface, you need to enable the interface first. If the inter-
face is not enabled, you cannot access it from a remote place, even though an IP address
has been assigned.
To configure an interface, you need to open Interface Configuration mode first. To open
Interface Configuration mode, use the following command.
Command Mode Description
interface INTERFACE
Global
Interface
Opens Interface Configuration mode to configure a
specified interface.
To enable/disable an interface, use the following command.
Command Mode Description
no shutdown Enables an interface.
shutdown
Interface
Disables an interface.
To enable/disable an interface in Global Configaration mode, use the following command.
Command Mode Description
interface noshutdown INTER-
FACE
Enables an interface.
interface shutdown INTERFACE
Global
Disables an interface.
The following is an example of enabling the interface 1.
SWITCH# configure terminal
SWITCH(config)# interface 1
SWITCH(config-if)# no shutdown
SWITCH(config-if)#