Real Time Ascend Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (ASCEND) SDSL link-status codes
> anyone have a good list of the sdsl card link status codes for the tnt?
You should be able to see an accurate and complete list in one of two
ways:
1. Look at the help text for the dev-line-state attribute in the SDSL-STAT
profile:
vandry> read sdsl-stat { 1 2 15 }
SDSL-STAT/{ shelf-1 slot-2 15 } read
vandry> set physical-status dev-line-state ?
dev-line-state:
Displays the current interface state. config -- interface being
configured. deactivate -- interface is imposing deactivation.
deactivate-lost -- interface is waiting for the LOS Timer to expire.
inactive -- interface is starting up. activating -- interface is
waiting for remote to start up. active-rx -- interface is waiting for
remote side to start 4 level transmission. port-up -- interface is
connected to remote node and data can be transfered.
portup-pending-deactive -- interface experienced an LOS or noise margin
error.
Enumerated field, values:
config:
deactivate:
inactive:
activating:
active-rx:
port-up:
portup-pending-deactivate:
deactivate-lost:
hardware-test:
out-of-service:
vandry>
2. Look at the possible values for sdslStatusLineState in the
ASCEND-SDSL-MIB (filename "sdsl.mib")
sdslStatusLineState OBJECT-TYPE
SYNTAX INTEGER {
other( 1 ), -- none of the following
configure( 2 ), -- Interface is in
-- Configuration state.
deactivate( 3 ), -- Port is down. Deactive
-- has been issued.
deactive-lost( 4 ), -- Waiting for LOS or LOST
-- indication.
start-up( 5 ), -- Interface is in start-up
-- mode.
pend-port-up( 6 ),
up( 7 ), -- Interface is in UP state, and
-- ready to transfer data.
pend-deactivate( 8 ),-- Interface may transition
-- from UP to DOWN state.
out-of-service( 9 ) -- Interface is placed OOS.
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Interface state describes the current ports
operating state. States are: Config, Pend Down,
Up, Down, Start-up, or N/A."
::= { sdslLineStatusEntry 6 }
-Phil
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>