Specifications
AOS-W Commands 729
Chapter 29
description
Syntax
description <text>
where
<line> is a text lable. Lables can be up to
Example
(Alcatel6000) (config-if)# description this_is_a test
(Alcatel6000) (config-if)#
duplex
Configures the interface to support duplex and half duplex traffic.
Syntax
duplex <auto | full | half>
where
auto configures the interface to automatically adjust to full or half duplex
transmissions based on the traffic requirements.
full configues the interface to support full duplex traffic.
half configures the interface to support half-duplex traffic.
Example
(Alcatel6000) (config-if)# duplex auto
(Alcatel6000) (config-if)#
ip
Configures the IP parameters for this FastEthernet port.
Syntax
ip access-group <name> <in | out | session>
where
<name> is the name of this access control list (ACL). .
in|out|session applies the ACL to incoming, outgoing, or this session only
traffic.
Example
(Alcatel6000) (config-if)# ip access-group test session
(Alcatel6000) (config-if)#