Hardware manual
lex input-type-list
IR-128
Cisco IOS Interface Command Reference
lex input-type-list
Use the lex input-type-list interface configuration command to assign an access list that filters
Ethernet packets by type code. To remove an access list from the interface, use the no form of this
command.
lex input-type-list access-list-number
no lex input-type-list
Syntax Description
Default
No access lists are preassigned to a LAN Extender interface.
Command Mode
Interface configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 10.3.
Filtering is done on the LAN Extender chassis.
The LAN Extender interface does not process masks. Therefore, you should omit the mask from the
access-list commands.
For LAN Extender interfaces, an implicit permit everything entry is automatically defined at the end
of an access list. Note that this default differs from other access lists, which have an implicit deny
everything entry at the end of each access list.
Example
The following example applies access list 220 to LAN Extender interface 0. This access list denies
all AppleTalk packets (packets with a type field of 0x809B) and permits all other packets.
access-list 220 deny 0x809B 0x0000
interface lex 0
lex input-type-list 220
Related Commands
You can use the master indexes or search online to find documentation of related commands.
access-list
access-list-number Number of the access list you assigned with the access-list
global configuration command. It can be a number in the range
200 to 299.