Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Displaying APS Using a Container Interface with ATM Encapsulation

Displaying APS Using a Container Interface with ATM Encapsulation

Purpose

Display APS using a container interface with ATM encapsulation.

Action

To display APS using a container interface with ATM encapsulation atm-pvc where the configuration of a parent container interface ci0 and the resulting automatic configuration of its children (at-0/0/0 and at-0/0/1), perform the following steps:

  1. In configuration mode, go to the [edit interfaces] hierarchy level.
    [edit]user@host# edit interfaces
  2. Issue the show operational mode command.
    [edit interfaces]user@host# show
  3. The following output is displayed.
    at-0/0/0 {
    	container-options {
    		container-list ci0;
    		primary;
    	}
    }
    at-0/0/1 {
    	container-options {
    		container-list ci0;
    		standby;
    	}
    }
    ci0 {
    	encapsulation atm-pvc;
    	atm-options {
    		vpi 0 {
    			oam-period 3;
    		}
    		ilmi;
    	}
    container-options {
    	container-type {
    		aps;
    	}
    	member-interface-type {
    		atm {
    			member-interface-speed oc3;
    		}
    	}
    }
    unit 0 {
    	vci 100;
    	oam-period 3;
    	family inet {
    		address 1.0.0.1/30;
    	}
    }
    unit 1 {
    	vci 200;
    		oam-period 3;
    		family inet {
    			address 2.0.0.1/30;
    		}
    	}
    }

Displaying the APS Container Interface Configuration

Purpose

To display the APS container interface configuration

Action

You can use the following show operational mode commands to view the APS container interface configuration:

  • show aps
  • show aps extensive
  • show interfaces cin extensive
  • show interfaces at-fpc/pic/port extensive

See the Junos OS Operational Mode Commands.

Published: 2013-07-31