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 or not 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. Controls whether or not the web server should be enabled. Setting this variable to true will make the server operational. Setting this variable to false will disable the 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 occurrence of writing to NVRAM. This could be a save of the system configuration or via a file transfer of a configuration file.
LastSaveToStandbyNVRam. SysUpTime of the last occurrence of writing to standby NVRAM. 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 cannot have more than 512 buffers, while the high priority queue can have up to 768.
AruMode. The ARU mode of chassis operation.
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 with which the system was last booted.
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 name.
FileDetail. Used to indicate the flash file version.
FileType. Used to indicate the flash file type.
FileMode. Used to indicate the flash file mode.
FileSize. Used to indicate the flash file size.
FileCrc. Used to indicate the flash file cyclic redundancy check (CRC).
FileStatus. Used to indicate the flash file status. A file that has been marked for deletion, but whose space has not yet been reclaimed is marked as 'deleted'.
FileName. Used to indicate the PCMCIA file name.
FileDetail. Used to indicate the PCMCIA file version.
FileType. Used to indicate the PCMCIA file type.
FileMode. Used to indicate the PCMCIA file mode.
FileSize. Used to indicate the PCMCIA file size.
FileCrc. Used to indicate the PCMCIA file cyclic redundancy check (CRC).
FileStatus. Used to indicate the PCMCIA file status. A file that has been marked for deletion, but whose space has not yet been reclaimed 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/inet.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. Indicates if 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. Represented as bitset to indicate to which protocol this entry should be applied.
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 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 or not 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 fifth. 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-write web-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 requests to the web-server.
SaveConfig. Controls whether or not 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 card's hardware revision level.
PCMCIAType. The type of card currently installed in this CPU
.
Can be one of:
Descr. Interface description.
Type. The type of interface.
Mtu. The size of the largest packet that 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 the up(1) or testing(3) states, or it 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 OperStatus 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 remain in the down(2) state if and only if there is a fault that prevents it 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 or not linkUp/linkDown traps should be generated for this interface.
AutoNegotiate. Indicates whether or not this port enabled for autonegotiation.
AdminDuplex. Sets to full or half duplex (if applicable).
OperDuplex. Current duplex value.
AdminSpeed. Sets speed to 10Mb/s or 100Mb/s (if applicable).
OperSpeed. An estimate of the interface's current bandwidth in bits per second.
HighPriority. Controls whether or not 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 at any time.
BackupConnectorStatus. Indicates the status of the link attached to the back-up (non-active) connector.
DiscardTaggedFrames. Lets you select whether or not to discard tagged frames on an access port.
DiscardUntaggedFrames. Lets you select whether or not to discard untagged frames on a trunk port.
Default VlanId. The VLAN used as a default when a trunk port receives tagged packets. It must be a valid port-based VLAN in STG1 and the trunk port must be a member of that VLAN.
State. The port's current state as defined by application of the Spanning Tree Protocol. This state controls what action a port takes when a frame is received. If the bridge has detected a port that is malfunctioning, it will place that port into the broken(6) state. For ports that 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 toward the spanning tree root that includes 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.
MaxHop. Used to indicate the maximum number of hops a DHCP packet can take from the source device to the destination device (i.e., DHCP client to DHCP server).
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.
AlwaysBroadcast. When true, the server reply is sent as a broadcast back to the end station.
HelloInterval. The length of time, in seconds, between the Hello packets that the router sends on the interface. This value must be the same for all routers attached to a common network.
RtrDeadInterval. The number of seconds that a router's Hello packets have not been seen before its 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. 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.
AreaID. The identification number for the area, typically formatted as an IP address.
Dijkstra Holddown Timer is Factory set to 3 seconds
DoResp. Enabless or disables the sending of ARP 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, meaning that IP routes learned from an immediate neighbor are not advertised back to the neighbor from which the routes were learned.
AdvertiseDefaultRoute. Used to indicate whether this interface should advertize default route.
AcceptDefaultRoute. Used to indicate whether this interface should accept default route.
TriggeredUpdateEnable. Enables or disables triggered RIP updates. The default is false (disable).
AutoAggregateEnable. Enables or disables RIP automatic aggregation. RIP2 automatically aggregates routes to their natural mask. Auto aggregation can be enabled only in RIP2 mode or RIP1 compatiblity mode.
ServerAddr. The IP address of the DHCP server.
If this IP address corresponds to a locally configured IP network, the DHCP packet is broadcast out the interface to which the IP address is assigned. 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 or not this 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 specification 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 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 participate 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. The time interval (in seconds) between sending advertisement messages. Only the master router sends VRRP advertisements.
VirtualRouterUpTime. 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 with which this VLAN is associated. If this VLAN is not 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'.
SubnetMask. The IP subnet mask of this VLAN. This value is meaningful only if 'rcVlanType' is equal to 'byIpSubnet'.
Buttons:
HighPriority. Controls whether or not 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 if IGMP Snooping is enabled on this VLAN.
Robustness. This variable allows tuning for the expected packet loss on a subnet. If a subnet is expected to experience losses, 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.
LastQuerier. IP address of the last querier (multicast router)of this VLAN that was heard by the switch.
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.
Inport. Port where group membership was learned. If there are multiple members attached via the same port, only the last group reporter is shown.
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:
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 to which multicast traffic for the rcVlanIgmpSnoopStaticIpAddress is to be forwarded.
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 toward 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. Indicates whether or not 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 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. The 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 number of the port that 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 that 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.
MacAddress. 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. Select true or false to copy packets with a MAC address in the source or destination field. Used with port mirroring.
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. The 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. Used to identify with which VLANs this MLT is associated. 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.
LastErrorCode. Last reported error in system.
LastErrorSeverity. Severity of the above error.
MirrorPort. The port to which mirrored frames are to be forwarded.
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. Controls whether or not 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 specified 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 or 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:
TxPackets. Indicates the number of packets transmitted by OSPF.
RxPackets. Indicates the number of packets received by OSPF.
TxDropPackets. Indicates the number of packets dropped before transmitted by OSPF.
RxDropPackets. Indicates the number of packets dropped before received by OSPF.
RxBadPackets. Indicates the number of packets received by OSPF that are bad.
SpfRuns. Indicates the number of SPF calculatations performed by OSPF.
BuffersAllocated. Indicates the number of buffers allocated for OSPF.
BuffersFreed. Indicates the number of buffers that are freed by the OSPF.
BufferAllocFailures. Indicates the number of times that OSPF has failed to allocate buffers.
BufferFreeFailures. Indicates 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. Indicates the number of area mismatches received by this interface.
AuthTypeMismatches. Indicates the number of area mismatches received by this interface.
AuthFailures. Indicates the number of Authentication failures.
NetMaskMismatches. Indicates the number of net mask mismatches received by this interface.
HelloIntervalMismatches. Indicates the number of hello interval mismatches received by this interface.
DeadIntervalMismatches. Indicates the number of dead interval mismatches received by this interface.
OptionMismatches. Indicates the number of options mismatches received by this interface.
RxHellos. Indicates the number of hello packets received by this interface.
RxDBDescrs. Indicates the number of database descriptor packets received by this interface.
RxLSUpdates. Indicates the number of link state update packets received by this interface.
RxLSReqs. Indicates the number of link state request packets received by this interface.
RxLSAcks. Indicates the number opf link state acknowlege packets received by this interface.
TxHellos. Indicates the number of hello packets transmitted by this interface.
TxDBDescrs. Indicates the number of database descriptor packets transmitted by this interface.
TxLSUpdates. Indicates the number of link state update packets transmitted by this interface.
TxLSReqs. Indicates the number of link state request packets transmitted by this interface.
TxLSAcks. Indicates the number of link state acknowlege packets transmitted by this interface.