Monitoring Dynamic Interfaces and Profiles
You can:
- Monitor the state of ATM AAL5 interfaces, including the autoconfiguration status of dynamic ATM 1483 subinterfaces, by using the show atm aal5 interface command.
- Display information about the VC ranges configured for a dynamic ATM 1483 subinterface by using the show atm bulk-config command.
- Monitor the state of ATM subinterfaces by using the show atm subinterface command.
- Display a summary of the VC ranges reserved for use by dynamic ATM 1483 subinterfaces by using the show atm vc command.
- Monitor interface columns by using the show columns command.
- Display your profile configuration by using the show profile command.
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
- SNMP trap link-status—Whether SNMP link status traps are enabled or disabled on the ATM AAL5 interface
- Auto configure ATM 1483 status—Setting of the autoconfiguration feature for a dynamic ATM 1483 subinterface configured over the ATM AAL5 interface:
- enabled—Autodetection of the ATM 1483 dynamic encapsulation type is enabled on the ATM AAL5 interface
- disabled—Autodetection of the ATM 1483 dynamic encapsulation type is not currently enabled on the ATM AAL5 interface
- 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
host1#show atm aal5 interface atm 3/0
AAL5 Interface ATM 3/0 operational status: lowerLayerDown
time since last status change: 00:08:46
SNMP 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
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—Slot number and port number on which the ATM AAL5 interface is configured
- Bulk Config Name—Name for 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 the profile atm1483 bulk-config-name command. 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—Slot number and port number on which the ATM AAL5 interface is configured
- Bulk Config Name—Name for 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 the profile atm1483 bulk-config-name pvc command
- 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—This example 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) 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 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) 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 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 ProfileStatus
------------ ------ --- --- ---------------- ------
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
show atm subinterface
- Use to display the current state of all ATM subinterfaces, all ATM subinterfaces configured on a specified ATM port, or a specific ATM subinterface.
- To display the current state of a specific ATM subinterface created on the PVC with the specified VPI and VCI values, identify the ATM subinterface using the atm slot/port/vpi/vci format, as shown in Example 3.
 |
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.
|
- Field descriptions
- Interface—Interface identifier in slot/port.subinterface format
- ATM-Prot—One of the following ATM protocol types:
- RFC-1483—Multiprotocol encapsulation over AAL5
- NBMA—NBMA 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, SVC
- Encap—Administered encapsulation method based on what was configured with the atm pvc command
- MTU—Maximum transmission unit size for the interface
- Status—State of the subinterface: up, down, dormant, lowerLayerDown, absent
- Interface Type—Type of ATM 1483 subinterface: dynamic or static
- Auto configure status—Setting of the autoconfiguration feature:
- dynamic—Autodetection is on and the router will automatically detect 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, 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, or none
- Lockout—Settings of encapsulation type lockout for the encapsulation type indicated:
- range—Minimum lockout time-maximum lockout time, in seconds
- curr—Current lockout time, in seconds
- elapsed—Time elapsed into the lockout time, in seconds
- no lockout—Encapsulation type lockout disabled
 |
