Monitoring Dynamic Interfaces and Profiles
You can use the show commands described in this section to monitor configurations created with dynamic interfaces and profiles.
![]() | Note: The E120 and E320 routers output for monitor and show commands is identical to output from other E Series routers, except that the E120 and E320 routers output also includes information about the adapter identifier in the interface specifier (slot/adapter/port). |
show atm aal5 interface
- Use to display information about a configured ATM AAL5 interface.
- Field descriptions
- AAL5 Interface operational status—Operational status of the AAL5 interface: up, down, lowerLayerDown
- time since last status change—Time since last reported change to the AAL5 interface operational status in hh:mm:ss format
- SNMP trap link-status—Whether SNMP link status traps are enabled or disabled on the ATM AAL5 interface
- Auto configure ATM 1483 status—Whether the autoconfiguration feature for a dynamic ATM 1483 subinterface configured over the ATM AAL5 interface is enabled or disabled
- InPackets—Number of packets received on this interface
- InBytes—Number of bytes received on this interface
- OutPackets—Number of packets transmitted on this interface
- OutBytes—Number of bytes transmitted on this interface
- InErrors—Number of incoming errors received on this interface
- OutErrors—Number of outgoing errors on this interface
- InPacketDiscards—Number of incoming packets discarded on this interface
- OutDiscards—Number of outgoing packets discarded on this interface
- Example
host1#show atm aal5 interface atm 3/0 AAL5 Interface ATM 3/0 operational status: lowerLayerDown time since last status change: 00:08:46SNMP trap link-status: disabled Auto configure ATM 1483 status: disabled
InPackets: 0 InBytes: 0 OutPackets: 0 OutBytes: 0 InErrors: 0 OutErrors: 0 InPacketDiscards: 0 OutDiscards: 0
- See show atm aal5 interface.
show atm bulk-config
- Use to display information, including base profile assignments and overriding profile assignments, for the bulk-configured VC ranges on an ATM AAL5 interface.
- To display information for all VC ranges on the router, use the command with no keywords.
- To display information for all VC ranges on a specified ATM AAL5 interface, use the command with the atm keyword and interface specifier.
- To display information for the VC range associated with a particular bulk configuration name, use the command with the name keyword.
- To display information for a particular VC range on a specified ATM AAL5 interface, use the command with the atm keyword and interface specifier and the name keyword.
- To display information only about overriding profile assignments configured for specific ATM PVCs within bulk-configured VC subranges, use the command with the override keyword. When you specify the override keyword, the command does not display information about base profile assignments.
- Field descriptions
- Interface—Identifier of the ATM AAL5 physical interface on which the bulk-configured VC range resides. For more information about specifying the ATM interface, see Interface Types and Specifiers in JunosE Command Reference Guide.
- Bulk Config Name—Name of the bulk-configured VC range on this interface
- Start VPI—Starting virtual path identifier (inclusive) of the VC subrange
- End VPI—Ending virtual path identifier (inclusive) of the VC subrange
- Start VCI—Starting virtual circuit identifier (inclusive) of the VC subrange
- End VCI—Ending virtual circuit identifier (inclusive) of the VC subrange
- Assigned Profile—Base profile name for the dynamic ATM 1483 subinterface assigned to this VC subrange with profile atm1483 bulk-config-name . When no profile is assigned to the VC subrange, the field displays none assigned.
- Admin State—Administrative state of the VC subrange: up or down
- Profile override(s)—When overriding profile assignments
are configured on the router, the command displays the following fields:
- Interface—Identifier of the ATM AAL5 physical interface
- Bulk Config Name—Name of the bulk-configured VC range on this interface that includes the VC subrange encompassing the specified ATM PVC
- VPI—Virtual path identifier of the PVC within the bulk-configured VC subrange
- VCI—Virtual circuit identifier of the PVC within the bulk-configured VC subrange
- Assigned Profile—Name of the overriding profile assigned to the specified PVC with profile atm1483 bulk-config-name pvc
- Status—Operational status of the overriding profile assignment: Active or Inactive. Active indicates that the router uses the overriding profile to create dynamic interface columns because no static ATM circuits with the same VPI/VCI values exist on this interface. Inactive indicates that the router does not use the overriding profile to create dynamic interface columns because a static ATM circuit with the same VPI/VCI values exists on this interface.
- Example 1—Displays information about base profile
assignments and overriding profile assignments for all bulk-configured
VC ranges on the router. The VC range named test consists of a single
VC subrange (1, 1, 101, 200), has a base profile named atm1483BaseProfile
assigned, and has an overriding profile named overrideProfile1 assigned
to two ATM PVCs within the VC subrange. The VC range named test2 is
a placeholder range that has no VC subranges configured and no base
profile assigned.
host1#show atm bulk-config
Bulk Config Start End Start End Admin Interface Name VPI VPI VCI VCI Assigned Profile State ------------ ------ ----- --- ----- --- ------------------ ----- ATM AAL5 3/0 test 1 1 101 200 atm1483BaseProfile up ATM AAL5 3/2 test2 -- -- --- --- none assigned ---2 bulk configuration(s) found
Profile override(s):
Bulk Config Interface Name VPI VCI Assigned Profile Status ------------ ------ --- --- ---------------- ------ ATM AAL5 3/0 test 1 151 overrideProfile1 Active ATM AAL5 3/0 test 1 161 overrideProfile1 Active 2 profile override(s) found - Example 2—Displays information about base profile
assignments and overriding profile assignments for all VC ranges configured
on a specified ATM AAL5 interface
host1#show atm bulk-config atm 3/0
Bulk Config Start End Start End Admin Interface Name VPI VPI VCI VCI Assigned Profile State ------------ ------ ----- --- ----- --- ------------------ ----- ATM AAL5 3/0 test 1 1 101 200 atm1483BaseProfile up 1 bulk configuration(s) foundProfile override(s):
Bulk Config Interface Name VPI VCI Assigned Profile Status ------------ ------ --- --- ---------------- ------ ATM AAL5 3/0 test 1 151 overrideProfile1 Active ATM AAL5 3/0 test 1 161 overrideProfile1 Active 2 profile override(s) found - Example 3—Displays information about base profile
assignments and overriding profile assignments for a particular bulk-configured
VC range
host1#show atm bulk-config name test
Bulk Config Start End Start End Admin Interface Name VPI VPI VCI VCI Assigned Profile State ------------ ------ ----- --- ----- --- ------------------ ----- ATM AAL5 3/0 test 1 1 101 200 atm1483BaseProfile up 1 bulk configuration(s) foundProfile override(s):
Bulk Config Interface Name VPI VCI Assigned Profile Status ------------ ------ --- --- ---------------- ------ ATM AAL5 3/0 test 1 151 overrideProfile1 Active ATM AAL5 3/0 test 1 161 overrideProfile1 Active 2 profile override(s) found - Example 4—Displays information only about overriding
profile assignments for all bulk-configured VC ranges on the router
host1#show atm bulk-config override
Profile override(s):
Bulk Config Interface Name VPI VCI Assigned Profile Status ------------ ------ --- --- ---------------- ------ ATM AAL5 3/0 test 1 151 overrideProfile1 Active ATM AAL5 3/0 test 1 161 overrideProfile1 Active 2 profile override(s) found - Example 5—Displays information only about overriding
profile assignments for a particular VC range configured on a specified
ATM AAL5 interface
host1#show atm bulk-config atm 3/0 override
Profile override(s):
Bulk Config Interface Name VPI VCI Assigned Profile Status ------------ ------ --- --- ---------------- ------ ATM AAL5 3/0 test 1 151 overrideProfile1 Active ATM AAL5 3/0 test 1 161 overrideProfile1 Active 2 profile override(s) found - See show atm bulk-config.
show atm subinterface
- Use to display the current state of all ATM subinterfaces, all ATM subinterfaces configured on a specified ATM physical interface, or a specific ATM subinterface.
- To specify an ATM subinterface for ERX7xx models, ERX14xx
models, and ERX310 router, use the slot/port.subinterface format.
- slot—Number of the chassis slot
- port—Port number on the I/O module
- subinterface—Number of the subinterface in the range 1–2147483647
- To specify an ATM subinterface for E120 and E320 routers,
use the slot/adapter/port.subinterface format.
- slot—Number of the chassis slot
- adapter—Identifier for the
IOA within the E320 chassis, either 0 or 1, where:
- 0 indicates that the IOA is installed in the right IOA bay (E120 router) or the upper IOA bay (E320 router).
- 1 indicates that the IOA is installed in the left IOA bay (E120 router) or the lower IOA bay (E320 router).
- port—Port number on the IOA
- subinterface—Number of the subinterface in the range 1–2147483647
- To display brief summary information for all ATM subinterfaces, or for ATM subinterfaces configured on a specified ATM physical interface, use the summary keyword.
- To display status information only for ATM subinterfaces
with a specific operating status, use the status keyword with one of the following status values. (See the Status
field description for an explanation of these values.)
- dormant
- dormantLockout
- down
- lowerLayerDown
- notPresent
- up
- To display the
current state of an ATM subinterface created on the PVC with the specified
VPI and VCI values, use the atm slot/port/vpi/vci format (for ERX7xx models, ERX14xx models,
and ERX310 router) or the slot/adapter/port/vpi/vci format (for E120 and E320 routers)1051/1052
(SLB) to identify the ATM subinterface (Example 5).

