Cisco 4500 and 4700 Routers
clear lane server {interface number [.subinterface-number] | name elan-name} [mac-address mac-address | client-atm-address atm-address | lecid lecid | route-desc segment segment-number bridge bridge-number]
Syntax Description
interface slot/port[.subinterface-number]
| Interface or subinterface where the LANE server is configured for the Cisco 7500 series. The space between the interface keyword and the slot argument is optional.
|
interface number[.subinterface-number]
| Interface or subinterface where the LANE server is configured for the Cisco 4500 or 4700 routers. The space between the interface keyword and the number argument is optional.
|
name elan-name
| Name of the emulated LAN on which the LANE server is configured. Maximum length is 32 characters.
|
mac-address mac-address
| (Optional) Keyword and MAC address of LANE client.
|
client-atm-address atm-address
| (Optional) Keyword and ATM address of LANE client.
|
lecid lane-client-id
| (Optional) Keyword and LANE client ID. The LANE client ID is a value from 1 to 4096.
|
route-desc segment segment-number
| (Optional) Keywords and LANE segment number. The segment number ranges from 1 to 4095.
|
bridge bridge-number
| (Optional) Keyword and bridge number that is contained in the route descriptor. The bridge number ranges from 1 to 15.
|
To clear the ingress and egress cache entries of one or all MPCs, use the clear mpoa client cache command in EXEC mode.
clear mpoa client [name mpc-name] cache [ingress | egress] [ip-address ip-address]
Syntax Description
name mpc-name
| (Optional) Specifies the name of the MPC with the specified name.
|
ingress
| (Optional) Clears ingress cache entries associated with the MPC.
|
egress
| (Optional) Clears egress cache entries associated with the MPC.
|
ip-address ip-address
| (Optional) Clears matching cache entries with the specified IP address.
|
To clear the ingress and egress cache entries, use the clear mpoa server cache command in EXEC mode.
clear mpoa server [name mps-name] cache [ingress | egress] [ip-address ip-address]
Syntax Description
name mps-name
| (Optional) Specifies the name of the MPS. If this keyword is omitted, this command will apply to all servers.
|
ingress
| (Optional) Clears ingress cache entries associated with a server.
|
egress
| (Optional) Clears egress cache entries associated with a server.
|
ip-address ip-address
| (Optional) Clears matching cache entries with the specified IP address. If this keyword is omitted, this command will clear all entries.
|
To add a LANE client address entry to the configuration server's configuration database, use the client-atm-address command in database configuration mode. To remove a client address entry from the table, use the no form of this command.
client-atm-address atm-address-template name elan-name
no client-atm-address atm-address-template
Syntax Description
atm-address-template
| Template that explicitly specifies an ATM address or a specific part of an ATM address and uses wildcard characters for other parts of the ATM address, making it easy and convenient to specify multiple addresses matching the explicitly specified part.
Wildcard characters can replace any nibble or group of nibbles in the prefix, the end-system identifier (ESI), or the selector fields of the ATM address.
|
elan-name
| Name of the emulated LAN. Maximum length is 32 characters.
|
To enable a default aggregation cache, use the default command in aggregation cache configuration mode.
default [cache | enabled | export]
Syntax Description
cache
| (Optional) Configure NetFlow cache parameters.
|
enabled
| (Optional) Enable the aggregation cache.
|
export
| (Optional) Specify host/port to send flow statistics.
|
To provide an emulated LAN name in the configuration server's database for those client MAC addresses and client ATM addresses that do not have explicit emulated LAN name bindings, use the default-name command in database configuration mode. To remove the default name, use the no form of this command.
default-name elan-name
no default-name
Syntax Description
elan-name
| Default emulated LAN name for any LANE client MAC address or LANE client ATM address not explicitly bound to any emulated LAN name. Maximum length is 32 characters.
|
To enable an aggregation cache, use the enabled command in aggregation cache configuration mode.
enabled
Syntax Description
This command has no arguments or keywords.
To enable IEEE 802.1Q encapsulation of traffic on a specified subinterface in virtual LANs, use the encapsulation dot1q command in subinterface configuration mode. IEEE 802.1Q is a standard protocol for interconnecting multiple switches and routers and for defining VLAN topologies.
encapsulation dot1q vlan-id
Syntax Description
vlan-id
| Virtual LAN identifier. The allowed range is from 1 to 1000.
|
To enable the Inter-Switch Link (ISL), use the encapsulation isl command in subinterface configuration mode. ISL is a Cisco protocol for interconnecting multiple switches and routers, and for defining VLAN topologies.
encapsulation isl said
Syntax Description
said
| Security association identifier. This value is used as the virtual LAN identifier. The valid range is 0 through 0xFFFFFFFE.
|
To enable TRISL, use the encapsulation tr-isl command in subinterface configuration mode. TRISL is a Cisco proprietary protocol for interconnecting multiple routers and switches and maintaining VLAN information as traffic goes between switches.
encapsulation tr-isl trbrf-vlan vlan-id bridge-num bridge-number
Syntax Description
vlan-id
| Number identifying the VLAN.
|
bridge-num bridge-number
| Keyword that specifies the identification number of the bridge number on the ISL trunk. Possible values are from 1 to 4095.
|
To leave aggregation cache mode, use the exit command in aggregation cache configuration mode.
exit
Syntax Description
This command has no arguments or keywords.
To exit from the address family submode, use the exit-address-family command in address family submode.
exit-address-family
Syntax Description
This command has no arguments or keywords.
To enable the exporting of information from NetFlow aggregation caches, use the export destination command in aggregation cache configuration mode.
To disable the exporting of NetFlow aggregation cache information, use the no form of this command.
export destination ip-address port
no export destination ip-address port
Syntax Description
ip-address
| Destination IP address.
|
port
| Destination UDP port.
|
To associate the currently selected extended label ATM (XTagATM) interface with a particular external interface on the remotely controlled ATM switch, use the extended-port command in interface configuration mode.
extended-port ctrl-if {bpx bpx-port-number | descriptor vsi-descriptor | vsi vsi-port-number}
Syntax Description
ctrl-if
| Identifies the ATM interface used to control the remote ATM switch. VSI must be configured on this interface using the tag-control-protocol interface configuration command.
|
bpx bpx-port-number
| Specifies the associated BPX interface using the native BPX syntax.
slot.port [.virtual port]
Note that this form of the command may be used only when the controlled switch is a BPX.
|
descriptor vsi-descriptor
| Specifies the associated port by its VSI physical descriptor.
Note that the vsi-descriptor string must match the corresponding VSI physical descriptor exactly.
|
vsi vsi-port-number
| Specifies the associated port by its VSI logical interface number (integer).
|
To specify the holding time value for the MPS-p7 variable of an MPS, use the holding-time command in MPS configuration mode. To revert to the default value, use the no form of this command.
holding-time time
no holding-time time
Syntax Description
time
| Specifies the holding time value in seconds.
|
To configure an import route map for a VRF, use the import map command in VRF submode.
import map route-map
Syntax Description
route-map
| Specifies the route map to be used as an import route map for the VRF.
|
To insert or modify a path entry at a specific index, use the index command in IP explicit path subcommand mode.
index index command
Syntax Description
index
| Specifies entry index number. Valid range is from 0 to 65534.
|
command
| One of the IP explicit path configuration commands that create or modify a path entry. (Currently, only the next-address command can be used.)
|
To enter interface configuration mode for the extended label ATM (XTagATM) interface, use the interface XTagATM command in global configuration mode. The interface is created the first time this command is issued for a particular interface number.
interface XTagATM if-num
Syntax Description
To control the invalidation rate of the IP route cache, use the ip cache-invalidate-delay command in global configuration mode. To allow the IP route cache to be immediately invalidated, use the no form of this command.
ip cache-invalidate-delay [minimum maximum quiet threshold]
no ip cache-invalidate-delay
Syntax Description
minimum
| (Optional) Minimum time (in seconds) between invalidation request and actual invalidation. The default is 2 seconds.
|
maximum
| (Optional) Maximum time (in seconds) between invalidation request and actual invalidation. The default is 5 seconds.
|
quiet
| (Optional) Length of quiet period (in seconds) before invalidation.
|
threshold
| (Optional) Maximum number of invalidation requests considered to be quiet.
|
To enable Cisco Express Forwarding (CEF) on the route processor card, use the ip cef command in global configuration mode. To disable CEF, use the no form of this command.
ip cef [distributed]
no ip cef [distributed]
Syntax Description
distributed
| (Optional) Enables distributed CEF (dCEF) operation. Distributes CEF information to line cards. Line cards perform express forwarding.
|







Posted: Wed Jul 26 13:07:09 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.