>> MIB - Management Information Base

>> Table: extadmin - (.1.3.6.1.4.1.272.4.22.1)

extadmin
OIDNameTypeAccess
.1MonAddressIpAddressRW
.2MonPortINTEGERRW
.3MonTypeENUMRW
.4MonUpdateINTEGERRW
.5ProcRoutedENUMRW
.6CompanyCodeBitValueRW
.7ProcWatchDogENUMRW
.8ProcSSHdENUMRW
.9ScheduleIntervalINTEGERRW
.10UpdatePathDisplayStringRW
.11BackRtVerifyENUMRW
.12RerouteViaDefaultENUMRW
.13GUILanguageDisplayStringRW
.14IpLoggingBITSRW
.15RadiusNasIdDisplayStringRW
.17ConfigSaveDateDateR
.18SnmpShellPromptDisplayStringRW
.19MinArpLifeTimeINTEGERRW
.21InitialGUIViewENUMRW

MonAddress
The IP address of the host machine running the Activity Monitor program. This program displays the information about the current state of all interfaces. Periodically UDP packets are send to this IP address, to refresh the data automatically on the target host. The value 255.255.255.255 represents the broadcast address of the first LAN interface (e.g. 10.255.255.255), so more than one Activity Monitor on different hosts can receive the data.
MonPort
UDP port for the Activity Monitor protocol.

Range: 0 to 65535

MonType
This parameter configures the content of the Activity Monitor packets, or disables it: off : Activity Monitor disabled physical : send only physical interfaces information physical-virt: send physical and virtual interface information.

Enumerations:

  • off (1)
  • physical (2)
  • physical-virt (3)
MonUpdate
This is the time interval for the Activity Monitor for sending packets (in seconds) to the specified IP address. The value of 0 disables sending Activity Monitor packets.

Range: 0 to 60

ProcRouted
enabled: The routed process is running. RIP and/or OSPF are available (subject to licenses).

This is the default behavior of the system.

Hints:

RIP may be enabled/disabled by 'biboAdmRipUdpPort' OSPF may be enabled/disabled by 'ospfAdminStat'

RIP may be if-specific ena/disabled by 'ipExtIfRip*' OSPF may be if-specific ena/disabled by 'ipExtIfOspf'

... but a running routed process consumes CPU-Time to keep in sync with interface/routing tables - even if RIP and OSPF are disabled (global or if-specific).

disabled: The routed process is stopped. RIP and/or OSPF are unavailable.

Hints:

A stopped routed process consumes no CPU-Time.

Set ipExtAdmProcRouted to 'disabled' is recommended if both protocols (RIP and OSPF) not used in the specific router environment.

Enumerations:

  • enabled (1)
  • disabled (2)
CompanyCode
This variable contains a bit field that allows to selectively enable/disable features. Default value is 0.

Range: 0 to -1

ProcWatchDog
enabled: The watchd process is running. up/down transitions on interfaces delivered by various protocols like ping/ifOperStatus/VRRP are processed by parsing a task table and slave interfaces are switched up/down according to the task definition. disabled: The watchd process is stopped.

Enumerations:

  • enabled (1)
  • disabled (2)
ProcSSHd
enabled: The sshd process is running. disabled: The sshd process is stopped.

Enumerations:

  • enabled (1)
  • disabled (2)
ScheduleInterval
This is the time interval in seconds for the Schedule daemon watching any events (recommended value: 300). The value 0 disables the scheduler. Referring table: scheduleTable

Range: 0 to 65535

UpdatePath
Default URL for automatic SW updates, e.g. http://server/path/ This setting is IGNORED if chkUpdSrvAdminOperURL is not empty. Otherwise, related chkUpdSrv entry is allocated for it. If URL does NOT end with '/' then it is considered being complete and copied to related chkUpdSrvDownloadLink. Otherwise, following parts are appended automatically. '<sysname>[-<mode>]/<sysname>[-<mode>]-s_current'

Length: 0 to 255

