Documentation ¶
Overview ¶
This MIB module defines textual conventions describing subscriber sessions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubSessionRedundancyMode ¶
type SubSessionRedundancyMode string
SubSessionRedundancyMode represents a fail-over event (e.g., linecard failure).
const ( SubSessionRedundancyMode_none SubSessionRedundancyMode = "none" SubSessionRedundancyMode_other SubSessionRedundancyMode = "other" SubSessionRedundancyMode_active SubSessionRedundancyMode = "active" SubSessionRedundancyMode_standby SubSessionRedundancyMode = "standby" )
type SubSessionState ¶
type SubSessionState string
SubSessionState represents system has established the subscriber session.
const ( SubSessionState_other SubSessionState = "other" SubSessionState_pending SubSessionState = "pending" SubSessionState_up SubSessionState = "up" )
type SubSessionType ¶
type SubSessionType string
SubSessionType represents indicate this fact.
const ( SubSessionType_all SubSessionType = "all" SubSessionType_other SubSessionType = "other" SubSessionType_pppSubscriber SubSessionType = "pppSubscriber" SubSessionType_pppoeSubscriber SubSessionType = "pppoeSubscriber" SubSessionType_l2tpSubscriber SubSessionType = "l2tpSubscriber" SubSessionType_l2fSubscriber SubSessionType = "l2fSubscriber" SubSessionType_ipInterfaceSubscriber SubSessionType = "ipInterfaceSubscriber" SubSessionType_ipPktSubscriber SubSessionType = "ipPktSubscriber" SubSessionType_ipDhcpv4Subscriber SubSessionType = "ipDhcpv4Subscriber" SubSessionType_ipRadiusSubscriber SubSessionType = "ipRadiusSubscriber" SubSessionType_l2MacSubscriber SubSessionType = "l2MacSubscriber" SubSessionType_l2Dhcpv4Subscriber SubSessionType = "l2Dhcpv4Subscriber" SubSessionType_l2RadiusSubscriber SubSessionType = "l2RadiusSubscriber" )
Click to show internal directories.
Click to hide internal directories.