NOTE: Encapsulation type lockout is currently available only for IP and bridged Ethernet encapsulation types. Encapsulation type lockout for PPP and PPPoE encapsulation types will be available in a future release.
|
- 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
- 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 3/1.1001 NBMA -- -- -- -- -- -- down --
ATM 3/1.1002 RFC-1483 101 1 101 PVC AUTO 9180 up Dynamic
ATM 3/1.1003 RFC-1483 102 1 102 PVC AUTO 9180 up Dynamic
ATM 2/1.101 RFC-1483 101 1 101 PVC SNAP 9180 up Static
ATM 2/1.102 RFC-1483 102 1 102 PVC SNAP 9180 up Static
5 interface(s) found
Example 2—Displays the current state of a specific ATM subinterface
host1#show atm subinterface atm 3/1.1002
Circuit Interface
Interface ATM-Prot VCD VPI VCI Type Encap MTU Status Type
------------ -------- --- --- --- ------- ----- ---- ------ ---------
ATM 3/1.1002 RFC-1483 101 1 101 PVC AUTO 9180 up Dynamic
Auto configure status : dynamic
Auto configure interface(s) : IP bridgedEthernet PPP PPPoE
Detected 1483 encapsulation : SNAP
Detected dynamic interface : PPP
Interface types in lockout : none
IP lockout (seconds) : range: 1-300, curr: 0, elapsed: 0
BridgedEnet lockout (seconds) : range: 1-300, curr: 0, elapsed: 0
Assigned profile (IP) : none assigned
Assigned profile (BridgedEnet): none assigned
Assigned profile (PPP) : none assigned
Assigned profile (PPPoE) : none assigned
Assigned profile (any) : none assigned
IP subscriber info :
Username: elaine@example.com
Password:
BridgedEnet subscriber info :
Username: jerry@example.net
Password:
SNMP trap link-status: disabled
InPackets: 8
InBytes: 160
OutPackets: 9
OutBytes: 181
InErrors: 0
OutErrors: 0
InPacketDiscards: 0
InPacketsUnknownProtocol: 0
OutDiscards: 0
1 interface(s) found
Example 3—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 3/1/1/101
Circuit Interface
Interface ATM-Prot VCD VPI VCI Type Encap MTU Status Type
------------ -------- --- --- --- ------- ----- ---- ------ ---------
ATM 3/1.1002 RFC-1483 101 1 101 PVC AUTO 9180 up Dynamic
Auto configure status : dynamic
Auto configure interface(s) : IP bridgedEthernet PPP PPPoE
Detected 1483 encapsulation : SNAP
Detected dynamic interface : PPP
Interface types in lockout : none
IP lockout (seconds) : range: 1-300, curr: 0, elapsed: 0
BridgedEnet lockout (seconds) : range: 1-300, curr: 0, elapsed: 0
Assigned profile (IP) : none assigned
Assigned profile (BridgedEnet): none assigned
Assigned profile (PPP) : none assigned
Assigned profile (PPPoE) : none assigned
Assigned profile (any) : none assigned
IP subscriber info :
Username: elaine@example.com
Password:
BridgedEnet subscriber info :
Username: jerry@example.net
Password:
SNMP trap link-status: disabled
InPackets: 9
InBytes: 174
OutPackets: 10
OutBytes: 195
InErrors: 0
OutErrors: 0
InPacketDiscards: 0
InPacketsUnknownProtocol: 0
OutDiscards: 0
1 interface(s) found
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 number
- VPI—Virtual path identifier
- VCI—Virtual channel identifier
- VCD—Virtual circuit descriptor
- Type—Type of circuit: PVC, SVC
- Encap—Encapsulation method: AUTO, AAL5, MUX, QSAAL, SNAP, ILMI, F4-OAM
- Category—Service type configured on the VC: UBR, UBR-PCR, NRT-VBR, RT-VBR, 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, 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) found
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
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
show columns
- Displays counts of static and dynamic interfaces 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
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
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
- Administrative MTU—MTU size configured on the profile
- IGMP—Enabled or disabled
- static-groups—Displays 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—Enabled or disabled
- 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, 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
- PPPoE Max Sessions—Maximum number of PPPoE subinterfaces permitted on an interface
- PPPoE Always-offer—Enabled, disabled
- PPPoE ACNAME—Access concentrator name
- PPPoE Log PPPoeControlPacket—Enabled, disabled
- PPPOE duplicate-protect—Enabled, disabled
- 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—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
 |
NOTE: Encapsulation type lockout is currently available only for IP and bridged Ethernet encapsulation types. Encapsulation type lockout for PPP and PPPoE encapsulation types will be available in a future release.
|
- ATM1483 PVC circuit type—Encapsulation setting for the range of PVCs configured on dynamic ATM 1483 subinterfaces:
- 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 recedes the protocol datagram
- ATM1483 PVC service category—Service type setting for the range of PVCs configured on dynamic ATM 1483 subinterfaces: UBR (the default), UBR PCR, NRT-VBR, RT-VBR, or CBR
- ATM1483 PVC Peak rate—Peak cell rate (PCR), in Kbps, for the range of PVCs configured on dynamic ATM 1483 subinterfaces
- ATM1483 PVC Avg rate—Average rate, in Kbps, for the range of PVCs configured on dynamic ATM 1483 subinterfaces; also referred to as sustained cell rate (SCR)
- ATM1483 PVC Burst size—Length in cells of the burst for the range of PVCs configured on dynamic ATM 1483 subinterfaces; 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 that the E-series LAC sends to the LNS in the RX Connect-Speed AVP [38]
- ATM1483 PVC OAM Administrative status—Status of OAM F5 loopback cell generation 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 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
- Example 1—Displays configuration information for a profile assigned to a dynamic interface
host1#show profile name rige14
Profile : rige14
IP address : 10.1.23.23/255.255.255.0
Unnumbered interface : none
Router :
Directed Broadcast : Disabled
ICMP Redirects : Disabled
Access Route Addition : Enabled
Network Address Translation: Disabled
Source-Address Validation : Disabled
Ignore DF Bit : Enabled
Administrative MTU : 1024
IGMP : Enabled
static-groups :
Input policy: bobb statistics enabled
Output policy: bobb statistics enabled
PPP Keepalive : 30
PPP Magic Number : disabled
PPP Peer DNS Priority : enabled
PPP Peer WINS Priority : disabled
PPP Authentication : chap/pap
PPP Authentication Router : `unisp'
PPP Negotiate MRU : 65535
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 : enabled
PPPoE Max Sessions : 8000
PPPOE Always-offer : Enabled
PPPoE ACNAME : cny123
PPPoE Log PPPoeControlPacket: Enabled
PPPOE duplicate-protect : Enabled
PPPoE URL : www.juniper.net
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 : enabled
ATM1483 ip lockout (seconds) : range : 1-300
ATM1483 Auto-configure bridgedEthernet : enabled
ATM1483 bridgedEthernet lockout (seconds) : no lockout
ATM1483 Auto-configure ppp : enabled
ATM1483 Auto-configure pppoe : enabled
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 Profile : ipProfile
ATM1483 Bridged Ethernet Profile : bridgedEthernetProfile
ATM1483 PPP Profile : pppProfile
ATM1483 PPPoE Profile : pppoeProfile