cc/td/doc/product/atm/ls1010s/wa4/11_2_8
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Configuring ILMI

Configuring ILMI

This chapter describes the Interim Local Management Interface (ILMI) protocol implementation within the Lightstream 1010 ATM switch. The Lightstream 1010 uses ILMI to automatically identify which of its interfaces are User-Network Interface (UNI), attached to ATM end systems, and which are Network-to-Network Interface (NNI), attached to other systems. It can also differentiate between private and public network links. This information is used by the ATM routing protocols, Private Network-to-Network Interface (PNNI), and Interim-Interswitch Signaling Protocol (IISP) to automatically discover and bring up a network of interconnected LightStream 1010 switches.

The ILMI protocol is also used for ATM address registration across an ATM UNI, and for the following:

ILMI reduces the need for manual configuration of attached end systems, and is important in the "plug-and-play" operation of Lightstream 1010 based networks. ILMI is also used to inform LAN Emulation (LANE) clients of the location of the LANE Configuration Server (LECS). ILMI on the LightStream 1010 also allows the switch to provide Cisco ATM adapters with the address of an IP over ATM (RFC 1577) Address Resolution Protocol (ARP) server, which in turn allows plug-and-play operation of ATM desktops.

Two tasks are described in the following sections:

Configure the Global ILMI System

This section describes configuring the ATM address and the LAN emulation configuration server (LECS) address, and displaying the ILMI configuration for the entire switch.

Configure the ATM Address

The LightStream 1010 ATM Switch is autoconfigured with an ATM address using a hierarchical addressing model similar to the Open System Interconnection (OSI) network service access point (NSAP) addresses. PNNI uses this hierarchy to construct ATM peer groups. ILMI uses the first 13 bytes of this address as the switch prefix that it registers with end systems.

During the initial startup, the LightStream 1010 generates an ATM address using the defaults described in the section "Configure the ATM Address" in the chapter "Initially Configuring the LightStream 1010 ATM Switch."


Note The most important rule in the addressing scheme is to maintain the uniqueness of the address across very large networks.

For configuration of a new ATM address that replaces the previous ATM address and generates a new PNNI node ID and peer group ID, see the section "Configure the PNNI Node" in the chapter "Configuring ATM Routing and PNNI."

Multiple addresses can be configured for a single switch, and this configuration can be used during ATM address migration. ILMI registers end systems with multiple prefixes during this period until an old address is removed. PNNI automatically summarizes all of the switch's prefixes in its reachable address advertisement.

To configure a new ATM address that replaces the previous ATM address when running IISP only, perform the following task in global configuration mode:
Task Command

At the privileged EXEC prompt, enter configuration mode from the terminal.

configure1
[terminal]

At the configuration mode prompt, configure the new ATM address for the switch.

atm address atm_address

At the configuration mode prompt, remove the old ATM address from the switch.

no atm address atm_address

1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication.

Example

The following example shows how to add the ATM address prefix 47.0091.8100.5670.000.0ca7.ce01 using the ellipses (...) to add the default MAC address as the last six bytes.

Switch(config)# atm address 47.0091.8100.5670.0000.0ca7.ce01...
Switch(config)# 

Configure Global ILMI Access Filters

The ILMI access filter feature allows you to permit or deny certain ILMI registered addresses.


Note If you want to allow certain addresses to be registered via ILMI, but to restrict those addressees from being advertised through PNNI, the PNNI suppressed summary address feature should be used instead. For additional information, see the section "
Configure PNNI Summary Address" in the chapter "Configuring ATM Routing and PNNI" or the summary-address command in the LightStream 1010 ATM Switch Command Reference document.

If end systems are allowed to register arbitrary addresses via ILMI, including addresses that do not match the ILMI prefixes used on the interface, a security hole may be opened. The ILMI access filter feature closes the security hole, by permitting or denying ILMI registration of different classes of addresses.

The ILMI access filter allow you to configure two levels of access filters:

In either level, the user can choose among the following:

To configure global ILMI access filters, perform the following task in global configuration mode:
Task Command

At the privileged EXEC prompt, enter configuration mode from the terminal.

configure1
[terminal]

Configure ILMI default access filter.

atm ilmi default-access permit {all | matching-prefix [all-groups | wellknown-groups]}

1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication.


Note If you use Cisco's Simple Server Redundancy Protocol (
SSRP) for LAN Emulation in this network, ILMI registration of well-known group addresses should be permitted. This allows the active LECS to register the well-known LECS address with the switch. Either the permit all, permit matching-prefix wellknown-groups, or permit matching-prefix all-groups option should be configured.
Example

The following example configures the global default access filter for ILMI address registration to allow well-known group addresses and addresses with matching prefixes:

Switch# config t
Switch(config)# atm ilmi default-access permit matching-prefix wellknown-groups
Switch(config)#

See the command atm address-registration in the LightStream 1010 ATM Switch Command Reference (11.2) publication for information on configuration of the individual interface access filter override.

Display ILMI Address Filter Configuration

To display the global ILMI default access configuration, perform the following task in user EXEC mode:
Task Command

Display the global ILMI default access configuration.

show running-config

Example

The following example displays the ILMI filter configuration for all ATM interfaces:

Switch#show running-config
Building configuration...
Current configuration:
<Information Deleted>
!
atm abr-mode efci
atm lecs-address-default 47.0091.8100.0000.0040.0b0a.1281.0040.0b4e.d023.00 1
atm lecs-address-default 47.0091.8100.0000.0040.0b0a.1281.0040.0b07.4023.00 2

atm ilmi default-access permit matching-prefix atm address 47.0091.8100.0000.0040.0b0a.2b81.0040.0b0a.2b81.00 atm address 47.0091.8100.0000.0060.3e5a.7901.0060.3e5a.7901.00 atm router pnni statistics call node 1 level 56 lowest Switch#

Configure the LANE Configuration Server Address

Use the following command to configure the LECS address advertised to the directly connected end nodes. Use the no form of this command to return to the default configuration.
Task Command

At the privileged EXEC prompt, enter configuration mode from the terminal.

configure1
[terminal]

Configure the switch LECS address.

atm lecs-address lecs-address [sequence_number]

1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication.

The sequence_number provides the position of this address in the ordered LECS address table.

Example

The following example shows how to configure the LECS ATM address:

Switch(config)# atm lecs-address 47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9030.01
Switch(config)# 

Proceed to the following section to confirm the switch ILMI configuration.

Display the ILMI Global Configuration

To display the switch ILMI configuration, use the following EXEC mode commands:
Task Command

Display the ATM addresses.

show atm address

Display the ILMI configuration.

show atm ilmi-configuration

Display the ILMI status.

show atm ilmi-status

Examples

The following example displays the LightStream 1010 ATM address and the LECS address:

Switch# show atm address
 
Switch Address(es):
  47.00918100000000000CA79E01.00000CA79E01.00 active
  88.888888880000000000000000.000000005151.00
 
Soft VC Address(es):
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.0000.00 ATM2/0/0
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.8000.00 ATM3/0/0
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.8010.00 ATM3/0/1
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.8020.00 ATM3/0/2
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.8030.00 ATM3/0/3
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9000.00 ATM3/1/0
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9010.00 ATM3/1/1
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9020.00 ATM3/1/2
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9030.00 ATM3/1/3
 
ILMI Switch Prefix(es):
  47.0091.8100.0000.0000.0ca7.9e01
  88.8888.8888.0000.0000.0000.0000
 
ILMI Configured Interface Prefix(es):
 
LECS Address(es):
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9030.01
  47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9030.02
Switch# 

The following example displays the ILMI configuration:

Switch# show atm ilmi-configuration
Switch ATM Address (s) : 
1122334455667788990112233445566778899000
LECS Address (s):
1122334455667788990011223344556677889900
ARP Server Address (s):
1122334455667788990011223344556677889900
Switch#

The following example displays the ILMI status:

Switch# show atm ilmi-status
Interface : ATM2/0/0 Interface Type : Local
Configured Prefix(s) :
47.0091.8100.0000.0003.c386.b301
Interface : ATM3/0/0 Interface Type : Private NNI
ILMI VCC : (0, 16) ILMI Keepalive : Disabled
Configured Prefix(s) :
47.0091.8100.0000.0003.c386.b301
Interface : ATM3/0/3 Interface Type : Private NNI
ILMI VCC : (0, 16) ILMI Keepalive : Disabled
Configured Prefix(s) :
47.0091.8100.0000.0003.c386.b301
Switch# 

Configure an ILMI Interface

This section describes how to configure an ILMI interface on a per-interface basis. Use the no form of the following commands to disable ILMI parameters:
Task Command

At the privileged EXEC prompt, enter configuration mode from the terminal.

configure1
[terminal]

Select interface port.

