SubscriberProtocolType¶
-
class
SubscriberProtocolType¶ SubscriberProtocolType (Enum Class)
An enumerated integer-value describing the type of protocol
providing access to the subscriber:
‘other’
The implementation of the MIB module using this textual
convention does not recognize the type of protocol
providing access to the subscriber.
‘atom’
Any Transport over MPLS (AToM) provides access to the
subscriber.
‘ip’
The Internet Protocol (IP) provides access to the
subscriber.
‘psdn’
A Public Switched Data Network (PSDN) provides access to
the subscriber.
‘ppp’
The Point-to-Point Protocol (PPP) provides access to the
subscriber.
‘vpdn’
A Virtual Private Data Network (VPDN) provides access to
the subscriber.
The value ‘other’ cannot be written to an instance of an object.
However, it serves as a convenient value when an instance of an
object using this textual convention is not valid.
-
other = 1
-
atom = 2
-
ip = 3
-
psdn = 4
-
ppp = 5
-
vpdn = 6
-