BackRtVerify
This object activates an additional check for incoming packets. If set to always (1), incoming packets are only accepted if return packets sent back to their source IP address would be sent over the same interface. This prevents packets being passed from untrusted interfaces to this interface. If set to interface-dependent (2), this check will be performed only if enabled for the associated ingress interface (see ipExtIfBackRtVerify). If set to never (2), this check will be never performed, regardless wether enabled or not for the associated interface.

Enumerations:

  • always (1)
  • interface-dependent (2)
  • never (3)
RerouteViaDefault
This object controls the behaviour of the routing algorithm when a network route exists for routing a packet, but is temporarily unusable because the status of the associated interface prevents transmission. In such a case, the routing algorithm tries to select an alternate route to allow the packet to reach its destination. If set to disabled (1), default routes are discarded during the search for a suitable alternate route. If set to enabled (2), a default route may be selected for rerouting provided it is the most appropriate route available.

Enumerations:

  • disabled (1)
  • enabled (2)
GUILanguage
This object specifies the language used within the graphical user interface (currently new web based interface only). Valid abbreviations (in principle) are defined in ISO 639-2.

Length: 3 to 3

IpLogging
This bitfield enables logging of dedicated subsystems within the INET subject: nat : NAT tcppr : TCP processing (MSS clamping, ...) dns : DNS ips : IP session management acl : Local Services Access Control .

Enumerations:

  • nat (0)
  • tcppr (1)
  • dns (2)
  • ips (3)
  • acl (4)
RadiusNasId
An administratively-assigned NAS identifier for this managed node. If configured this variable is used for each RADIUS request in order to set the associated NAS-IDENTIFIER RADIUS attribute value.

Length: 0 to 255

ConfigSaveDate
Timestamp when configuration gets/got saved (system local time).

Range: 0 to -1

SnmpShellPrompt
Defines prompt of application SNMP shell. A set of escape sequences is defined with escape character being a backslash '\': - 'e': gets replaced by escape character (0x1b) - 'h': gets replaced by system name (i.e. host) - 'T': can be used for MIB context replacements ... %n -> current MIB table name %# -> current MIB table number %g -> current MIB group number A longer string can be put within parentheses '(' ')' causing the whole string to be left out if no context is available instead of only the MIB variables.

Examples, assuming context MIB table 'system': String Yields ------------------------+------------------------ \T%n | 'system' \T( MIB{%n/#%#/g:%g\)}) | ' MIB{system/#1/g:1}' - 'l': gets replaced by log name (i.e. user, normally admin) - 'd': can be used for date/time replacements with '%' escaped replacements ... %C -> century %d -> day of month (01..31) %D -> date in format 'MM/DD/YY' %F -> date in format YYYY-MM-DD %H -> hour (00..23) %I -> hour (01..12) %j -> day of year (1..366) %k -> hour ( 0..23) %l -> hour ( 1..12) %m -> month (01..12) %M -> minute (00..59) %p -> AM/PM %P -> am/pm %R -> 24 hour time in format HH:MM %s -> seconds sincs 1970-01-01 00:00:00 UTC %S -> seconds (00..59) %T -> 24 hour time in format HH:MM:SS %u -> day of week (1..7) %w -> day of week (0..6) %y -> year (last two digits, 00..99) %Y -> year A longer string can be put within parentheses '(' ')' to save repetitions of leading '\d' for every replacement. - 'u': gets replaced by system's uptime in format [D ]HH:MM:SS

Default value is '\h:\t(%n)> '.

Length: 0 to 255

MinArpLifeTime
This object defines the minimum lifetime (in seconds) of ipNetToMediaTable entries.

Range: 0 to 86400

InitialGUIView
This object controls the initial GUI behavior for admin login for boxes with supports of 'GUI Views' and 'Initial Operation View' in GUI. full-access: show the complete admin navigation. user: show the user view initial-operation: show the initial operation view. If initial operation is not supported fall back to user view, if user view is not supported fall back to full access.

Enumerations:

  • full-access (1)
  • user (2)
  • initial-operation (3)


MIB Reference to Software Version 10.2.12 generated on 2023/08/29. Provided by webmaster@bintec-elmeg.com
Copyright ©2023 by bintec elmeg GmbH