interface atm card/subcard/port [.vpt#]

Enable ILMI auto configuration, including determination of interface protocol, version and side.

atm auto-configuration

Configure ILMI address registration for a specified interface.

atm address-registration

Enable ILMI link determination feature.

auto-link-determination

Configure ILMI keepalive.

atm ilmi-keepalive [seconds]

1This command is documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication.


Note If the ILMI VC (by default VCI = 16) is disabled, then the ILMI is disabled.
Examples

The following example shows how to enable ILMI auto configuration on ATM interface 3/0/3:

Switch(config)# interface atm 3/0/3
Switch(config-if)# atm-autoconfiguration
Switch(config-if)# 

The following example shows how to enable ATM address registration on ATM interface 3/0/3:

Switch(config)# interface atm 3/0/3
Switch(config-if)# atm address-registration
Switch(config-if)# 

Note If you use the no atm address-registration command to disable ILMI on this interface, the keep alives and responses to incoming ILMI queries continue to function. If you want ILMI to be completely disabled at this interface, use the no atm ilmi-enable command.

The following example shows how to configure the ILMI ATM interface 3/0/3 with a keepalive time of 20  seconds:

Switch(config)# interface atm 3/0/3
Switch(config-if)# atm ilmi-keepalive 20
Switch(config-if)# 

In this example, the peer network element is polled every 20 seconds.

Proceed to the following section to confirm the ILMI interface configuration.

Configure per Interface ILMI Address Prefix

The Lightstream 1010 ATM switch allows configuration of per-interface ILMI address prefixes, so different address prefixes can be registered with end systems attached to different interfaces. When any per-interface ILMI address prefixes are configured, they override the prefix(es) derived from the first 13 bytes of the switch ATM address(es), for that specific interface.

Multiple ILMI address prefixes can be configured on each interface for example, during ATM address migration.

To configure a per-interface ILMI address prefix, use the following commands using the no form of these commands to remove the prefix:
Task Command

At the privileged EXEC prompt, enter configuration mode from the terminal.

configure1
[terminal]

Specify an ATM interface and enter interface configuration mode.

interface atm card/subcard/port

Configure the ILMI address prefix.

atm prefix 13-byte prefix

1These commands are documented in the LightStream 1010 ATM Switch Command Reference (11.2) publication.

Examples

The following example shows how to change the ATM address of the switch from the auto configured address 47.0091.8100.0000.0041.0b0a.1081.0041.0b0a.1081.00 to the new address 47.0091.8100.5670.0000.0000.1122.0041.0b0a.1081.00:

Switch(config)# atm address 47.0091.8100.5670.0000.0000.1122...
Switch(config)# no atm address 47.0091.8100.0000.0041.0b0a.1081...

The following example shows how to configure an additional ATM address manually, or address prefix 47.0091.8100.0000.0003.c386.b301 on ATM interface 0/0/1:

Switch(config)# interface atm 0/0/1
Switch(config-if)# atm prefix 47.0091.8100.0000.0003.c386.b301
Switch(config-if)# 

Display ILMI Address Prefix

Use the show atm address command to display the ILMI address prefix configuration for all interfaces or a specific interface.

To display the ILMI address prefix configuration for all interfaces, perform the following task in user EXEC mode:
Task Command

Display the interface ILMI address prefix configuration.

show atm address

Example

The following example displays the ILMI address prefix configuration for all ATM interfaces:

Switch# show atm address
Switch Address(es):
  47.00918100000000410B0A1081.00410B0A1081.00 active
  47.00918100000000603E5ADB01.00603E5ADB01.00
  47.009181005670000000001122.00400B0A1081.00
Soft VC Address(es):
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.0000.00 ATM0/0/0
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.0000.63 ATM0/0/0.99
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.0010.00 ATM0/0/1
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.0020.00 ATM0/0/2
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.0030.00 ATM0/0/3
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.1000.00 ATM0/1/0
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.1010.00 ATM0/1/1
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.1020.00 ATM0/1/2
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.1030.00 ATM0/1/3
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.8000.00 ATM1/0/0
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.8010.00 ATM1/0/1
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.8020.00 ATM1/0/2
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.8030.00 ATM1/0/3
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.9000.00 ATM1/1/0
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.9010.00 ATM1/1/1
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.9020.00 ATM1/1/2
  47.0091.8100.0000.0041.0b0a.1081.4000.0c80.9030.00 ATM1/1/3
ILMI Switch Prefix(es):
  47.0091.8100.0000.0041.0b0a.1081
  47.0091.8100.0000.0060.3e5a.db01
  47.0091.8100.5670.0000.0000.1122
ILMI Configured Interface Prefix(es):
LECS Address(es):
Switch# 

Display the ILMI Interface Configuration

To show the ILMI configuration, use the following EXEC mode command:
Task Command

Show the ILMI configuration on a per port basis.

show atm ilmi-status atm card/subcard/port

Example

The following example displays the ILMI status for ATM interface 3/0/0:

Switch# show atm ilmi-status atm 3/0/0
Interface : ATM3/0/0 Interface Type : Private NNI
ILMI VCC : (0, 16) ILMI Keepalive : Disabled
Configured Prefix(s) :
47.0091.8100.0000.0003.c386.b301
Switch# 
Switch# 


hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1998 © Cisco Systems Inc.