Note: You can use the atm slot/port/vpi/vci format as an alternative to the atm slot/port.subinterface format with the specific show interface and show subinterface commands to monitor all ATM 1483 subinterfaces (except NBMA interfaces) as well as the upper-layer interfaces configured over an ATM 1483 subinterface. You cannot, however, use the atm slot/port/vpi/vci format to create or modify an ATM 1483 subinterface.
These guidelines also apply to E120 and E320 routers when you use the atm slot/adapter/port/vpi/vci format as an alternative to the atm slot/adapter/port.subinterface format.
- For more information, see Creating a Basic Configuration in Configuring ATM .
- Field descriptions
- Interface—Interface identifier
- ATM-Prot—One of
the following ATM protocol types:
- RFC-1483—Multiprotocol encapsulation over AAL5
- NBMA—Nonbroadcast multiaccess interface
- ATM/MPLS—Local ATM passthrough interface
- VCD—Virtual circuit descriptor
- VPI—Virtual path identifier
- VCI—Virtual circuit (or channel) identifier
- Circuit Type—Type of circuit: PVC
- Encap—Administered encapsulation method based on what was configured with the atm pvc command
- MTU—Maximum transmission unit size for the interface
- Status—One of the following ATM 1483
subinterface states:
- absent—Represents the notPresent state and indicates that, although the SRP detects the ATM 1483 subinterface, the module on which the subinterface resides has not completed booting up, has failed, or is disabled.
- dormant—Indicates that the ATM 1483 subinterface is performing autodetection of one or more upper-layer encapsulation types and is waiting to receive a packet of that type on a lower-layer interface. An ATM 1483 subinterface transitions from the dormant state to the up state when the router receives a valid packet of the specified encapsulation type on the interface.
- dormantLockout—Indicates that a dormant ATM 1483 subinterface has one or more upper-layer encapsulation types currently undergoing encapsulation type lockout. An ATM 1483 subinterface transitions from the dormantLockout state to the dormant state when the lockout time expires for all upper-layer encapsulation types undergoing lockout. An ATM 1483 subinterface transitions from the dormantLockout state to the up state when the router receives a valid packet for an encapsulation type that is configured for autodetection but is not undergoing lockout.
- down—Indicates that the ATM 1483 subinterface is administratively disabled or has a circuit that is down or not configured.
- lowerLayerDown—Indicates that a lower-layer interface below the ATM 1483 subinterface is down.
- up—Indicates that the ATM 1483 subinterface is up and able to transfer data. For an ATM 1483 subinterface that supports one or more dynamic upper-layer interfaces, indicates that the router has created the dynamic upper-layer interface or is in the process of creating it.
- Interface Type—Type of ATM 1483 subinterface: dynamic or static
- Auto configure
status—Setting of the autoconfiguration feature
- dynamic—Autodetection is on; the router automatically detects the next upper interface
- static—Autodetection is off
- Auto configure interface(s)—Types of dynamic upper interfaces configured with the auto-configure command: bridged Ethernet, IP, PPP, or PPPoE
- Detected 1483 encapsulation—If the encapsulation type is set to aal5autoconfig, displays the 1483 encapsulation type detected on the subinterface (displays AUTO until a packet is detected)
- Detected dynamic interface—Type of dynamic upper interface detected during autoconfiguration: bridged Ethernet, IP, PPP, PPPoE, or (if no packet has been received) none
- Interface types in lockout—Encapsulation types currently experiencing lockout: bridged Ethernet, IP, PPP, PPPoE, or none
- Lockout state (seconds)—Settings of encapsulation
type lockout for the upper-layer encapsulation type indicated
- Min—Minimum lockout time, in seconds
- Max—Maximum lockout time, in seconds
- Current—Current lockout time, in seconds; displays 0 (zero) if lockout is not occurring
- Elapsed—Time elapsed into the lockout time, in seconds; displays 0 (zero) if lockout is not occurring
- Next—Lockout time for the router to use for the next lockout event, in seconds
- Assigned profile—For each dynamic interface type, indicates whether or not a profile is assigned and, if assigned, displays the profile name
- Subscriber info—Subscriber login information for the specified dynamic interface type (bridged Ethernet or IP)
- SNMP trap link-status—Trap link status: enabled or disabled
- InPackets—Number of packets received on this interface
- InBytes—Number of bytes received on this interface
- OutPackets—Number of packets transmitted on this interface
- OutBytes—Number of bytes transmitted on this interface
- InErrors—Number of errors received on this interface
- OutErrors—Number of outgoing errors on this interface
- InPacketDiscards—Number of incoming packets discarded on this interface
- InPacketsUnknownProtocol—Number of incoming packets with an unknown protocol type
- OutDiscards—Number of outgoing packets discarded on this interface
- Example 1—Displays the current state of all ATM
subinterfaces
host1#show atm subinterface Circuit Interface Interface ATM-Prot VCD VPI VCI Type Encap MTU Status Type ----------- -------- --- --- --- ----- ----- ---- ------------- --------- ATM 2/0.101 RFC-1483 101 0 101 PVC AUTO 9180 dormantLockout Static ATM 2/0.102 RFC-1483 102 0 102 PVC AUTO 9180 up Dynamic ATM 2/0.103 RFC-1483 103 0 103 PVC AUTO 9180 dormant Static 3 interface(s) found - Example 2—Displays summary information for all ATM
subinterfaces shown in Example 1
host1#show atm subinterface summary 3 subinterfaces: 1 up, 0 down, 1 dormant, 1 dormantLockout, 0 lowerLayerDown, 0 not present
- Example 3—Displays status information for all ATM
subinterfaces in the dormantLockout state
host1#show atm subinterface status dormantLockout Circuit Interface Interface ATM-Prot VCD VPI VCI Type Encap MTU Status Type ----------- -------- --- --- --- ---- ---- ---- ----------- --------- ATM 2/0.101 RFC-1483 101 0 101 PVC AUTO 9180 dormantLockout Static 1 interface(s) found - Example 4—Displays the current state of a specific
ATM subinterface
host1#show atm subinterface atm 2/0.101 Circuit Interface Interface ATM-Prot VCD VPI VCI Type Encap MTU Status Type ----------- -------- --- --- --- ------ ----- ---- ------------- --------- ATM 2/0.101 RFC-1483 101 0 101 PVC AUTO 9180 dormantLockout StaticAuto configure status : dynamic Auto configure interface(s) : IP bridgedEthernet PPP PPPoE Detected 1483 encapsulation : AUTO Detected dynamic interface : none Interface types in lockout : IP Lockout state (seconds) : Min Max Current Elapsed Next ------------------------------- --- ---- ------- ------- ---- IP 1 30 16 7 30 BridgedEnet 900 3600 0 0 900 PPP 1 300 0 0 1 PPPoE 1 300 0 0 1
Assigned profile (IP) : ipoa Assigned profile (BridgedEnet): beth Assigned profile (PPP) : ppptest Assigned profile (PPPoE) : pppoetest Assigned profile (any) : none assigned
BridgedEnet subscriber info : Username: elaine@jpeterman.com Password: putty Authenticate: enabled
SNMP trap link-status: disabled
InPackets: 0 InBytes: 1904 OutPackets: 0 OutBytes: 0 InErrors: 0 OutErrors: 0 InPacketDiscards: 14 InPacketsUnknownProtocol: 0 OutDiscards: 0 1 interface(s) found
- Example 5—Displays the current state of a specific
ATM subinterface created on the PVC with the specified VPI and VCI
values
host1#show atm subinterface atm 0/0/0/101 Circuit Interface Interface ATM-Prot VCD VPI VCI Type Encap MTU Status Type ----------- -------- --- --- --- ------- ----- ---- ------ --------- ATM 0/0.101 RFC-1483 101 0 101 PVC AUTO 9180 up StaticAuto configure status : dynamic Auto configure interface(s) : PPPoE Detected 1483 encapsulation : SNAP Detected dynamic interface : PPPoE Interface types in lockout : none
Lockout state (seconds) : Min Max Current Elapsed Next ------------------------------- --- --- ------- ------- ---- PPPoE 1 300 0 0 1
Assigned profile (IP) : none assigned Assigned profile (BridgedEnet): none assigned Assigned profile (PPP) : none assigned Assigned profile (PPPoE) : pppoeprofile Assigned profile (any) : none assigned
SNMP trap link-status: disabled
InPackets: 5119 InBytes: 358672 OutPackets: 5107 OutBytes: 357510 InErrors: 0 OutErrors: 0 InPacketDiscards: 3 InPacketsUnknownProtocol: 0 OutDiscards: 0 1 interface(s) found
- See show atm subinterface.
show atm vc
- Use to display a summary of all configured ATM VCs and reserved VC ranges.
- You can specify one or more of the following keywords
individually or in combination:
- vpi—Displays VCs on a specific VPI
- category—Displays VCs that have a specific service category
- status—Displays VCs with a certain status
- To display only a summary of all reserved VC ranges on the router, specify the reserved keyword with no other keywords. This includes VPI/VCI ranges reserved for use by dynamic ATM 1483 subinterfaces.
- Field descriptions
- Interface—Interface identifier
- VPI—Virtual path identifier
- VCI—Virtual channel identifier
- VCD—Virtual circuit descriptor
- Type—Type of circuit: PVC
- Encap—Encapsulation method: AUTO, AAL5, MUX, SNAP, ILMI, F4-OAM
- Category—Service type configured on the VC: UBR, UBR-PCR, NRT-VBR, RT-VBR, or CBR
- Rx/Tx Peak—Peak rate, in Kbps
- Rx/Tx Avg—Average rate, in Kbps
- Rx/Tx Burst—Maximum number of cells that can be burst at the peak cell rate
- Status—State of the virtual circuit: Up or Down
- Start VPI—Starting virtual path identifier (inclusive) of the reserved VC range
- Start VCI—Starting virtual circuit identifier (inclusive) of the reserved VC range
- End VPI—Ending virtual path identifier (inclusive) of the reserved VC range
- End VCI—Ending virtual circuit identifier (inclusive) of the reserved VC range
- Example 1—Displays all VCs and reserved VC ranges
on the router
host1#show atm vc Cate Rx/Tx Rx/Tx Rx/Tx Sta Interface VPI VCI VCD Type Encap gory Peak Avg Burst tus ------------ --- ---- ---- ---- ----- ---- ----- ----- ----- --- ATM 3/0.2 0 101 4375 PVC AUTO CBR 1000 0 0 UP ATM 3/0.3 0 102 4376 PVC AUTO CBR 1000 0 0 DOWN ... ATM 3/0.8099 1 8099 8099 PVC SNAP UBR 0 0 0 UP ATM 3/0.8100 1 8100 8100 PVC SNAP UBR 0 0 0 DOWN 8000 circuit(s) foundReserved VCC ranges:
Start Start End End Interface VPI VCI VPI VCI --------- ----- ----- --- --- ATM 2/0 2 100 2 102 ATM 2/0 3 300 3 303 2 reservation(s) found
- Example 2—Displays all reserved VC ranges on the
router
host1#show atm vc reserved Reserved VCC ranges:
Start Start End End Interface VPI VCI VPI VCI --------- ----- ----- --- --- ATM 2/0 2 100 2 102 ATM 2/0 3 300 3 303 2 reservation(s) found
- See show atm vc.
show columns
- Use to display static and dynamic interface counts for each interface column.
- Counts for PPP and PPPoE interface columns are updated when the PPP layer comes up.
- Counts for bridged Ethernet and IP over ATM columns are updated when the ATM layer comes up.
- Field descriptions
- Type—Interface type
- Total—Total number of interfaces on this column
- Static—Number of static interfaces on this column
- Dynamic—Number of dynamic interfaces on this column
- Example
host#show columns Interface columns: ------------------ Type Total Static Dynamic -------------------- ---------- ---------- ---------- Bridged Ethernet 4 2 2 IP over ATM 4 2 2 PPP 22 12 10 PPPoE 10 5 5 - See show columns.
show pppoe interface
- Use to display summary information about the encapsulation type lockout parameters configured for PPPoE clients on a dynamic PPPoE subinterface column.
- The following field descriptions and example include only the portion of the show pppoe interface command display relevant to lockout configuration for PPPoE clients. For more information about using this command, see show pppoe interface.
- Field descriptions
- Lockout Configuration (seconds)—Encapsulation type
lockout settings for the PPPoE client associated with the dynamic
PPPoE subinterface column
- Min—Minimum lockout time, in seconds
- Max—Maximum lockout time, in seconds
- Total clients in active lockouts—Number of PPPoE clients currently undergoing dynamic encapsulation type lockout
- Total clients in lockout grace period—Number of PPPoE clients currently in a lockout grace period; for more information about the lockout grace period, see Guidelines for Configuring Encapsulation Type Lockout for PPPoE Sessions.
- Lockout Configuration (seconds)—Encapsulation type
lockout settings for the PPPoE client associated with the dynamic
PPPoE subinterface column
- Example
host1#show pppoe interface atm 3/0.101 . . . Lockout Configuration (seconds): Min 5, Max 60 Total clients in active lockouts: 0 Total clients in lockout grace period: 0
- See show pppoe interface.
show pppoe interface lockout-time
- Use to display detailed information about the current encapsulation type lockout condition for each PPPoE client associated with a dynamic PPPoE subinterface column on a static PPPoE major interface.
- Field descriptions
- PPPoE interface—Specifier for the PPPoE interface
- Lockout Configuration (seconds)—Encapsulation type
lockout settings for the PPPoE client associated with the dynamic
PPPoE subinterface column
- Min—Minimum lockout time, in seconds
- Max—Maximum lockout time, in seconds
- Total clients in active lockouts—Number of PPPoE clients currently undergoing dynamic encapsulation type lockout
- Total clients in lockout grace period—Number of PPPoE clients currently in a lockout grace period; for more information about the lockout grace period, see Guidelines for Configuring Encapsulation Type Lockout for PPPoE Sessions
- Client Address—Source MAC address of the PPPoE client

