App-Netsync
view release on metacpan or search on metacpan
share/mib/CISCO-STACK-MIB.my view on Meta::CPAN
the system."
::= { portTopNEntry 10 }
-- the multiple default gateway group
-- Implementation of the multiple default gateway group is optional,
-- but within the group all the elements are current. If the multiple
-- default gateway feature is supported, the entire group should be
-- implemented.
mdgGatewayTable OBJECT-TYPE
SYNTAX SEQUENCE OF MdgGatewayEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table lists a maximum of 3 MDG gateways."
::= { mdgGrp 1 }
mdgGatewayEntry OBJECT-TYPE
SYNTAX MdgGatewayEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A MDG gateway table entry."
INDEX { mdgGatewayAddr }
::= { mdgGatewayTable 1 }
MdgGatewayEntry ::=
SEQUENCE {
mdgGatewayAddr
IpAddress,
mdgGatewayType
INTEGER
}
mdgGatewayAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The IP address of a default gateway."
::= { mdgGatewayEntry 1 }
mdgGatewayType OBJECT-TYPE
SYNTAX INTEGER {
invalid(1), -- remove this entry
primary(2), -- the primary entry
other(3) -- a lower priority entry
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "To add a new entry to the mdgGatewayTable, set
this object to primary(2) or other(3) for an IP
address which is not already in the table. The
primary entry will be used first, if it is
reachable. Otherwise, one of the other entries
will be used. Setting one entry to primary(2)
causes any previous primary entry to change to
other(3). To remove an entry from the table, set
this object to invalid(1). Changing an existing
entry from primary(2) to other(3) is not allowed.
If the value of this object is updated, the
corresponding entry of the ipRouteTable (mibII)
will be updated and vice versa."
::= { mdgGatewayEntry 2 }
-- the RADIUS group
-- Implementation of the RADIUS group is optional, but within the group
-- all the elements are current. If the RADIUS feature is implemented,
-- the entire group should be implemented.
radiusLoginAuthentication OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2),
enabledForTelnetOnly(3),
enabledForConsoleOnly(4)
}
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "Indicates whether the login authentication using
RADIUS feature is enabled or disabled for console
and/or telnet sessions.
Setting this object to enabled(1), the login
authentication using RADIUS feature is enabled for
both console and telnet sessions.
Setting this object to disabled(2), the login
authentication using RADIUS feature is disabled
for both console and telnet sessions.
Setting this object to enabledForTelnetOnly(3),the
login authentication using RADIUS feature is
enabled only for telnet sessions, but disabled
for console session.
Setting this object to enabledForConsoleOnly(4),
the login authentication using RADIUS feature is
enabled only for console sessions, but disabled
for telnet sessions.
This object is deprecated and replaced by
cacPriorityTable in CISCO-AAA-CLIENT-MIB."
DEFVAL { disabled }
::= { radiusGrp 1 }
radiusEnableAuthentication OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2),
enabledForTelnetOnly(3),
enabledForConsoleOnly(4)
}
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "Indicates whether the enable authentication using
the RADIUS feature is enabled or disabled for
Console and telnet sessions.
Setting this object to enabled(1), the enable
( run in 2.183 seconds using v1.01-cache-2.11-cpan-98e64b0badf )