Monitoring Dynamic Interfaces and Profiles
You can use the show commands described in this section to monitor configurations created with dynamic interfaces and profiles.
show atm aal5 interface
- AAL5 Interface operational statusOperational status of the AAL5 interface: up, down, lowerLayerDown
- time since last status changeTime since last reported change to the AAL5 interface operational status in hh:mm:ss format
- SNMP trap link-statusWhether SNMP link status traps are enabled or disabled on the ATM AAL5 interface
- Auto configure ATM 1483 statusWhether the autoconfiguration feature for a dynamic ATM 1483 subinterface configured over the ATM AAL5 interface is enabled or disabled
- InPacketsNumber of packets received on this interface
- InBytesNumber of bytes received on this interface
- OutPacketsNumber of packets transmitted on this interface
- OutBytesNumber of bytes transmitted on this interface
- InErrorsNumber of incoming errors received on this interface
- OutErrorsNumber of outgoing errors on this interface
- InPacketDiscardsNumber of incoming packets discarded on this interface
- OutDiscardsNumber of outgoing packets discarded on this interface
host1#show atm aal5 interface atm 3/0AAL5 Interface ATM 3/0 operational status: lowerLayerDowntime since last status change: 00:08:46SNMP trap link-status: disabledAuto configure ATM 1483 status: disabledInPackets: 0InBytes: 0OutPackets: 0OutBytes: 0InErrors: 0OutErrors: 0InPacketDiscards: 0OutDiscards: 0show 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
- InterfaceIdentifier 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, About This Guide.
- Bulk Config NameName of the bulk-configured VC range on this interface
- Start VPIStarting virtual path identifier (inclusive) of the VC subrange
- End VPIEnding virtual path identifier (inclusive) of the VC subrange
- Start VCIStarting virtual circuit identifier (inclusive) of the VC subrange
- End VCIEnding virtual circuit identifier (inclusive) of the VC subrange
- Assigned ProfileBase profile name for the dynamic ATM 1483 subinterface assigned to this VC subrange with the profile atm1483 bulk-config-name command. When no profile is assigned to the VC subrange, the field displays none assigned.
- Admin StateAdministrative 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:
- InterfaceIdentifier of the ATM AAL5 physical interface
- Bulk Config NameName of the bulk-configured VC range on this interface that includes the VC subrange encompassing the specified ATM PVC
- VPIVirtual path identifier of the PVC within the bulk-configured VC subrange
- VCIVirtual circuit identifier of the PVC within the bulk-configured VC subrange
- Assigned ProfileName of the overriding profile assigned to the specified PVC with the profile atm1483 bulk-config-name pvc command
- StatusOperational 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 1Displays 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-configBulkConfig Start End Start End AdminInterface Name VPI VPI VCI VCI Assigned Profile State------------ ------ ----- --- ----- --- ------------------ -----ATM AAL5 3/0 test 1 1 101 200 atm1483BaseProfile upATM AAL5 3/2 test2 -- -- --- --- none assigned ---2 bulk configuration(s) foundProfile override(s):BulkConfigInterface Name VPI VCI Assigned Profile Status------------ ------ --- --- ---------------- ------ATM AAL5 3/0 test 1 151 overrideProfile1 ActiveATM AAL5 3/0 test 1 161 overrideProfile1 Active2 profile override(s) foundExample 2Displays 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/0BulkConfig Start End Start End AdminInterface Name VPI VPI VCI VCI Assigned Profile State------------ ------ ----- --- ----- --- ------------------ -----ATM AAL5 3/0 test 1 1 101 200 atm1483BaseProfile up1 bulk configuration(s) foundProfile override(s):BulkConfigInterface Name VPI VCI Assigned Profile Status------------ ------ --- --- ---------------- ------ATM AAL5 3/0 test 1 151 overrideProfile1 ActiveATM AAL5 3/0 test 1 161 overrideProfile1 Active2 profile override(s) foundExample 3Displays information about base profile assignments and overriding profile assignments for a particular bulk-configured VC range host1#show atm bulk-config name testBulkConfig Start End Start End AdminInterface Name VPI VPI VCI VCI Assigned Profile State------------ ------ ----- --- ----- --- ------------------ -----ATM AAL5 3/0 test 1 1 101 200 atm1483BaseProfile up1 bulk configuration(s) foundProfile override(s):BulkConfigInterface Name VPI VCI Assigned Profile Status------------ ------ --- --- ---------------- ------ATM AAL5 3/0 test 1 151 overrideProfile1 ActiveATM AAL5 3/0 test 1 161 overrideProfile1 Active2 profile override(s) foundExample 4Displays information only about overriding profile assignments for all bulk-configured VC ranges on the router host1#show atm bulk-config overrideProfile override(s):BulkConfigInterface Name VPI VCI Assigned Profile Status------------ ------ --- --- ---------------- ------ATM AAL5 3/0 test 1 151 overrideProfile1 ActiveATM AAL5 3/0 test 1 161 overrideProfile1 Active2 profile override(s) foundExample 5Displays 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 overrideProfile override(s):BulkConfigInterface Name VPI VCI Assigned Profile Status------------ ------ --- --- ---------------- ------ATM AAL5 3/0 test 1 151 overrideProfile1 ActiveATM AAL5 3/0 test 1 161 overrideProfile1 Active2 profile override(s) foundshow 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 ERX-7xx models, ERX-14xx models, and ERX-310 routers, use the slot/port.subinterface format.
- slotNumber of the chassis slot
- portPort number on the I/O module
- subinterfaceNumber of the subinterface in the range 12147483647
- To specify an ATM subinterface for E120 and E320 routers, use the slot/adapter/port.subinterface format.
- slotNumber of the chassis slot
- adapterIdentifier 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).
- 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.)
- 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 ERX-7xx models, ERX-14xx models, and ERX-310 routers) or the slot/adapter/port/vpi/vci format (for E120 and E320 routers) to identify the ATM subinterface (Example 5).
- For more information, see Creating a Basic Configuration in Chapter 1, Configuring ATM.
- Field descriptions
- RFC-1483Multiprotocol encapsulation over AAL5
- NBMANonbroadcast multiaccess interface
- ATM/MPLSLocal ATM passthrough interface
- VCDVirtual circuit descriptor
- VPIVirtual path identifier
- VCIVirtual circuit (or channel) identifier
- Circuit TypeType of circuit: PVC
- EncapAdministered encapsulation method based on what was configured with the atm pvc command
- MTUMaximum transmission unit size for the interface
- StatusOne of the following ATM 1483 subinterface states:
- absentRepresents 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.
- dormantIndicates 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.
- dormantLockoutIndicates 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.
- downIndicates that the ATM 1483 subinterface is administratively disabled or has a circuit that is down or not configured.
- lowerLayerDownIndicates that a lower-layer interface below the ATM 1483 subinterface is down.
- upIndicates 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 TypeType of ATM 1483 subinterface: dynamic or static
- Auto configure statusSetting of the autoconfiguration feature
- dynamicAutodetection is on; the router automatically detects the next upper interface
- staticAutodetection 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 encapsulationIf 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 interfaceType of dynamic upper interface detected during autoconfiguration: bridged Ethernet, IP, PPP, PPPoE, or (if no packet has been received) none
- Interface types in lockoutEncapsulation 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
- MinMinimum lockout time, in seconds
- MaxMaximum lockout time, in seconds
- CurrentCurrent lockout time, in seconds; displays 0 (zero) if lockout is not occurring
- ElapsedTime elapsed into the lockout time, in seconds; displays 0 (zero) if lockout is not occurring
- NextLockout time for the router to use for the next lockout event, in seconds
- Assigned profileFor each dynamic interface type, indicates whether or not a profile is assigned and, if assigned, displays the profile name
- Subscriber infoSubscriber login information for the specified dynamic interface type (bridged Ethernet or IP)
- SNMP trap link-statusTrap link status: enabled or disabled
- InPacketsNumber of packets received on this interface
- InBytesNumber of bytes received on this interface
- OutPacketsNumber of packets transmitted on this interface
- OutBytesNumber of bytes transmitted on this interface
- InErrorsNumber of errors received on this interface
- OutErrorsNumber of outgoing errors on this interface
- InPacketDiscardsNumber of incoming packets discarded on this interface
- InPacketsUnknownProtocolNumber of incoming packets with an unknown protocol type
- OutDiscardsNumber of outgoing packets discarded on this interface
host1#show atm subinterfaceCircuit InterfaceInterface ATM-Prot VCD VPI VCI Type Encap MTU Status Type----------- -------- --- --- --- ------- ----- ---- -------------- ---------ATM 2/0.101 RFC-1483 101 0 101 PVC AUTO 9180 dormantLockout StaticATM 2/0.102 RFC-1483 102 0 102 PVC AUTO 9180 up DynamicATM 2/0.103 RFC-1483 103 0 103 PVC AUTO 9180 dormant Static3 interface(s) foundExample 2Displays summary information for all ATM subinterfaces shown in Example 1 host1#show atm subinterface summary3 subinterfaces: 1 up, 0 down,1 dormant, 1 dormantLockout,0 lowerLayerDown, 0 not presentExample 3Displays status information for all ATM subinterfaces in the dormantLockout state host1#show atm subinterface status dormantLockoutCircuit InterfaceInterface ATM-Prot VCD VPI VCI Type Encap MTU Status Type----------- -------- --- --- --- ------- ----- ---- -------------- ---------ATM 2/0.101 RFC-1483 101 0 101 PVC AUTO 9180 dormantLockout Static1 interface(s) foundExample 4Displays the current state of a specific ATM subinterface host1#show atm subinterface atm 2/0.101Circuit InterfaceInterface 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 : dynamicAuto configure interface(s) : IP bridgedEthernet PPP PPPoEDetected 1483 encapsulation : AUTODetected dynamic interface : noneInterface types in lockout : IPLockout state (seconds) : Min Max Current Elapsed Next------------------------------- --- ---- ------- ------- ----IP 1 30 16 7 30BridgedEnet 900 3600 0 0 900PPP 1 300 0 0 1PPPoE 1 300 0 0 1Assigned profile (IP) : ipoaAssigned profile (BridgedEnet): bethAssigned profile (PPP) : ppptestAssigned profile (PPPoE) : pppoetestAssigned profile (any) : none assignedBridgedEnet subscriber info :Username: elaine@jpeterman.comPassword: puttyAuthenticate: enabledSNMP trap link-status: disabledInPackets: 0InBytes: 1904OutPackets: 0OutBytes: 0InErrors: 0OutErrors: 0InPacketDiscards: 14InPacketsUnknownProtocol: 0OutDiscards: 01 interface(s) foundExample 5Displays 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/101Circuit InterfaceInterface 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 : dynamicAuto configure interface(s) : PPPoEDetected 1483 encapsulation : SNAPDetected dynamic interface : PPPoEInterface types in lockout : noneLockout state (seconds) : Min Max Current Elapsed Next------------------------------- --- --- ------- ------- ----PPPoE 1 300 0 0 1Assigned profile (IP) : none assignedAssigned profile (BridgedEnet): none assignedAssigned profile (PPP) : none assignedAssigned profile (PPPoE) : pppoeprofileAssigned profile (any) : none assignedSNMP trap link-status: disabledInPackets: 5119InBytes: 358672OutPackets: 5107OutBytes: 357510InErrors: 0OutErrors: 0InPacketDiscards: 3InPacketsUnknownProtocol: 0OutDiscards: 01 interface(s) foundshow 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:
- vpiDisplays VCs on a specific VPI
- categoryDisplays VCs that have a specific service category
- statusDisplays 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
- InterfaceInterface identifier
- VPIVirtual path identifier
- VCIVirtual channel identifier
- VCDVirtual circuit descriptor
- TypeType of circuit: PVC
- EncapEncapsulation method: AUTO, AAL5, MUX, SNAP, ILMI, F4-OAM
- CategoryService type configured on the VC: UBR, UBR-PCR, NRT-VBR, RT-VBR, or CBR
- Rx/Tx PeakPeak rate, in Kbps
- Rx/Tx AvgAverage rate, in Kbps
- Rx/Tx BurstMaximum number of cells that can be burst at the peak cell rate
- StatusState of the virtual circuit: Up or Down
- Start VPIStarting virtual path identifier (inclusive) of the reserved VC range
- Start VCIStarting virtual circuit identifier (inclusive) of the reserved VC range
- End VPIEnding virtual path identifier (inclusive) of the reserved VC range
- End VCIEnding virtual circuit identifier (inclusive) of the reserved VC range
host1#show atm vcCate Rx/Tx Rx/Tx Rx/Tx StaInterface VPI VCI VCD Type Encap gory Peak Avg Burst tus------------ --- ---- ---- ---- ----- ---- ----- ----- ----- ---ATM 3/0.2 0 101 4375 PVC AUTO CBR 1000 0 0 UPATM 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 UPATM 3/0.8100 1 8100 8100 PVC SNAP UBR 0 0 0 DOWN8000 circuit(s) foundReserved VCC ranges:Start Start End EndInterface VPI VCI VPI VCI--------- ----- ----- --- ---ATM 2/0 2 100 2 102ATM 2/0 3 300 3 3032 reservation(s) foundExample 2Displays all reserved VC ranges on the router host1#show atm vc reservedReserved VCC ranges:Start Start End EndInterface VPI VCI VPI VCI--------- ----- ----- --- ---ATM 2/0 2 100 2 102ATM 2/0 3 300 3 3032 reservation(s) foundshow 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
- TypeInterface type
- TotalTotal number of interfaces on this column
- StaticNumber of static interfaces on this column
- DynamicNumber of dynamic interfaces on this column
host#show columnsInterface columns:------------------Type Total Static Dynamic-------------------- ---------- ---------- ----------Bridged Ethernet 4 2 2IP over ATM 4 2 2PPP 22 12 10PPPoE 10 5 5show 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 in Chapter 10, Configuring Point-to-Point Protocol over Ethernet.
- Field descriptions
- Lockout Configuration (seconds)Encapsulation type lockout settings for the PPPoE client associated with the dynamic PPPoE subinterface column
- MinMinimum lockout time, in seconds
- MaxMaximum lockout time, in seconds
- Total clients in active lockoutsNumber of PPPoE clients currently undergoing dynamic encapsulation type lockout
- Total clients in lockout grace periodNumber of PPPoE clients currently in a lockout grace period; for more information about the lockout grace period, see Guidelines for Configuring Encapsulation Type Lockout in Chapter 15, Configuring Dynamic Interfaces.
host1#show pppoe interface atm 3/0.101. . .Lockout Configuration (seconds): Min 5, Max 60Total clients in active lockouts: 0Total clients in lockout grace period: 0show 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 interfaceSpecifier for the PPPoE interface
- Lockout Configuration (seconds)Encapsulation type lockout settings for the PPPoE client associated with the dynamic PPPoE subinterface column
- MinMinimum lockout time, in seconds
- MaxMaximum lockout time, in seconds
- Total clients in active lockoutsNumber of PPPoE clients currently undergoing dynamic encapsulation type lockout
- Total clients in lockout grace periodNumber of PPPoE clients currently in a lockout grace period; for more information about the lockout grace period, see Guidelines for Configuring Encapsulation Type Lockout in Chapter 15, Configuring Dynamic Interfaces
- Client AddressSource MAC address of the PPPoE client
- CurrentCurrent lockout time, in seconds; displays 0 (zero) if the PPPoE client is not undergoing lockout
- ElapsedTime elapsed into the lockout time, in seconds; displays 0 (zero) if the PPPoE client is not undergoing lockout
- NextLockout time that the router uses for the next lockout event, in seconds
host1#show pppoe interface atm 3/0.101 lockout-timePPPoE interface ATM 3/0.101Lockout Configuration (seconds): Min 5, Max 60Total clients in active lockout: 0Total clients in lockout grace period: 0Client Address Current Elapsed Next-------------- ------- ------- ----0090.1a10.165e 0 0 5show 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 the pppoe clear lockout interface command 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 in Chapter 10, Configuring Point-to-Point Protocol over Ethernet.
- Field descriptions
- PPPoE subinterfaceSpecifier for the PPPoE subinterface
- source MAC addressMAC address of the PPPoE client associated with the dynamic PPPoE subinterface column
host1#show pppoe subinterface full...PPPoE subinterface ATM 3/0.101 has source MAC address 0090.1a10.165e...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
- ProfileName of the profile that is displayed
- IP addressIP address and subnet mask of the interface, or none if the interface is unnumbered
- Unnumbered interfaceSpecifier for the unnumbered interface, or none if the interface is numbered
- RouterName of the virtual router (VR) assigned to the profile; interfaces created by the profile are attached to this VR
- Directed BroadcastEnabled or disabled
- ICMP RedirectsEnabled or disabled
- Access Route AdditionEnabled or disabled
- Network Address TranslationEnabled or disabled; domain location (inside or outside)
- Source-Address ValidationEnabled or disabled
- Ignore DF BitEnabled or disabled
- Filter Option PacketsRouter filters out packets with IP options; enabled or disabled
- Administrative MTUMTU size configured on the profile
- TCP MSS valueMaximum segment size for TCP SYN packets traveling through the interface
- Inactivity TimerInactivity timer setting; enabled or disabled
- Route Map NameRoute map applied to the IP interface subscriber; enabled or disabled
- Auto DetectRouter automatically detects packets that do not match any entries in the demultiplexer table; enabled or disabled
- Auto ConfigureDynamic creation of subscriber interfaces on a primary IP interface; enabled or disabled
- IGMPEnabled or disabled
- static-groupsDisplays address of any static groups configured for IGMP
- Input policyName of input policy and whether statistics are enabled or disabled
- Output policyName of output policy and whether statistics are enabled or disabled
- PPP KeepalivePPP keepalive period, in seconds
- PPP Magic NumberEnabled or disabled
- PPP Peer DNS PriorityEnabled or disabled
- PPP Peer WINS PriorityEnabled or disabled
- PPP AuthenticationType of authentication configured: PAP, CHAP, or none
- PPP Authentication RouterName of authentication virtual router
- PPP Negotiate MRUMRU configured for the profile
- PPP Packet LogEnabled or disabled
- PPP State LogEnabled or disabled
- PPP Chap Challenge LengthMinimum and maximum Chap Challenge length
- PPP Passive ModeEnabled or disabled
- PPP MultilinkEnabled or disabled
- PPP IPCP netmask optionEnabled or disabled
- PPP AAA ProfileAAA profile associated with this PPP interface
- PPP Multilink FragmentationEnabled or disabled
- PPP Multilink Fragment SizeMultilink fragment size for this PPP interface
- PPP Multilink ReassemblyEnabled or disabled
- PPP Multilink MrruMultilink MRRU value for this PPP interface
- PPP Initiate IPInitiation of IPv4 over this PPP interface; enabled or disabled
- PPP Initiate IPv6Initiation of IPv6 over this PPP interface; enabled or disabled
- PPPoE Max SessionsMaximum number of PPPoE subinterfaces that can be on an interface
- PPPoE Always-offerRouter 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-IdRouter 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 PPPoeControlPacketEnabled or disabled
- PPPoE duplicate-protectEnabled or disabled
- PPPoE ACNAMEAccess concentrator name
- PPPoE URLURL sent in PADM message to PPPoE clients
- PPPoE MOTMMessage of the minute sent in the PADM message to PPPoE clients
- PPPoE Service-Name TableName of the PPPoE service name table, if configured for the specified profile
- ATM1483 Auto-configureWhether 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
- rangeMinimum lockout timemaximum lockout time, in seconds
- no lockoutEncapsulation type lockout is disabled
- ATM1483 PVC circuit typeEncapsulation setting for the PVC configured on a dynamic ATM 1483 subinterface
- aal5autoconfigEnables autodetection of the 1483 encapsulation (LLC/SNAP or VC multiplexed)
- aal5mux ipVC-based multiplexed circuit for IP only
- aal5snapLLC encapsulated circuit; the LLC/SNAP header precedes the protocol datagram
- ATM1483 PVC service categoryService 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 ratePeak cell rate (PCR), in Kbps, for the PVC configured on a dynamic ATM 1483 subinterfaces
- ATM1483 PVC Avg rateAverage rate, in Kbps, for the PVC configured on a dynamic ATM 1483 subinterface; also referred to as sustained cell rate (SCR)
- ATM1483 PVC Burst sizeLength in cells of the burst for the PVC configured on a a dynamic ATM 1483 subinterface; also referred to as maximum burst size (MBS)
- ATM1483 DescriptionText description assigned to ATM 1483 subinterfaces that are created with this profile
- ATM1483 Advisory Rx SpeedConfigured 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 statusStatus of OAM F5 loopback cell generation (for VC integrity) on a circuit created with this profile: enabled or disabled
- ATM1483 PVC OAM Loopback frequencyNumber of seconds between transmissions of OAM F5 end-to-end loopback cells on a circuit created with this profile
- ATM1483 Ip Subscriber informationSubscriber login information for the specified dynamic interface type
- ATM1483 ProfileName 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 ClassName of the ATM VC class assigned to the bulk-configured VC ranges associated with this base profile, if configured
- VLAN Auto-configureWhether 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 SpeedConfigured 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 SpeedConfigured advisory speed, in Kbps, for the dynamic VLAN subinterface.
- VLAN DescriptionText description assigned to VLAN subinterfaces that are created with this profile
- VLAN ProfileName 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 ProfileService profile name for a VLAN
- VLAN Svlan EthertypeEthertype that the packet must use this to create the dynamic VLAN subinterface
- Bridged Ethernet MtuMTU size configured for a dynamic bridged Ethernet interface
- Bridged Ethernet Service ProfileName of the IP service profile associated with the interface profile for this dynamic bridged Ethernet interface
host1#show profile name pppoeProfileProfile : pppoeProfileUnnumbered interface on : loopback 1Router : defaultDirected Broadcast : DisabledICMP Redirects : DisabledAccess Route Addition : EnabledNetwork Address Translation: DisabledSource-Address Validation : DisabledIgnore DF Bit : DisabledFilter Option Packets : DisabledAdministrative MTU : 1500TCP MSS value : 0Inactivity Timer : DisabledRoute Map Name : DisabledAuto Detect : DisabledAuto Configure : DisabledIGMP : Enabledstatic-groups :Input policy: bobb statistics enabledOutput policy: bobb statistics enabledPPP Keepalive : 30PPP Magic Number : enabledPPP Peer DNS Priority : disabledPPP Peer WINS Priority : disabledPPP Authentication : pap/chapPPP Authentication Router :PPP Negotiate MRU : (use lower layer MRU)PPP Packet Log : disabledPPP State Log : disabledPPP Chap Challenge Length : 16 - 32PPP Passive Mode : disabledPPP Multilink : disabledPPP IPCP Netmask Option : disabledPPP AAA Profile :PPP Multilink Fragmentation : disabledPPP Multilink Fragment Size : (use MTU)PPP Multilink Reassembly : disabledPPP Multilink Mrru : (use MRU)PPP Initiate IP : disabledPPP Initiate IPv6 : disabledPPPoE Max Sessions : 2PPPoE Always-offer : DisabledPPPoE Remote-Circuit-Id : EnabledPPPoE Log PPPoeControlPacket: DisabledPPPoE duplicate-protect : EnabledPPPoE ACNAME : CYM9876PPPoE URL : http://www.urlofinterest.comPPPoE MOTM : goodmorningPPPoE Service-Name table : myServiceTable1Example 2Displays configuration information for a base profile assigned to a dynamic ATM 1483 subinterface host1#show profile name atm1483BaseProfileATM1483 Auto-configure ip : disabledATM1483 Auto-configure bridgedEthernet : disabledATM1483 Auto-configure ppp : enabledATM1483 lockout (seconds) ppp : range : 1-300ATM1483 Auto-configure pppoe : enabledATM1483 lockout (seconds) pppoe : range : 1-300ATM1483 PVC circuit type : aal5autoconfigATM1483 PVC service category : Nrt-VbrATM1483 PVC Peak rate : 10000, Avg rate : 2000, Burst size : 500ATM1483 Description : VC_atm1483ATM1483 Advisory Rx Speed : 2000000000ATM1483 PVC OAM Administrative status: enabledATM1483 PVC OAM Loopback frequency: 30ATM1483 Ip Subscriber information:user : elainedomain : jpeterman.compassword : puttyATM1483 IP Profile : none assignedATM1483 Bridged Ethernet Profile : none assignedATM1483 PPP Profile : none assignedATM1483 PPPoE Profile : pppoeProfileATM Virtual Circuit Class : premium-subscriber-classExample 3Displays configuration information for a base profile assigned to a dynamic VLAN subinterface host1#show profile name vlanProfileVLAN Auto-configure ip : enabledVLAN Auto-configure pppoe : enabledVLAN Svlan Ethertype : auto-configureVLAN Agent Circuit Identifier : disabledVLAN Advisory Rx Speed : 100 KbpsVLAN Advisory Tx Speed : 2500 KbpsVLAN Description : testingVLAN IP Profile : ipProfileVLAN PPPoE Profile : pppoeProfileVLAN Service Profile : none assignedBridged Ethernet Mtu : 1971Bridged Ethernet Service Profile : eastServiceProfileshow 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
- InterfaceIdentifier 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, About This Guide.
- Bulk Config NameName of the bulk-configured VLAN range on this interface
- Start Svlan IdStarting S-VLAN ID (inclusive) of the S-VLAN group in the subrange
- End Svlan IdEnding S-VLAN ID (inclusive) of the S-VLAN group in the subrange
- Start Vlan IdStarting VLAN ID (inclusive) of the VLAN group in the subrange
- End Vlan IdEnding VLAN ID (inclusive) of the VLAN group in the subrange
- Assigned ProfileBase profile name for the dynamic VLAN subinterface assigned to this VLAN subrange with the profile vlan bulk-config command. When no profile is assigned to the VLAN subrange, the field displays none assigned.
- Admin StateAdministrative state of the VLAN subrange: up or down
- Example 1Displays information about base profile assignments and overriding profile assignments for all bulk-configured VLAN ranges on the router
host1#show vlan bulk-configBulk Start End Start EndConfig Svlan Svlan Vlan Vlan AssignedInterface Name Id Id Id Id Profile Status---------------- -------- ----- ----- ----- ---- ------------- ------FastEthernet 4/6 vlanOnly 1 1 0 0 vlanProfile UpFastEthernet 4/6 vlanOnly 2 2 any any vlanProfile UpFastEthernet 0/5 vlanOnly ----- ----- ----- ---- none assigned ------FastEthernet 4/0 vlanOnly 2 2 any any none assigned Up% 4 vlan bulk-config(s) foundProfile override(s):BulkConfig Svlan Vlan AssignedInterface Name Id Id Profile Status---------------- -------- ----- ---- --------- ------FastEthernet 4/6 vlanOnly 2 3 ipProfile ActiveFastEthernet 4/6 vlanOnly 2 4 ipProfile Active% 2 profile override(s) foundExample 2Displays 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/6Bulk Start End Start EndConfig Svlan Svlan Vlan Vlan AssignedInterface Name Id Id Id Id Profile Status---------------- -------- ----- ----- ----- ---- ------------- ------FastEthernet 4/6 vlanOnly 1 1 0 0 vlanProfile UpFastEthernet 4/6 vlanOnly 2 2 any any vlanProfile Up% 2 vlan bulk-config(s) foundProfile override(s):BulkConfig Svlan Vlan AssignedInterface Name Id Id Profile Status---------------- -------- ----- ---- --------- ------FastEthernet 4/6 vlanOnly 2 3 ipProfile ActiveFastEthernet 4/6 vlanOnly 2 4 ipProfile Active% 2 profile override(s) foundshow 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
- InterfaceType and specifier of the VLAN subinterface
- Svlan IdS-VLAN ID value, if configured
- Vlan IdVLAN ID for the interface
- Assigned ProfileOverriding profile to be assigned to the VLAN
- StatusOperational 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.
host1#show vlan profile overrideProfile override(s):BulkConfig Svlan Vlan AssignedInterface Name Id Id Profile Status---------------- ------ ----- ---- --------- ------FastEthernet 4/6 vlanB2 ---- 2 ipProfile Active% 1 profile override(s) foundshow 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
- InterfaceType and specifier of the VLAN subinterface
- StatusStatus of the VLAN subinterface: up, down, dormant, lowerLayerDown, absent
- MTUMaximum allowable size (in bytes) of the MTU for the VLAN subinterface
- Svlan IdS-VLAN ID value, if configured
- Vlan IdVLAN ID value for the VLAN subinterface
- EthertypeS-VLAN Ethertype value, if configured
- TypeType of VLAN subinterface
- StaticVLAN or S-VLAN subinterface was configured statically
- DynamicVLAN 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 interfaceType of dynamic upper interface detected during autoconfiguration: IP, PPPoE, or (if no packet has been received) none
- Interface types in lockoutEncapsulation types currently experiencing lockout: IP, PPPoE, or none
- Lockout state (seconds)Settings of encapsulation type lockout for the upper-layer encapsulation type indicated
- MinMinimum lockout time, in seconds
- MaxMaximum lockout time, in seconds
- CurrentCurrent lockout time, in seconds; displays 0 (zero) if lockout is not occurring
- ElapsedTime elapsed into the lockout time, in seconds; displays 0 (zero) if lockout is not occurring
- NextLockout time for the router to use for the next lockout event, in seconds
- BytesNumber of bytes received on the VLAN or S-VLAN subinterface
- PacketsSum of all unicast, broadcast, and multicast packets received on the VLAN or S-VLAN subinterface
- MulticastNumber of multicast packets received on the VLAN or S-VLAN subinterface
- BroadcastNumber of broadcast packets received on the VLAN or S-VLAN subinterface
- ErrorsTotal number of errors in all received packets; some packets might contain more than one error
- DiscardsTotal number of discarded incoming packets
- BytesNumber of bytes sent on the VLAN or S-VLAN subinterface
- PacketsNumber of packets sent on the VLAN or S-VLAN subinterface
- MulticastNumber of multicast packets received on the VLAN or S-VLAN subinterface
- BroadcastNumber of broadcast packets received on the VLAN or S-VLAN subinterface
- ErrorsTotal number of errors in all transmitted packets; some packets might contain more than one error
- DiscardsTotal number of discarded outgoing packets
- ARP StatisticsAnalysis 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 requestsNumber of ARP requests
- ARP responsesNumber of ARP responses
- ErrorsTotal number of errors in all ARP packets
- DiscardsTotal number of discarded ARP packets
- Total VLAN interfacesTotal 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 1Displays full status and configuration information for all VLAN subinterfaces configured on the router
host1#show vlan subinterfaceInterface Status MTU Svlan Id Vlan Id Ethertype Type------------------------- ---------- ---- -------- -------- --------- ---------ATM 3/0.1.2 Up 1522 ---- 11 ---- StaticATM 3/0.1.3 Up 1522 ---- 12 ---- StaticATM 3/1.1.1 Up 1522 ---- 13 ---- StaticATM 3/1.1.2 Up 1522 ---- 14 ---- StaticATM 3/2.1.1 Down 1526 4 255 0x9100 StaticFastEthernet 4/5.1 Up 1522 ---- 1 ---- Dynamic6 vlan subinterfaces foundhost1#show vlan subinterface fastEthernet 4/5.1Interface Status MTU Svlan Id Vlan Id Ethertype Type------------------------- ---------- ---- -------- -------- --------- -------FastEthernet 4/5.1 Up 1522 ---- 1 ---- Dynamic1 vlan subinterface foundhost1#show vlan subinterface svlan id 100 53Interface Status MTU Svlan Id Vlan Id Ethertype Type------------------------- ---------- ---- -------- -------- --------- -------FastEthernet 0/0.1 Up 1526 100 53 0x9100 StaticFastEthernet 4/6.1 Up 1526 100 53 0x9100 Dynamic2 vlan subinterfaces found
- Example 4Displays full status and configuration information for the specified dynamic VLAN subinterface
host1#show vlan subinterface fastEthernet 4/6.1000053Interface Status MTU Svlan Id Vlan Id Ethertype Type------------------------- ---------- ---- -------- -------- --------- -------FastEthernet 4/6.1000053 Up 1526 100 53 0x9100 DynamicAuto configure interface(s) : IP PPPoEDetected dynamic interface : PPPoEInterface types in lockout : noneLockout state (seconds) : Min Max Current Elapsed Next------------------------------- --- --- ------- ------- ----IP 1 300 0 0 1PPPoE 1 300 0 0 1In: Bytes 1040, Packets 15Multicast 0, Broadcast 1Errors 0, Discards 0Out: Bytes 984, Packets 15Multicast 0, Broadcast 1Errors 0, Discards 0ARP Statistics:In: ARP requests 0, ARP responses 0Errors 0, Discards 0Out: ARP requests 0, ARP responses 0Errors 0, Discards 0
- Example 5Displays status information for dynamic VLAN subinterfaces that are created based on agent-circuit-identifier information
host1#show vlan subinterfaceInterface 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 identifierhost1#show vlan subinterface agent-circuit-identifierInterface Svlan Id Agent-Circuit-Identifier------------------------- -------- --------------------------FastEthernet 4/0.1 2 ----FastEthernet 4/0.2 2 0200D0CB2729E5