Note: Because PPPoE sessions that contain the IWF-Session DSL Forum VSA (26-154) use the same source MAC address of the DSLAM for all subscriber connections, multiple entries are displayed in the Client Address field for the same MAC address if multiple IWF sessions contain the same MAC address.
- Current—Current lockout time, in seconds; displays 0 (zero) if the PPPoE client is not undergoing lockout
- Elapsed—Time elapsed into the lockout time, in seconds; displays 0 (zero) if the PPPoE client is not undergoing lockout
- Next—Lockout time that the router uses for the next lockout event, in seconds
- Example
host1#show pppoe interface atm 12/1/1.1.1 lockout-time PPPoE interface atm 12/1/1.1 Lockout Configuration (seconds): Min 90, Max 120 Total clients in active lockout: 1 Total clients in lockout grace period: 0 Client Address Current Elapsed Next -------------- ------- ------- ---- 0090.1a42.527c 120 30 120 0090.1a42.527c 0 0 90
- See show pppoe interface lockout-time.
show pppoe subinterface
- Use to display the source MAC address of a PPPoE client when a subscriber is connected to the router through an available PPPoE session. You can then specify this MAC address in pppoe clear lockout interface to clear the lockout condition for the PPPoE client.
- To display configuration, status, and statistics information, including the source MAC address of the PPPoE client, use the full keyword.
- The following field descriptions and example include only the portion of the show pppoe subinterface command display relevant to the source MAC address for PPPoE clients. For more information about using this command, see show pppoe subinterface.
- Field descriptions
- PPPoE subinterface—Specifier for the PPPoE subinterface
- source MAC address—MAC address of the PPPoE client associated with the dynamic PPPoE subinterface column
- Example
host1#show pppoe subinterface full ... PPPoE subinterface ATM 3/0.101 has source MAC address 0090.1a10.165e ...
- See show pppoe subinterface.
show profile
- Use to display information about profiles.
- To display information about a specific profile, use the name keyword.
- To display a list of profiles configured on the router, use the brief keyword.
- Field descriptions
- Profile—Name of the profile that is displayed
- IP address—IP address and subnet mask of the interface, or none if the interface is unnumbered
- Unnumbered interface—Specifier for the unnumbered interface, or none if the interface is numbered
- Router—Name of the virtual router (VR) assigned to the profile; interfaces created by the profile are attached to this VR
- Directed Broadcast—Enabled or disabled
- ICMP Redirects—Enabled or disabled
- Access Route Addition—Enabled or disabled
- Network Address Translation—Enabled or disabled; domain location (inside or outside)
- Source-Address Validation—Enabled or disabled
- Ignore DF Bit—Enabled or disabled
- Filter Option Packets—Router filters out packets with IP options; enabled or disabled
- Administrative MTU—MTU size configured on the profile
- TCP MSS value—Maximum segment size for TCP SYN packets traveling through the interface
- Inactivity Timer—Inactivity timer setting; enabled or disabled
- Route Map Name—Route map applied to the IP interface subscriber; enabled or disabled
- Auto Detect—Router automatically detects packets that do not match any entries in the demultiplexer table; enabled or disabled
- Auto Configure—Dynamic creation of subscriber interfaces on a primary IP interface; enabled or disabled
- IGMP—Enabled or disabled
- static-groups—Displays address of any static groups configured for IGMP
- Input policy—Name of input policy and whether statistics are enabled or disabled
- Output policy—Name of output policy and whether statistics are enabled or disabled
- PPP Keepalive—PPP keepalive period, in seconds
- PPP Magic Number—Enabled or disabled
- PPP Peer DNS Priority—Enabled or disabled
- PPP Peer WINS Priority—Enabled or disabled
- PPP Authentication—Type of authentication configured: PAP, CHAP, or none
- PPP Authentication Router—Name of authentication virtual router
- PPP Negotiate MRU—MRU configured for the profile
- PPP Packet Log—Enabled or disabled
- PPP State Log—Enabled or disabled
- PPP Chap Challenge Length—Minimum and maximum Chap Challenge length
- PPP Passive Mode—Enabled or disabled
- PPP Multilink—Enabled or disabled
- PPP IPCP netmask option—Enabled or disabled
- PPP AAA Profile—AAA profile associated with this PPP interface
- PPP Multilink Fragmentation—Enabled or disabled
- PPP Multilink Fragment Size—Multilink fragment size for this PPP interface
- PPP Multilink Reassembly—Enabled or disabled
- PPP Multilink Mrru—Multilink MRRU value for this PPP interface
- PPP Initiate IP—Initiation of IPv4 over this PPP interface; enabled or disabled
- PPP Initiate IPv6—Initiation of IPv6 over this PPP interface; enabled or disabled
- PPPoE Max Sessions—Maximum number of PPPoE subinterfaces that can be on an interface
- PPPoE Always-offer—Router offers to set up a session for the client, even if the router has insufficient resources to establish a session; enabled or disabled
- PPPoE Remote-Circuit-Id—Router captures and processes a vendor-specific tag containing a remote circuit ID transmitted from a digital subscriber line access multiplexer (DSLAM); enabled or disabled
- PPPoE Log PPPoeControlPacket—Enabled or disabled
- PPPoE duplicate-protect—Enabled or disabled
- PPPoE ACNAME—Access concentrator name
- PPPoE URL—URL sent in PADM message to PPPoE clients
- PPPoE MOTM—Message of the minute sent in the PADM message to PPPoE clients
- PPPoE Service-Name Table—Name of the PPPoE service
name table, if configured for the specified profile
- ATM1483 Auto-configure—Whether autodetection of the specified upper-interface encapsulation type (bridged Ethernet, IP, PPP, or PPPoE) is enabled or disabled for a dynamic ATM 1483 subinterface
- ATM1483 lockout (seconds)—Encapsulation type lockout
setting for the specified upper-interface encapsulation type (bridged
Ethernet, IP, PPP, or PPPoE) configured on a dynamic ATM 1483 subinterface
- range—Minimum lockout time–maximum lockout time, in seconds
- no lockout—Encapsulation type lockout is disabled
- ATM1483 PVC circuit type—Encapsulation setting for
the PVC configured on a dynamic ATM 1483 subinterface
- aal5autoconfig—Enables autodetection of the 1483 encapsulation (LLC/SNAP or VC multiplexed)
- aal5mux ip—VC-based multiplexed circuit for IP only
- aal5snap—LLC encapsulated circuit; the LLC/SNAP header precedes the protocol datagram
- ATM1483 PVC service category—Service type setting for the PVC configured on a dynamic ATM 1483 subinterface: UBR (the default), UBR PCR, NRT-VBR, RT-VBR, or CBR
- ATM1483 PVC Peak rate—Peak cell rate (PCR), in Kbps, for the PVC configured on a dynamic ATM 1483 subinterfaces
- ATM1483 PVC Avg rate—Average rate, in Kbps, for the PVC configured on a dynamic ATM 1483 subinterface; also referred to as sustained cell rate (SCR)
- ATM1483 PVC Burst size—Length in cells of the burst for the PVC configured on a dynamic ATM 1483 subinterface; also referred to as maximum burst size (MBS)
- ATM1483 Description—Text description assigned to ATM 1483 subinterfaces that are created with this profile
- ATM1483 Advisory Rx Speed—Configured receive speed, in Kbps, for the dynamic ATM 1483 subinterface. The E Series LAC sends this value to the LNS in the RX Connect-Speed AVP [38].
- ATM1483 PVC OAM Administrative status—Status of OAM F5 loopback cell generation (for VC integrity) on a circuit created with this profile: enabled or disabled
- ATM1483 PVC OAM Loopback frequency—Number of seconds between transmissions of OAM F5 end-to-end loopback cells on a circuit created with this profile
- ATM1483 Ip Subscriber information—Subscriber login information for the specified dynamic interface type
- ATM1483 Profile—Name of the profile assigned to the specified upper-interface encapsulation type (bridged Ethernet, IP, PPP, or PPPoE); these profiles are referenced in the base profile for a dynamic ATM 1483 subinterface as nested profile assignments
- ATM Virtual Circuit Class—Name of the ATM VC class assigned to the bulk-configured VC ranges associated with this base profile, if configured
- VLAN Auto-configure—Whether autodetection of the specified upper-interface encapsulation type (IP or PPPoE) is enabled or disabled for a dynamic VLAN subinterface
- VLAN Agent Circuit Identifier— Whether autodetection of the VLAN subinterface uses the agent-circuit-identifier information in the option 82 field of DHCP messages or in the DSL Forum VSA 26-1 of PPPoE PADR and PADI packets: enabled or disabled
- VLAN Advisory Rx Speed—Configured advisory receive speed, in Kbps, for the dynamic VLAN subinterface; the E Series LAC sends this value to the LNS in the RX Connect-Speed AVP [38]
- VLAN Advisory Tx Speed—Configured advisory speed, in Kbps, for the dynamic VLAN subinterface.
- VLAN Description—Text description assigned to VLAN subinterfaces that are created with this profile
- VLAN Profile—Name of the profile assigned to the specified upper-interface encapsulation type (IP or PPPoE); these profiles are referenced in the base profile for a dynamic VLAN subinterface as nested profile assignments
- VLAN Service Profile—Service profile name for a VLAN
- VLAN Svlan Ethertype—Ethertype that the packet must use this to create the dynamic VLAN subinterface
- Bridged Ethernet Mtu—MTU size configured for a dynamic bridged Ethernet interface
- Bridged Ethernet Service Profile—Name of the IP service profile associated with the interface profile for this dynamic bridged Ethernet interface
- Example 1—Displays configuration information for
a profile assigned to a dynamic interface
host1#show profile name pppoeProfile Profile : pppoeProfile Unnumbered interface on : loopback 1 Router : default Directed Broadcast : Disabled ICMP Redirects : Disabled Access Route Addition : Enabled Network Address Translation: Disabled Source-Address Validation : Disabled Ignore DF Bit : Disabled Filter Option Packets : Disabled Administrative MTU : 1500 TCP MSS value : 0 Inactivity Timer : Disabled Route Map Name : Disabled Auto Detect : Disabled Auto Configure : Disabled Append VR Name with DSI : Enabled
IGMP : Enabled static-groups : Input policy: bobb statistics enabled Output policy: bobb statistics enabled
PPP Keepalive : 30 PPP Magic Number : enabled PPP Peer DNS Priority : disabled PPP Peer WINS Priority : disabled PPP Authentication : pap/chap PPP Authentication Router : PPP Negotiate MRU : (use lower layer MRU) PPP Packet Log : disabled PPP State Log : disabled PPP Chap Challenge Length : 16 - 32 PPP Passive Mode : disabled PPP Multilink : disabled PPP IPCP Netmask Option : disabled PPP AAA Profile : PPP Multilink Fragmentation : disabled PPP Multilink Fragment Size : (use MTU) PPP Multilink Reassembly : disabled PPP Multilink Mrru : (use MRU) PPP Initiate IP : disabled PPP Initiate IPv6 : disabled PPPoE Max Sessions : 2 PPPoE Always-offer : Disabled PPPoE Remote-Circuit-Id : Enabled PPPoE Log PPPoeControlPacket: Disabled PPPoE duplicate-protect : Enabled PPPoE ACNAME : CYM9876 PPPoE URL : http://www.urlofinterest.com PPPoE MOTM : goodmorning PPPoE Service-Name table : myServiceTable1
- Example 2—Displays configuration information for
a base profile assigned to a dynamic ATM 1483 subinterface
host1#show profile name atm1483BaseProfile ATM1483 Auto-configure ip : disabled ATM1483 Auto-configure bridgedEthernet : disabled ATM1483 Auto-configure ppp : enabled ATM1483 lockout (seconds) ppp : range : 1-300 ATM1483 Auto-configure pppoe : enabled ATM1483 lockout (seconds) pppoe : range : 1-300 ATM1483 PVC circuit type : aal5autoconfig ATM1483 PVC service category : Nrt-Vbr ATM1483 PVC Peak rate : 10000, Avg rate : 2000, Burst size : 500 ATM1483 Description : VC_atm1483 ATM1483 Advisory Rx Speed : 2000000000
ATM1483 PVC OAM Administrative status: enabled ATM1483 PVC OAM Loopback frequency: 30
ATM1483 Ip Subscriber information: user : elaine domain : jpeterman.com password : putty ATM1483 IP Profile : none assigned ATM1483 Bridged Ethernet Profile : none assigned ATM1483 PPP Profile : none assigned ATM1483 PPPoE Profile : pppoeProfile ATM Virtual Circuit Class : premium-subscriber-class
- Example 3—Displays configuration information for
a base profile assigned to a dynamic VLAN subinterface
host1#show profile name vlanProfile VLAN Auto-configure ip : enabled VLAN Auto-configure pppoe : enabled VLAN Svlan Ethertype : auto-configure VLAN Agent Circuit Identifier : disabled VLAN Advisory Rx Speed : 100 Kbps VLAN Advisory Tx Speed : 2500 Kbps VLAN Description : testing VLAN IP Profile : ipProfile VLAN PPPoE Profile : pppoeProfile VLAN Service Profile : none assigned Bridged Ethernet Mtu : 1971 Bridged Ethernet Service Profile : eastServiceProfile
- See show profile.
show vlan bulk-config
- Use to display information, including base profile assignments and overriding profile assignments, for the bulk-configured VLAN ranges on a VLAN major interface.
- To display information for all VLAN ranges on the router, use the command with no keywords.
- To display information for the VLAN range associated with a particular bulk configuration name, use the command with the name keyword.
- To display information for a particular VLAN range on a specified VLAN interface, use the command with the interface specifier and the name keyword.
- Field descriptions
- Interface—Identifier of the physical interface on which the bulk-configured VLAN range resides. For more information about specifying the VLAN subinterface, see Interface Types and Specifiers in JunosE Command Reference Guide.
- Bulk Config Name—Name of the bulk-configured VLAN range on this interface
- Start Svlan Id—Starting S-VLAN ID (inclusive) of the S-VLAN group in the subrange
- End Svlan Id—Ending S-VLAN ID (inclusive) of the S-VLAN group in the subrange
- Start Vlan Id—Starting VLAN ID (inclusive) of the VLAN group in the subrange
- End Vlan Id—Ending VLAN ID (inclusive) of the VLAN group in the subrange
- Assigned Profile—Base profile name for the dynamic VLAN subinterface assigned to this VLAN subrange with profile vlan bulk-config . When no profile is assigned to the VLAN subrange, the field displays none assigned.
- Admin State—Administrative state of the VLAN subrange: up or down
- Example 1—Displays information about base profile
assignments and overriding profile assignments for all bulk-configured
VLAN ranges on the router
host1#show vlan bulk-config Bulk Start End Start End Config Svlan Svlan Vlan Vlan Assigned Interface Name Id Id Id Id Profile Status ---------------- -------- ----- ----- ----- ---- ------------- ------ FastEthernet 4/6 vlanOnly 1 1 0 0 vlanProfile Up FastEthernet 4/6 vlanOnly 2 2 any any vlanProfile Up FastEthernet 0/5 vlanOnly ----- ----- ----- ---- none assigned ------ FastEthernet 4/0 vlanOnly 2 2 any any none assigned Up % 4 vlan bulk-config(s) foundProfile override(s):
Bulk Config Svlan Vlan Assigned Interface Name Id Id Profile Status ---------------- -------- ----- ---- --------- ------ FastEthernet 4/6 vlanOnly 2 3 ipProfile Active FastEthernet 4/6 vlanOnly 2 4 ipProfile Active % 2 profile override(s) found - Example 2—Displays information about base profile
assignments and overriding profile assignments for all VLAN ranges
configured on a specified Fast Ethernet interface
host1#show vlan bulk-config interface fastEthernet 4/6 Bulk Start End Start End Config Svlan Svlan Vlan Vlan Assigned Interface Name Id Id Id Id Profile Status ---------------- -------- ----- ----- ----- ---- ------------- ------ FastEthernet 4/6 vlanOnly 1 1 0 0 vlanProfile Up FastEthernet 4/6 vlanOnly 2 2 any any vlanProfile Up% 2 vlan bulk-config(s) found
Profile override(s):
Bulk Config Svlan Vlan Assigned Interface Name Id Id Profile Status ---------------- -------- ----- ---- --------- ------ FastEthernet 4/6 vlanOnly 2 3 ipProfile Active FastEthernet 4/6 vlanOnly 2 4 ipProfile Active % 2 profile override(s) found - See show vlan bulk-config.
show vlan profile
- Use to display information about the dynamic VLAN subinterfaces that have been created with an overriding profile assignment.
- Use the bulk-config keyword to display information about bulk-configured ranges.
- Field descriptions
- Interface—Type and specifier of the VLAN subinterface
- Svlan Id—S-VLAN ID value, if configured
- Vlan Id—VLAN ID for the interface
- Assigned Profile—Overriding profile to be assigned to the VLAN
- Status—Operational status of the overriding profile assignment: Active or Inactive. Active indicates that the router uses the overriding profile to create dynamic interface columns because no static VLAN subinterfaces exist on this interface. Inactive indicates that the router does not use the overriding profile to create dynamic interface columns because a static VLAN subinterface exists on this interface.
- Example
host1#show vlan profile override
Profile override(s):
Bulk Config Svlan Vlan Assigned Interface Name Id Id Profile Status ---------------- ------ ----- ---- --------- ------ FastEthernet 4/6 vlanB2 ---- 2 ipProfile Active% 1 profile override(s) found
- See show vlan profile.
show vlan subinterface
- Use to display configuration and status information for a specified VLAN subinterface or for all VLAN subinterfaces configured on the router.
- Use the summary keyword to display only the counts of all VLAN subinterfaces and VLAN major interfaces configured on the router.
- Use the vlan or svlan keywords to display information about specific VLAN IDs or S-VLAN IDs.
- Use the agent-circuit-identifier keyword to display information about VLAN subinterfaces that are created based on the agent-circuit-id information in the option 82 field of DHCP messages or in the DSL Forum VSA 26-1 of PPPoE PADR and PADI packets. Using this keyword causes the router to display the agent-circuit-identifier string in the command output.
- Field descriptions
- Interface—Type and specifier of the VLAN subinterface
- Status—Status of the VLAN subinterface: up, down, dormant, lowerLayerDown, absent
- MTU—Maximum allowable size (in bytes) of the MTU for the VLAN subinterface
- Svlan Id—S-VLAN ID value, if configured
- Vlan Id—VLAN ID value for the VLAN subinterface
- Ethertype—S-VLAN Ethertype value, if configured
- Type—Type of VLAN subinterface
- Static—VLAN or S-VLAN subinterface was configured statically
- Dynamic—VLAN or S-VLAN subinterface was configured dynamically
- Auto configure interface(s)—Types of dynamic upper interfaces configured with the auto-configure command: IP or PPPoE
- Detected dynamic interface—Type of dynamic upper interface detected during autoconfiguration: IP, PPPoE, or (if no packet has been received) none
- Interface types in lockout—Encapsulation types currently experiencing lockout: IP, PPPoE, or none
- Lockout state (seconds)—Settings of encapsulation
type lockout for the upper-layer encapsulation type indicated
- Min—Minimum lockout time, in seconds
- Max—Maximum lockout time, in seconds
- Current—Current lockout time, in seconds; displays 0 (zero) if lockout is not occurring
- Elapsed—Time elapsed into the lockout time, in seconds; displays 0 (zero) if lockout is not occurring
- Next—Lockout time for the router to use for the next lockout event, in seconds
- In—Analysis of inbound traffic on this interface
- Bytes—Number of bytes received on the VLAN or S-VLAN subinterface
- Packets—Sum of all unicast, broadcast, and multicast packets received on the VLAN or S-VLAN subinterface
- Multicast—Number of multicast packets received on the VLAN or S-VLAN subinterface
- Broadcast—Number of broadcast packets received on the VLAN or S-VLAN subinterface
- Errors—Total number of errors in all received packets; some packets might contain more than one error
- Discards—Total number of discarded incoming packets
- Out—Analysis of outbound traffic on this interface
- Bytes—Number of bytes sent on the VLAN or S-VLAN subinterface
- Packets—Number of packets sent on the VLAN or S-VLAN subinterface
- Multicast—Number of multicast packets received on the VLAN or S-VLAN subinterface
- Broadcast—Number of broadcast packets received on the VLAN or S-VLAN subinterface
- Errors—Total number of errors in all transmitted packets; some packets might contain more than one error
- Discards—Total number of discarded outgoing packets
- ARP Statistics—Analysis of ARP traffic on this interface;
In fields are for traffic received on the interface and Out fields
are for traffic sent on the interface
- ARP requests—Number of ARP requests
- ARP responses—Number of ARP responses
- Errors—Total number of errors in all ARP packets
- Discards—Total number of discarded ARP packets
- Total VLAN interfaces—Total numbers of VLAN subinterfaces and VLAN major interfaces configured on the router; only this field appears when you specify the summary keyword
- Agent-Circuit-Identifier— Agent-circuit-identifier string
- Example 1—Displays full status and configuration
information for all VLAN subinterfaces configured on the router
host1#show vlan subinterface Interface Status MTU Svlan Id Vlan Id Ethertype Type ----------------- -------- ---- -------- ------ --------- --------- ATM 3/0.1.2 Up 1522 ---- 11 ---- Static ATM 3/0.1.3 Up 1522 ---- 12 ---- Static ATM 3/1.1.1 Up 1522 ---- 13 ---- Static ATM 3/1.1.2 Up 1522 ---- 14 ---- Static ATM 3/2.1.1 Down 1526 4 255 0x9100 Static FastEthernet 4/5.1 Up 1522 ---- 1 ---- Dynamic 6 vlan subinterfaces found
- Example 2—Displays full status and configuration
information for the specified VLAN subinterface
host1#show vlan subinterface fastEthernet 4/5.1 Interface Status MTU Svlan Id Vlan Id Ethertype Type ----------------- ------- ---- -------- -------- --------- ------- FastEthernet 4/5.1 Up 1522 ---- 1 ---- Dynamic 1 vlan subinterface found
- Example 3—Displays full status and configuration
information for the specified S-VLAN ID
host1#show vlan subinterface svlan id 100 53 Interface Status MTU Svlan Id Vlan Id Ethertype Type ------------------ ------ ---- ------- ------- --------- ------- FastEthernet 0/0.1 Up 1526 100 53 0x9100 Static FastEthernet 4/6.1 Up 1526 100 53 0x9100 Dynamic 2 vlan subinterfaces found
- Example 4—Displays full status and configuration
information for the specified dynamic VLAN subinterface
host1#show vlan subinterface fastEthernet 4/6.1000053 Interface Status MTU Svlan Id Vlan Id Ethertype Type ---------------------- ------ ---- -------- -------- --------- ------- FastEthernet 4/6.1000053 Up 1526 100 53 0x9100 Dynamic Auto configure interface(s) : IP PPPoE Detected dynamic interface : PPPoE Interface types in lockout : none Lockout state (seconds) : Min Max Current Elapsed Next ------------------------------- --- --- ------- ------- ---- IP 1 300 0 0 1 PPPoE 1 300 0 0 1 In: Bytes 1040, Packets 15 Multicast 0, Broadcast 1 Errors 0, Discards 0 Out: Bytes 984, Packets 15 Multicast 0, Broadcast 1 Errors 0, Discards 0 ARP Statistics: In: ARP requests 0, ARP responses 0 Errors 0, Discards 0 Out: ARP requests 0, ARP responses 0 Errors 0, Discards 0 - Example 5—Displays status information for dynamic
VLAN subinterfaces that are created based on agent-circuit-identifier
information
host1#show vlan subinterface Interface Status MTU Svlan Id Vlan Id Ethertype Type ---------------------- -------- ---- -------- -------- --------- --------- FastEthernet 4/0.1 Up 1522 2 ---- ---- Dynamic * FastEthernet 4/0.2 Up 1522 2 ---- ---- Dynamic * 2 vlan subinterfaces found * Created via agent circuit identifier host1#show vlan subinterface agent-circuit-identifier Interface Svlan Id Agent-Circuit-Identifier ------------------------- -------- -------------------------- FastEthernet 4/0.1 2 ---- FastEthernet 4/0.2 2 0200D0CB2729E5 - See show vlan subinterface.
Hide Navigation Pane
Show Navigation Pane
SHA1