App-Netsync
view release on metacpan or search on metacpan
share/mib/FOUNDRY-SN-AGENT-MIB.mib view on Meta::CPAN
SYNTAX DisplayString (SIZE (0..48))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The user password."
::= { snAgentUserAccntEntry 2 }
snAgentUserAccntEncryptCode OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The password encryption method code."
::= { snAgentUserAccntEntry 3 }
snAgentUserAccntPrivilege OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The user privilege."
::= { snAgentUserAccntEntry 4 }
snAgentUserAccntRowStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1),
valid(2),
delete(3),
create(4),
modify(5) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"To create or delete a user account table entry."
::= { snAgentUserAccntEntry 5 }
-- Agent Redundant Group
snAgentRedunGbl OBJECT IDENTIFIER ::= { snAgentRedundant 1 }
snAgentRedunActiveMgmtMod OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Slot number of the active management module. Setting
this object does not take effect immediately. Saving
configuration data to flash storage and reboot the
system are required to take effect. Setting a value of 0
requests the system to auto-select an active management
module after power up."
DEFVAL { 0 }
::= { snAgentRedunGbl 1 }
snAgentRedunSyncConfig OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Frequency of the backup management module copying the
configuration data from the active management module.
Each unit is 1 second. Setting a value 0 will disable
the synchronization copy. Setting a negative value will
initiate the synchronization copy once immediately."
::= { snAgentRedunGbl 2 }
snAgentRedunBkupCopyBootCode OBJECT-TYPE
SYNTAX INTEGER { disabled(0), enabled(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"If enabled(1), the backup management module copies the boot code
from the active management module to its boot code flash storage
after power up, and whenever the active management module's boot
code is updated. The backup management module does not copy if
both boot codes were identical."
DEFVAL { disabled }
::= { snAgentRedunGbl 3 }
snAgentEnableMgmtModRedunStateChangeTrap OBJECT-TYPE
SYNTAX INTEGER { disabled(0), enabled(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates whether the SNMP agent process is permitted to
generate management module redundancy state change traps."
DEFVAL { enabled }
::= { snAgentRedunGbl 4 }
snAgentRedunBkupBootLoad OBJECT-TYPE
SYNTAX INTEGER {
normal(1),
operationError(17),
downloadBackup(20)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Action object to down load a new boot code from boot flash storage
of the active management module to the backup management module.
The following are returned values from get operation:
normal(1)............no operation
operationError(17)...error codes
The following are input values from set operation:
downloadBackup(20)...download the boot code from the active
management module to the backup management
module
Any set operation is rejected during loading until error
or normal state is reached."
::= { snAgentRedunGbl 5 }
snAgentRedunSwitchOver OBJECT-TYPE
SYNTAX INTEGER {
other(1),
reset(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"To force a switch-over from standby to active state
if the backup management module exists in a chassis."
::= { snAgentRedunGbl 6 }
-- System CPU Utilization Table.
snAgentCpuUtilTable OBJECT-TYPE
SYNTAX SEQUENCE OF SnAgentCpuUtilEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table to list utilization for all CPUs in the device."
::= { snAgentCpu 1 }
snAgentCpuUtilEntry OBJECT-TYPE
SYNTAX SnAgentCpuUtilEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A row in the CPU utilization table."
INDEX {
snAgentCpuUtilSlotNum,
snAgentCpuUtilCpuId,
snAgentCpuUtilInterval
}
::= { snAgentCpuUtilTable 1 }
SnAgentCpuUtilEntry ::= SEQUENCE {
snAgentCpuUtilSlotNum
Integer32,
snAgentCpuUtilCpuId
Integer32,
snAgentCpuUtilInterval
Integer32,
snAgentCpuUtilValue
Gauge32,
snAgentCpuUtilPercent
Gauge32,
snAgentCpuUtil100thPercent
Gauge32
}
snAgentCpuUtilSlotNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The slot number of module which contains the cpu."
::= { snAgentCpuUtilEntry 1 }
snAgentCpuUtilCpuId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The id of cpu. For non-VM1/WSM management module, there is one CPU.
For VM1/WSM there's one management CPU and three slave CPUs.
The management CPU could be turned off. For POS and ATM
there's no management CPU but two slave CPUs.
Id for management cpu is 1. Value of 2 or greater are for slave CPUs. "
::= { snAgentCpuUtilEntry 2 }
( run in 1.759 second using v1.01-cache-2.11-cpan-5b529ec07f3 )