MIBs Depot

EXTREME-SERVICES-MIB

Registered at
1.3.6.1.4.1.1916.1.26
Last updated
1900-07-24 00:00
Organization
Extreme Networks, Inc.
Namespace
extreme
Source file
EXTREME-BASE-MIB
Digest
sha256:920ec3f1c764d83d84c3c0ad6a4d3ca2aa2e105baf75bb47bf910c2a7454dbfc

Description

Extreme Upper layer services objects

Contact

www.extremenetworks.com

Imports

FromSymbols
EXTREME-BASE-MIBextremeAgent
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

EXTREME-BASE-MIB
EXTREME-SERVICES-MIB
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
AuthServerAccessType
TEXTUAL-CONVENTION
Specifies whether the server is for authenticating mangement or netlogin accesses
current
AuthServerType
TEXTUAL-CONVENTION
The type of authentication/accounting server.
current

Objects

NameOIDSyntaxAccessStatus
extremeSyslog
OBJECT-IDENTITY
1.3.6.1.4.1.1916.1.26.1
extremeRemoteSyslogServerTable
OBJECT-TYPE
This table is used to configure remote syslog servers and contains information on the same.
1.3.6.1.4.1.1916.1.26.1.1not-accessiblecurrent
extremeRemoteSyslogServerEntry
OBJECT-TYPE
An entry in the extremeRemoteSyslogServerTable.
1.3.6.1.4.1.1916.1.26.1.1.1not-accessiblecurrent
extremeRemoteSyslogServerAddressType
OBJECT-TYPE
The type of address specified in the object 'extremeRemoteSyslogServerAddress'. Currently, only 'ipv4' and 'dns' are supported.
1.3.6.1.4.1.1916.1.26.1.1.1.1InetAddressTyperead-onlycurrent
extremeRemoteSyslogServerAddress
OBJECT-TYPE
The address of the remote syslog server. This can be a DNS name or an IPv4 address.
1.3.6.1.4.1.1916.1.26.1.1.1.2InetAddress (SIZE(1..255))read-onlycurrent
extremeRemoteSyslogServerPort
OBJECT-TYPE
The UDP port number of the remote syslog server to which syslog messages will be sent.
1.3.6.1.4.1.1916.1.26.1.1.1.3INTEGER (0..65535)read-onlycurrent
extremeRemoteSyslogServerFacility
OBJECT-TYPE
The facility which will be sent in all syslog messages to this remote syslog server.
1.3.6.1.4.1.1916.1.26.1.1.1.4INTEGER {local0(1), local1(2), local2(3), local3(4), local4(5), local5(6), local6(7), local7(8)}read-onlycurrent
extremeRemoteSyslogServerSeverity
OBJECT-TYPE
The syslog message severity. All syslog messages of the specified severity for which the Bits are set, will be sent to this syslog server. When setting this object in a 'createAndGo' request, all lower bits upto and including the desired bit position must be set. For example, if bit info(4) needs to be set then bits critical(0), error(1), warning(2), notice(3) and info(4) must also be set in the request. Consequently, all syslog messages of a given severity and higher will be sent to the syslog server. It is not possible to send messages that match only a few selected non-contiguous severities.
1.3.6.1.4.1.1916.1.26.1.1.1.5Bits {critical(0), error(1), warning(2), notice(3), info(4), debugSummary(5), debugVerbose(6), debugData(7)}read-createcurrent
extremeRemoteSyslogServerStatus
OBJECT-TYPE
The status of the Row as per standard row status conventions. Only 'createAndGo', 'active' and 'destroy' will be supported. It is not possible to change the values of the objects of a row once it has been created, except by 'destroy'ing and re-creating the row.
1.3.6.1.4.1.1916.1.26.1.1.1.6RowStatusread-createcurrent
extremeEnableRemoteSyslog
OBJECT-TYPE
The enable/disable status of remote syslog messages.
1.3.6.1.4.1.1916.1.26.1.2TruthValueread-writecurrent
extremeDNS
OBJECT-IDENTITY
1.3.6.1.4.1.1916.1.26.3
extremeDNSServerTable
OBJECT-TYPE
This table is used to configure DNS servers. There can be at most two rows in this table.
1.3.6.1.4.1.1916.1.26.3.1not-accessiblecurrent
extremeDNSServerEntry
OBJECT-TYPE
An entry in the extremeDNSServerTable.
1.3.6.1.4.1.1916.1.26.3.1.1not-accessiblecurrent
extremeDNSServerAddressIndex
OBJECT-TYPE
This is an integer index. Only 1 and 2 are supported for this
1.3.6.1.4.1.1916.1.26.3.1.1.1INTEGERnot-accessiblecurrent
extremeDNSServerAddressType
OBJECT-TYPE
The address type of the DNS server. This can be a DNS name or an IPv4 address.
1.3.6.1.4.1.1916.1.26.3.1.1.2InetAddressTyperead-onlycurrent
extremeDNSServerAddress
OBJECT-TYPE
The address of the DNS server. This can be a DNS name or an IPv4 address.
1.3.6.1.4.1.1916.1.26.3.1.1.3InetAddress (SIZE(1..255))read-onlycurrent
extremeAuthServer
OBJECT-IDENTITY
1.3.6.1.4.1.1916.1.26.4
extremeAuthServerEnableTable
OBJECT-TYPE
This table is used to enable/disable Auth servers
1.3.6.1.4.1.1916.1.26.4.1not-accessiblecurrent
extremeAuthServerEnableEntry
OBJECT-TYPE
An entry in the extremeAuthServerEnableTable.
1.3.6.1.4.1.1916.1.26.4.1.1not-accessiblecurrent
extremeAuthServerEnableServerType
OBJECT-TYPE
Specifies whether this is a radius/radius-acct/tacacs/tacacs-acct server
1.3.6.1.4.1.1916.1.26.4.1.1.1AuthServerTypenot-accessiblecurrent
extremeAuthServerEnableAccessType
OBJECT-TYPE
Specifies whether this server is for management access or netlogin access.
1.3.6.1.4.1.1916.1.26.4.1.1.2AuthServerAccessTypenot-accessiblecurrent
extremeAuthServerEnable
OBJECT-TYPE
Enable/Disable the Radius/tacas Server
1.3.6.1.4.1.1916.1.26.4.1.1.3TruthValueread-writecurrent
extremeAuthServerTable
OBJECT-TYPE
This table is used to configure radius/tacacs servers.
1.3.6.1.4.1.1916.1.26.4.2not-accessiblecurrent
extremeAuthServerEntry
OBJECT-TYPE
An entry in the extremeAuthServerTable.
1.3.6.1.4.1.1916.1.26.4.2.1not-accessiblecurrent
extremeAuthServerIndex
OBJECT-TYPE
Integer index of the server.
1.3.6.1.4.1.1916.1.26.4.2.1.1INTEGER (1..8)not-accessiblecurrent
extremeAuthServerAddressType
OBJECT-TYPE
Type IP address of the radius/tacas server.
1.3.6.1.4.1.1916.1.26.4.2.1.2InetAddressTyperead-writecurrent
extremeAuthServerAddress
OBJECT-TYPE
IP address of the radius/tacas server.
1.3.6.1.4.1.1916.1.26.4.2.1.3InetAddressread-writecurrent
extremeAuthServerClientAddressType
OBJECT-TYPE
Type of IP address to use as the SRC address when contacting the the radius/tacas server. The radius/tacas server should be configured with this address as one of its clients. The switch should have a VLAN with this IP address.
1.3.6.1.4.1.1916.1.26.4.2.1.4InetAddressTyperead-writecurrent
extremeAuthServerClientAddress
OBJECT-TYPE
IP address to use as the SRC address when contacting the the radius/tacas server. The radius/tacas server should be configured with this address as one of its clients. The switch should have a VLAN with this IP address.
1.3.6.1.4.1.1916.1.26.4.2.1.5InetAddressread-writecurrent
extremeAuthServerPort
OBJECT-TYPE
Port number of the radius/tacas server.
1.3.6.1.4.1.1916.1.26.4.2.1.6INTEGERread-writecurrent
extremeAuthServerSecret
OBJECT-TYPE
This is the shared secret between the Authenticator and radius/tacas server. This is logically write-only.
1.3.6.1.4.1.1916.1.26.4.2.1.7OCTET STRINGread-writecurrent
extremeAuthServerReTransmit
OBJECT-TYPE
This is the timeout in seconds after which the Authenticator will re transmit requests to the radius/tacas server.
1.3.6.1.4.1.1916.1.26.4.2.1.8INTEGERread-writecurrent
extremeAuthServerType
OBJECT-TYPE
Specifies whether this is a radius/radius-acct/tacacs/tacacs-acct server
1.3.6.1.4.1.1916.1.26.4.2.1.9AuthServerTyperead-writecurrent
extremeAuthServerIsPrimary
OBJECT-TYPE
Specifies whether this is the primary or the secondary server. Is TRUE if the server is primary.
1.3.6.1.4.1.1916.1.26.4.2.1.10TruthValueread-writecurrent
extremeAuthServerAccessType
OBJECT-TYPE
Specifies whether this server is for management access or netlogin access
1.3.6.1.4.1.1916.1.26.4.2.1.11AuthServerAccessTyperead-writecurrent
extremeAuthServerStatus
OBJECT-TYPE
The status of the Row as per standard row status conventions. Only 'createAndGo', 'active' and 'destroy' will be supported. It is not possible to change the values of the objects of a row once it has been created, except by 'destroy'ing and re-creating the row.
1.3.6.1.4.1.1916.1.26.4.2.1.12RowStatusread-createcurrent