Activating Atm Ilmi Pvc Discovery - Cisco 10000 Series Configuration Manual

Router line card
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Chapter 3
1-Port OC-12 ATM Line Card Configuration
Examples:
Enabling ATM ILMI
Use the atm ilmi-enable interface configuration command to enable the ILMI on a port.
atm ilmi-enable
no atm ilmi-enable
The default is ILMI is enabled, but you should disable the ILMI if the peer does not support ILMI. In
order for peers to exchange ILMI information, you must create PVC 0/16, using the ilmi argument.
The following example disables ILMI:
Router(config)# interface atm 5/0/0
Router(config-if)# no atm ilmi-enable

Activating ATM ILMI PVC Discovery

To activate ATM PVC discovery, use the atm ilmi-pvc-discovery interface configuration command.
This command causes ILMI-compliant devices to propagate PVCs.
atm ilmi-pvc-discovery [subinterface]
no atm ilmi-pvc-discovery [subinterface]
Where:
Note
The following example shows how to enable PVC Discovery on the ATM main interface 7/0/0 on an
1-Port OC-12 ATM line card that has ILMI enabled.
Router(config)# interface atm 7/0/0
Router(config-if)# pvc 0/16 ilmi
Router(config-if-atm-vc)# exit
Router(config-if)# atm ilmi-pvc-discovery
OL-8834-04
Create PVC 0/105 on the main interface.
Router(config)# interface atm 5/0/0
Router(config-if)# pvc 105
Router(config-if-atm-vc)
Create PVC 2/102 on a subinterface.
Router(config)# interface atm 5/0/0.1
Router(config-subif)# pvc 2/102
Router(config-if-atm-vc)#
subinterface instructs the software to associate all PVCs with existing subinterface numbers equal
to their VPI numbers. For example: PVC 2/102 would be listed under subinterface 7/0/0.2, PVC
12/156 would be listed under 7/0/0.12, and so on.
The subinterface argument associates PVCs only with subinterfaces that have already been
created. If there is no subinterface for a VPI value, the system associates the PVC with the main
interface.
Cisco 10000 Series Router Line Card Configuaration Guide
Commands
3-11

Advertisement

Table of Contents
loading

Table of Contents