SubscriberMediaType¶
-
class
SubscriberMediaType¶ SubscriberMediaType (Enum Class)
An enumerated integer-value describing the type of media
providing access to the subscriber:
‘other’
The implementation of the MIB module using this textual
convention does not recognize the type of media
providing access to the subscriber.
‘async’
An asynchronous serial line provides access to the
subscriber.
‘atm’
An ATM network provides access to the subscriber.‘ethernet’
An Ethernet-based network provides access to the
subscriber.
‘ip’
An IP network provides access to the subscriber.‘isdn’
An ISDN line provides access to the subscriber.‘mpls’
An MPLS network provides access to the subscriber.‘sync’
A synchronous serial line 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
-
async = 2
-
atm = 3
-
ethernet = 4
-
ip = 5
-
isdn = 6
-
mpls = 7
-
sync = 8
-