sysUpTime. The time since the network management portion of the system was last re-initialized.
sysContact. The contact person for this managed node, together with information on how to contact this person.
sysName. An administratively-assigned name for this managed device. By convention, this is the node's fully-qualified domain name.
sysLocation. The physical location of this device (e.g., `telephone closet, 3rd floor').
AuthenticationTraps. Indicates whether the SNMP agent process is permitted to generate authentication-failure traps. The value of this object overrides any configuration information; as such, it provides a means whereby all authentication-failure traps may be disabled.
EnableWebServer. Control whether the web server should be enabled. Setting this variable to true will make the server operational. Setting this variable to false will disable server.
EnableAccessPolicy. Used to configure the system access policy feature. if 'true', the rcSysAccessPolicyTable is examined to determine which packets should be allowed or denied access to this device.
LastChange. The time this device was last changed by a management application.
LastVlanChange. The time this device's VLAN configuration was last changed by a management application.
LastStatisticsReset. The time this device's counters were reset.
LastSaveToNVRam. SysUpTime of the last time when NVRAM was written to. This could be a save of the system configuration or via a file transfer of a configuration file.
LastSaveToStandbyNVRam. SysUpTime of the last time when the standby NVRAM was written to. This could be a save of the system configuration or via a file transfer of a configuration file.
Action. Perform one of the following actions:
SerialNumber. Unique chassis serial number.
HardwareRevision. The current hardware revision of the device chassis.
NumSlots. The number of slots (or cards) this device can contain.
NumPorts. The number of ports currently on this device.
TestResult. The result of the power-on diagnostics.
FanOperStatus. The fan's operational state. (There can be up to three fans.)
PowerSupplyOperStatus. Actual status of the power supply: (there
can be up to two power-supplies)
UseFactorySettings. If true, the system will ignore the configuration information stored in NVRAM when the device is booted. This does not affect the boot monitor config.
HighPriorityMode. Used to indicate whether the system is configured to operate in a high priority mode. The switch can operate in either a 'best effort' or 'high priority' mode. In the 'best effort' setting, the maximum queue thresholds for the QUIDs are set to 768/768 buffers. In the 'high priority' mode the setting is 512/768. This means that in 'high priority' mode the normal priority queue can't have more than 512 buffers, while the high priority queue can have up to 768.
AruMode. The ARU mode the chassis is operating in.
FlashBytesUsed. The number of bytes used in the system's configuration flash device.
FlashBytesFree. The number of bytes available in the system's configuration flash device.
PcmciaBytesUsed. The number of bytes used in the system's PCMCIA device.
PcmciaBytesFree. The number of bytes available in the system's PCMCIA device.
Action. Used to specify a particular action to perform on one
of the system's device.
LastBootSource. Used to indicate the source of the software image the system was last booted with.
PrimarySource. Used to indicate the primary choice to get a system software image.
PrimarySourceFileName. Used to indicate a file number, if applicable.
SecondarySource. Used to indicate the secondary choice to get a system software image.
SecondarySourceFileName. Used to indicate a file name, if applicable.
TertiarySource. Used to indicate the tertiary choice to get a system software image.
TertiarySourceFileName. Used to indicate a file name, if applicable.
ConfigSource. Used to indicate the location to get a system configuration file during system boot.
ConfigSourceFileName. Used to indicate a file name, if applicable.
FileName. Used to indicate a flash file's name.
FileDetail. Used to indicate the flash file's version.
FileType. Used to indicate the flash file's type.
FileMode. Used to indicate the flash file's mode.
FileSize. Used to indicate the flash file's size.
FileCrc. Used to indicate the flash file's CRC.
FileStatus. Used to indicate the flash file's status. A file that has been marked for deletion, but who's space has not been reclaimed yet is marked as 'deleted'.
FileName. Used to indicate the PCMCIA file's name.
FileDetail. Used to indicate the PCMCIA file's version.
FileType. Used to indicate the PCMCIA file's type.
FileMode. Used to indicate the PCMCIA file's mode.
FileSize. Used to indicate the PCMCIA file's size.
FileCrc. Used to indicate the PCMCIA file's CRC.
FileStatus. Used to indicate the PCMCIA file's status. A file that has been marked for deletion, but who's space has not been reclaimed yet is marked as 'deleted'.
Action. The tftp operation can be one of:
Note that on Solaris workstations, you must uncomment the tftp daemon line in /etc/inetd.conf; do not use the -s option.
Community. Community string used for trap messages to this trap receiver.
Version. By default, traps are sent in SNMP V2c format. If you are using an older NMS that only supports V1 traps (i.e. HP OpenView) you can select that option.. Both will send a V1 and a V2c trap to the receiver.
Name. Name of this policy.
Active. Indicate whether this policy is currently active.
Mode. Used to indicate whether a packet having a source IP address that matches this entry should be permitted to enter the device or denied access.
Service. Is represented as bitset to indicate which protocol this entry should be applied to.
Precedence. Used to indicate the precedence of this policy. The Lower the number the higher the precedence.
NetAddr. Source network IP address
netMask. Source network mask.
TrustedHostAddr. Trusted IP address of host performing a rlogin or rsh into the device
TrustedHostuserName. User name on the trusted host performing a rlogin or rsh into the device.
AccessLevel. Access level of trusted host.
Log. Used to indicate whether logging should be performed if this policy was applied.
Usage. Usage counter
LockedPorts. The set of ports that are administratively locked. Locked ports cannot be modified in anyway until the port is unlocked first.
RWAPassword. Password for the read-write-all CLI account.
RWUserName. User name for the read-write CLI account.
RWPassword. Password for the read-write CLI account.
RWL3UserName. User name for the read-write layer-3 CLI account.
RWL3Password. Password for the read-write layer-3 CLI account.
RWL2UserName. User name for the read-write layer-2 CLI account.
RWL2Password. Password for the read-write layer-2 CLI account.
ROUserName. User name for the read-only CLI account.
ROPassword. Password for the read-only CLI account
MaxTelnetSessions. Used to indicate the maximum number of telnet sessions the system will support.
MaxRlogingSessions. Used to indicate the maximum number of rlogin sessions the system will support.
Timeout. Used to indicate the amount of idle time, in seconds to wait before timing out telnet and rlogin sessions.
NumAccessViolations. Used to indicate the number of CLI access violations detected by the system.
ReadWrite. When an SNMP message is received by this entity, the community string in the message is compared with this string second. If it matches, read-write access is granted to all items in the MIB except community strings. (Community strings appear empty when read and return a noSuchName error when an attempt is made to write them.) If it doesn't match, the ReadOnly string is compared next.
ReadWriteLayer3. When an SNMP message is received by this entity, the community string in the message is compared with this string third. If it matches, read-write access is granted to all Layer-3 items in the MIB except community strings. (Community strings appear empty when read and return a no such name error when an attempt is made to write them.) If it doesn't match, the rcSysCommReadWriteLayer2 string is compared next.
ReadWriteLayer2. When an SNMP message is received by this entity, the community string in the message is compared with this string fourth. If it matches, read-write access is granted to all Layer-2 items in the MIB except community strings. (Community strings appear empty when read and return a no such name error when an attempt is made to write them.) If it doesn't match, the rcSysCommReadOnly string is compared next.
ReadOnly. When an SNMP message is received by this entity, the community string in the message is compared with this string third. If it matches, read-only access is granted to all items in the MIB except community strings. (Community strings appear empty when read.) If it doesn't match, no access is granted, no response is sent back to the SNMP requester, and SNMP traps are sent to the SNMP trap receivers if configured.
BufferUtilPeak. The largest Buffer Utilization since sysUpTime.
CpuUtil. Percentage of CPU utilization.
SwitchFabricUtil. Percentage of Switching Fabric utilization
NVRamSize. Total Non Volatile RAM in Kbytes. (For Config File.)
NVRamUsed. Non Volatile RAM in use in Kbytes. (For Config File.)
RWAPassword. Password for the read-write-all web-server account.
RWUserName. User name for the read-write web-server account.
RWPassword. Password for the read-writeweb-server account.
ROUserName. User name for the read-only web-server account.
ROPassword. Password for the read-only web-server account.
LastChange. Last web-browser initiated configuration change since sysUpTime.
NumHits. Number of hits to the web-server
NumAccessChecks. Number of access checks performed by the web-server.
NumAccessBlocks. Number of accesses blocked by the web-server
NumRxErrors. Number of receive errors encountered by the web-server
NumTxErrors. Number of transmit errors encountered by the web-server.
NumSetRequest. Number of set-request to the web-server.
SaveConfig. Control whether RMON configuration information should be saved to NVRAM so RMON settings can be automatically reinstalled after a system reboot.
TrapOption. Used to indicate whether RMON traps should be sent to only the owner of the RMON alarm (i.e., the manager that created the alarm entry) or all trap recipients in the system trap receiver table.
MemSize. Amount of RAM in bytes to allocate for RMON to use when rcSysRmonEnable is TRUE.
AdminStatus. Used to enable or disable the card (applies to CPU cards only).
OperStatus. Operational Status of this card.
SerialNumber. Unique serial number; 0 if unavailable.
HardwareRevision. This cards's hardware revision level.
PCMCIAType. The type of card currently installed in this CPU
card. Can be one of:
Descr. Interface description.
Type. The type of interface.
Mtu. The size of the largest packet which can be sent/received on the interface, specified in octets.
PhysAddress. The interface's address at its protocol sub-layer. The interface's media-specific MIB must define the bit and byte ordering and format of the value contained by this object.
AdminStatus. The desired state of the interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with AdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, AdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state).
OperStatus. The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If AdminStatus is down(2) then ifOperStatus should be down(2). If AdminStatus is changed to up(1) then OperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to dormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incomming connection); it should remain in the down(2) state if and only if there is a fault that prevents if from going to the up(1) state.
LastChange. The value of sysUpTime at the time the interface entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
LinkTrap. Indicates whether linkUp/linkDown traps should be generated for this interface.
AutoNegotiate. Indicate whether this port enabled for auto negotiations or not.
AdminDuplex. Set to full or half duplex (if applicable).
OperDuplex. Current duplex value.
AdminSpeed. Set speed to 10Mb/s or 100Mb/s (if applicable).
OperSpeed. An estimate of the interface's current bandwidth in bits per second.
HighPriority. Control whether this VLAN should be given high priority.
Action. Port related actions. Can be one of:
ActiveConnector. For ports configured with redundant connectors, this value is used to indicate which connector is currently the active one. Only one connector can be active an anytime.
BackupConnectorStatus. Indicate the status of the link attached to the back-up (non-active) connector.
State. The port's current state as defined by application of the Spanning Tree Protocol. This state controls what action a port takes on reception of a frame. If the bridge has detected a port that is malfunctioning it will place that port into the broken(6) state. For ports which are disabled (see EnableStp), this object will have a value of disabled(1).
EnableStp. The enabled/disabled status of the port. This will only affect the operation of the spanning tree protocol on the port. Disabling STP at the STG will take precedence of what is configured here
FastStart. When this flag is set, the port is moved straight to the forwarding(5) state upon being enabled.
PathCost. The contribution of this port to the path cost of paths towards the spanning tree root which include this port. 802.1D-1990 recommends that the default value of this parameter be in inverse proportion to the speed of the attached LAN.
DesignatedRoot. The unique Bridge Identifier of the Bridge recorded as the Root in the Configuration BPDUs transmitted by the Designated Bridge for the segment to which the port is attached.
DesignatedCost. The path cost of the Designated Port of the segment connected to this port. This value is compared to the Root Path Cost field in received bridge PDUs.
DesignatedBridge. The Bridge Identifier of the bridge which this port considers to be the Designated Bridge for this port's segment.
DesignatedPort. The Port Identifier of the port on the Designated Bridge for this port's segment.
ForwardTransitions. The number of times this port has transitioned from the Learning state to the Forwarding state.
NetMask. The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
BcastAddrFormat. The IP broadcast address format used on this interface.
ReasmMaxSize. The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface.
OspfEnable. Enable OSPF (Open Shortest Path First).
RipEnable. Enable RIP (Route)?
MinSec. Used to indicate the minimum number of seconds to wait between receiving a DHCP packet and actually forwarding the DHCP packet to the destination device. A value of zero(0) indicates forwarding should be done immediately without any delay.
Mode. Used to indicate what type of DHCP packets this interface should support. A value of none(0) will result in all incoming DHCP and BOOTP packets to be dropped.
RtrDeadInterval. The number of seconds that a router's Hello packets have not been seen before it's neighbors declare the router down. This should be some multiple of the Hello interval. This value must be the same for all routers attached to a common network.
DesigRtrPriority. The priority of this interface. Used in multi- access networks, this field is used in the designated router election algorithm. The value 0 signifies that the router is not eligible to become the designated router on this particular network. In the event of a tie in this value, routers will use their router id as a tie breaker.
Metric. The metric of using this type of service on this interface. The default value of the TOS 0 Metric is 10^8 / ifSpeed. The value FFFF is distinguished to mean 'no route via this TOS'.
AuthKey. The Authentication Key. If the Area's Authorization Type is simplePassword, and the key length is shorter than 8 octets, the agent will left adjust and zero fill to 8 octets. When read, ospfIfAuthKey always returns an Octet String of length zero.
Dijkstra Hold down Timer is Factory set to 3 seconds
DoProxy. Enable or disable the sending of ARP proxy responses on the specified interface.
Listen. Enable or disable RIP reception on the specified interface.
Poison. Enable or disable operation of poison reverse on the specified interface. If poison is disabled, split-horizon operation is enabled.
Advertise. Used to indicate whether this interface should advertize default route.
Accept. Used to indicate whether this interface should accept default route.
ServerAddr. The IP address of the DHCP server. If this IP address corresponds to a locally configured IP network, the DHCP packet is broadcasted out the interface the IP address is assigned to. This behavior is known as 'relay agent' mode.
If this IP address is a remote address, the DHCP packet is sent via unicast to the remote device. This behavior is known as 'preferred server' mode.
Enable. Used to indicate whether is entry should be used.
Mode. Used to indicate whether this entry pertains to BOOTP packets, DHCP packets, or both.
IpAddr. The assigned IP addresses that a virtual router is responsible for backing up.
VirtualMacAddr. The virtual MAC address of the virtual router. This is derived as follows: 00-00-5E-00-01-<VRID>.
Where the first three octets consist of the IANA's OUI; The next two octets indicate the address block of the VRRP protocol; and the remaining octets consist of the VRID.
Although this object can be derived from the 'vrrpOperVrId' object,
it is included here, for completeness, so that it
is easily obtainable by a management application and can be included
in VRRP-related SNMP traps.
State. The current state of the virtual router.
Control. This object will enable/disable the virtual router function. Setting the value to 'enabled', will transition the state of the router from 'initialize to 'backup'; Setting the value to 'disabled', will tranisition the router from 'master' or 'backup' to 'initialize'.
Priority. This object specifies the priority for the virtual router (e.g., master election) with respect to other virtual routers that are backing up a one or more associated IP addresses. Higher values imply higher priority.
A priority of '0', although not settable, is used to indicate that this router has ceased to particpate in VRRP and a backup virtual router should transition to become a new master.
A priority of 255 is used for the router that owns the associated IP address(es).
MasterIpAddr. The master router's real (primary) IP address. This is the IP address listed as the source in VRRP advertisement last received by this virtual router"
AdvertisementInterval. This is the time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
VirtualRouterUpTime. This is the time interval (in hundredths of a second) since this virtual router was initialized.
CriticalIpAddr. IP address of the interface that will cause a
shutdown event.
IpAddr. The assigned IP addresses that a virtual router is responsible
for backing up.
Result and Code: The result of the most recently run (or current)
test.
FailCount. The number of iterations of the test case that failed.
Basic Attributes:
Color. The color is a proprietary number scheme used by the DM to associate an integer value with a particular color. The color is treated transparently in the device.
StgId. Used to indicate the spanning tree group this VLAN is associated it. If this VLAN is not be associated with any spanning tree group, this value should be set to zero(0).
Type. Used to indicate the type of VLAN.
PortMembers: Ports who are members of this VLAN
ActiveMembers: Ports who are active members of this VLAN
StaticMembers. A one(1) value in a bit means the port is a static member of this VLAN. A zero(0) value in a bit means the port is a dynamic member of this VLAN.
NotAllowToJoin. A one(1) value in a bit means the port is not allowed to join a VLAN. A zero(0) value in a bit means the port is allowed to join a VLAN.
ProtocolId. The protocol id of this VLAN. This value is meaningful only if 'rcVlanType' is equal to 'byProtocolId'.
SubnetAddr. The IP subnet address of this VLAN. This value is meaningful only if 'rcVlanType' is equal to 'byIpSubnet'. NOTE: This feature is not available in Release 1.1.
SubnetMask. The IP subnet mask of this VLAN. This value is meaningful only if 'rcVlanType' is equal to 'byIpSubnet'. NOTE: This feature is not available in Release 1.1.
Buttons:
HighPriority. Control whether this VLAN should be given high priority.
IfIndex. If routing is set to TRUE, then this value will indicate the 'logical' ifIndex that is assigned to this VLAN. Otherwise, this value is meaningless and should be set to zero.
AgingTime. The timeout period in seconds for aging out dynamic members of policy-based VLANs.
MacAddress. The MAC address assigned to this VLAN. This field is only relevant when the VLAN is configured for routing. This is the MAC Address used as the Source MAC in Routed frames, ARP replies, RIP & Ospf Frames etc.
Action. One of:
UserDefinedPid. When rcVlanProtocolId is set to usrDefined(15)
in a protocol-based VLAN, this field represents the 16-bit user defined
protocol identifier.
ReportProxyEnable. A flag to note whether IGMP Report Proxy is enabled on this VLAN.
Robustness. This variable allows tuning for the expected packet loss on a subnet. If a subnet is expected to be lossy, the Robustness variable may be increased. IGMP is robust to (Robustness - 1) packet losses.
QueryInterval. The interval (in seconds) between IGMP Host-Query packets transmitted on this interface.
MRouterPorts. The set of ports in this VLAN that provide connectivity to an IP Multicast router.
ActiveMRouterPorts. Active ports.
ActiveQuerier. IP address of multicast querier router.
QuerierPort. The port on which the multicast querier router was heard.
MRouterExpiration. Multicast querier router aging time out.
Buttons:
IpAddress. The IP multicast group address for which this entry contains information.
IfIndex. The interface for which this entry contains information for this IP multicast group address.
Member. The IP Address of the source of the membership report received for this IP Multicast group address on this interface. If no membership report has been received, this object has the value 0.0.0.0.
Expiration. The minimum amount of time remaining before this entry will be aged out.
Type. The type of entry: dynamic(1) entries are created by snooping IGMP messages, static(2) entries are created via management.
IpAddress. The IP multicast group address for which this entry contains information. The address must fall within 224.0.1.0 to 239.255.255.255.
MemberPorts. The set of ports in this VLAN multicast traffic for the rcVlanIgmpSnoopStaticIpAddress is to be forwarded to.
BridgeMaxAge. The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this bridge is currently using.
BridgeHelloTime. The amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree or trying to become so, in units of hundredths of a second. This is the actual value that this bridge is currently using.
BridgeForwardDelay. This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used, when a topology change has been detected and is underway, to age all dynamic entries in the Forwarding Database. [Note that this value is the one that this bridge is currently using, in contrast to rcStgBridgeForwardDelay which is the value that this bridge and all others would start using if/when this bridge were to become the root.]
EnableStp. Indicate whether the spanning tree protocol should be active in this STG.
StpTrapEnable. Indicate whether traps relating to the spanning tree protocol should be sent for this STG.
TaggedBpduAddress. The MAC address to be assigned to the destination mac address field in tagged BPDUs. The default address is the well known multicast group address 01-80-c2-00-00-00. Spanning Tree Group 1 does not Tag BPDUs in order to remain compliant to specification.
TaggedBpduVlanId. The VLAN ID to be used for tagging BPDUs.
PortMembers. A bitfield used to identify which ports in the system are members this STG.
NumPorts. The number of ports controlled by this bridging entity.
ProtocolSpecification. An indication of what version of the Spanning Tree Protocol is being run. The value 'decLb100(2)' indicates the DEC LANbridge 100 Spanning Tree protocol. IEEE 802.1d implementations will return 'ieee8021d(3)'. If future versions of the IEEE Spanning Tree Protocol are released that are incompatible with the current version a new value will be defined.
TimeSinceTopologyChange. The time (in hundredths of a second) since the last time a topology change was detected by the bridge entity.
TopChanges. The total number of topology changes detected by this bridge since the management entity was last reset or initialized.
DesignatedRoot. he bridge identifier of the root of the spanning tree as determined by the Spanning Tree Protocol as executed by this node. This value is used as the Root Identifier parameter in all Configuration Bridge PDUs originated by this node.
RootCost. The cost of the path to the root as seen from this bridge.
RootPort. The port number of the port which offers the lowest cost path from this bridge to the root bridge.
MaxAge. The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this bridge is currently using.
HelloTime. The amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree or trying to become so, in units of hundredths of a second. This is the actual value that this bridge is currently using.
HoldTime. This time value determines the interval length during which no more than two Configuration bridge PDUs shall be transmitted by this node, in units of hundredths of a second.
ForwardDelay. This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used, when a topology change has been detected and is underway, to age all dynamic entries in the Forwarding Database. [Note that this value is the one that this bridge is currently using, in contrast to rcStgBridgeForwardDelay which is the value that this bridge and all others would start using if/when this bridge were to become the root.]
AgingTime. The timeout period in seconds for aging out dynamically learned forwarding information. 802.1D-1990 recommends a default of 300 seconds.
Address. A unicast MAC address for which the bridge has forwarding and/or filtering information.
Port. Either the value '0', or the port number of the port on which a frame having a source address equal to the value of the corresponding instance of rcBridgeFdbAddress has been seen. A value of '0' indicates that the port number has not been learned but that the bridge does have some forwarding/filtering information about this address (e.g. in the dot1dStaticTable). Implementors are encouraged to assign the port value to this object whenever it is learned even for addresses for which the corresponding value of rcBridgeFdbStatus is not learned(3).
Monitor. This object is used to specify to monitor the unicast MAC address for which the bridge has forwarding information.
Priority. Used to indicate the priority of the incoming frames with this destination Mac Address.
Port. Either the value '0', or the port number of the port from which a frame must be received in order for this static entry's information to apply. A value of zero indicates that this entry applies on all ports of the bridge for which there is no other applicable entry.
Monitor. This object is used to specify to monitor the a specific port and destined for a specific MAC address.
Priority. Used to indicate the priority of the frames this MAC address.
Status. This object indicates the status of this entry. The default value is permanent.
Port. Either the port number of the port from which a frame must be received in order for this entry's filtering information to apply.
NotAllowedFrom. The set of ports to which frames received from a specific port and destined for a specific MAC address, are not allowed to be forwarded.
Status. This object indicates the status of this entry. The default value is permanent.
PortType. The type of MLT port: access(1) or trunk(2)
PortMembers. The set of ports that are members of this MLT.
VlanIds. An array used to identify which VLANs this MLT is associated with. Each VLAN ID is stored as a two octet value. The first octet in the pair holds bits 15-8 of the VLAN ID, while the second octet holds bits 7-0 of the VLAN ID.
IfIndex. Used to indicate the 'logical' ifIndex assigned to this MLT.
SrcPort. The source TCP/UDP port of an IP packet.
DstAddress. The destination IP address of an IP packet.
DstPort. The destination TCP/UDP port of an IP packet.
Protocol. The protocol type of an IP packet.
MirroredPort. Ingress port.
MirroringPort. Egress port.
Mode. Mirror mode.
Enable. Enable this entry.
LastErrorCode. Last reported error in system.
LastErrorSeverity. Severity of above.
MirrorPort. The port to forward mirrored frames to.
EnableMirroredPortOne. Used to indicate whether the port specified in MirroredPortOne should be mirrored.
MirroredPortOne. The port to be mirrored. That is, traffic received on this port will be sent to the mirror port.
EnableMirroredPortTwo. Used to indicate whether the port specified in MirroredPortTwo should be mirrored.
MirroredPortTwo. The port to be mirrored. That is, traffic received on this port will be sent to the mirror port.
SaveConfig. Control whether Mirror configuration information should be saved to NVRAM so mirror settings can be automatically reinstalled after a system reboot. Setting SaveConfig to true does not immediately save the configuration information. The save happens when the Action variable is set to 'saveToNVRAM(4)'.
NoSpace. Used to indicate the number of entries that could not be added to the Address Translation (AR) table due to lack of space.
MaxHosts. Maximun number of remote hosts considered 'active' and able to receive messages from the Syslog service on the router.
OperState. The operational state of the syslog service on the router.
HostIpAddr. Host Ip Address.
HostUdpPort. Specifies the UDP port to use to send syslog messages to the host.
Facility. Specifies the UNIX facility used in messages to the syslog host. Default is LOCAL7.
Severity. Specifies the severity level for which syslog messages should be sent for the modules specifies in 'SyslogHostModule'.
MapInfoSeverity. Specifies the syslog severity to use for Accelar INFO messages. Default is INFO.
MapWarningSeverity. Specifies the syslog severity to use for Accelar WARNING messages. Default is WARNING. Should be <= INFO.
MapErrorSeverity. Specifies the syslog severity to use for Accelar ERROR messages. Default is ERROR. Should be <= WARNING.
MapFatalSeverity. Specifies the syslog severity to use for Accelar FATAL messages. Default is EMERGENCY. Should be <= ERROR.
Enable. Enable/Disable messages to be sent to syslog host.
Status. Indicates if the agent is participating in multi-segment
topology. The values are:
topOn(1)....topology
is on
topOff(2)...topology
is off
When the value is topOff(2) the status of topology table entries is
undefined. However, the agent should make its best attempt when the
value is changed to topOff(2) to remove all existing instances of topology
MIB objects. The agent must save the setting of this object in nonvolatile
memory (i.e., save across reboots).
NmmLstChg. The value of sysUpTime the last time an entry in the NMM topology table was added, deleted, or modified. If the NMM topology table has not changed since cold/warm start of the agent, then the value is zero.
NmmMaxNum. The maximum number of entries in the NMM topology table.
NmmCurNum. The current number of entries in the NMM topology table.
NOTE: There is an artificial 'row' for the reporting agent with slot and port equal to zero.
NOTE: Non-modular devices that do not have multiple slots should set this value to 1.
Port. The port on which the topology message was received.
NOTE: there is an artificial 'row' for the reporting agent with slot and port equal to zero.
IpAddr. The IP address of the sender of the topology message.
SegId. The 'segment identifier' of the segment from which the remote agent sent the topology message. The value is extracted from the received topology message. Different devices may use different methods for representing the segment identifier. For example, system 5000 NMMs that run multi-segment autotopology use the SrcIndx of the segment as the segment identifier; switches use a computed a value equal to '(256 * s) + p' where 's' is the board, card or slot number and 'p' is the port number on and as seen by the switch sending the topology message; system 3000 NMMs use the lower three bytes of the MAC address of the NMM as the segment identifier. In any case, the 'segment identifier' uniquely identifies the network segment in the remote device from which the topology message was sent.
MacAddr. The MAC address of the sender of the topology message.
ChassisType. The chassis type of the device that sent the topology message.
BkplType. The backplane type of the device that sent the topology message.
LocalSeg. Indicates if the sender of the topology message is on the same Ethernet segment (i.e., NOT across a bridge) as the reporting agent.
CurState. The current state of sender of the topology message. The values are: topChanged(1)...topology information has recently changed heartbeat(2)....topology information unchanged new(3)..........sending agent is in new state.
TxPackets. Used to indicate the number of packets transmitted by OSPF.
RxPackets. Used to indicate the number of packets received by OSPF.
TxDropPackets. Used to indicate the number of packets dropped before transmitted by OSPF.
RxDropPackets. Used to indicate the number of packets dropped before received by OSPF.
RxBadPackets. Used to indicate the number of packets received by OSPF that are bad.
SpfRuns. Used to indicate the number of SPF calculatations performed by OSPF.
BuffersAllocated. Used to indicate the number of buffers allocated for OSPF.
BuffersFreed. Used to indicate the number of buffers that are freed by the OSPF.
BufferAllocFailures. Used to indicate the number of times that OSPF has failed to allocate buffers.
BufferFreeFailures. Used to indicate the number of times that OSPF has failed to free buffers.
InConfigBpdus. The number of Config Bpdus received.
InTcnBpdus. The number of Topology Change Notification Bpdus received.
InBadBpdus. The number of unknown or malformed Bpdus received.
OutConfigBpdus. The number of Config Bpdus transmitted.
OutTcnBpdus.The number of Topology Change Notification Bpdus transmitted.
InMulticastFrames. The total number of incoming multicast frames that were bridged.
InBroadcastFrames. The total number of incoming broadcast frames that were bridged.
InDiscards. The total number of frames that were discarded by the bridging entity.
OutUnicastFrames. The total number of outgoing unicast frames that were bridged.
OutMulticastFrames. The total number of outgoing multicast frames that were bridged.
OutBroadcastFrames. The total number of outgoing broadcast frames that were bridged.
InMulticastFrames. The total number of incoming multicast frames that were routed.
InDiscards. The total number of frames that were discarded by the routing entity.
OutUnicastFrames. The total number of outgoing unicast frames that were routed.
OutMulticastFrames. The total number of outgoing multicast frames that were routed.
AreaMismatches. Used to indicate the number area mismatches received by this interface.
AuthTypeMismatches. Used to indicate the number area mismatches received by this interface.
AuthFailures. Used to indicate the number Authentication failures.
NetMaskMismatches. Used to indicate the number net mask mismatches received by this interface.
HelloIntervalMismatches. Used to indicate the number hello interval mismatches received by this interface.
DeadIntervalMismatches. Used to indicate the number dead interval mismatches received by this interface.
OptionMismatches. Used to indicate the number options mismatches received by this interface."
RxHellos. Used to indicate the number hello packets received by this interface.
RxDBDescrs. Used to indicate the number database descriptor packets received by this interface.
RxLSUpdates. Used to indicate the number Link state update packets received by this interface.
RxLSReqs. Used to indicate the number Link state request packets received by this interface.
RxLSAcks. Used to indicate the number Link state acknowlege packets received by this interface.
TxHellos. Used to indicate the number hello packets transmitted by this interface.
TxDBDescrs. Used to indicate the number database descriptor packets transmitted by this interface.
TxLSUpdates. Used to indicate the number Link state update packets transmitted by this interface.
TxLSReqs. Used to indicate the number Link state request packets transmitted by this interface.
TxLSAcks. Used to indicate the number Link state acknowlege packets transmitted by this interface.