BAY-STACK-SOURCE-GUARD-MIB: View SNMP OID List / Download MIB
VENDOR: SYNOPTICS
Home | MIB: BAY-STACK-SOURCE-GUARD-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
bayStackSourceGuardMib | 1.3.6.1.4.1.45.5.20 |
This MIB module is used for IP Source Guard settings in Nortel's software and products. |
||
bsSourceGuardNotifications | 1.3.6.1.4.1.45.5.20.0 | |||
bsSourceGuardReachedMaxIpEntries | 1.3.6.1.4.1.45.5.20.0.1 |
This notification is generated when the maximum number of IP entries on a port has been reached. The port is identified by the instance of bssourceGuardConfigMode included in the notification. |
||
bsSourceGuardCannotEnablePort | 1.3.6.1.4.1.45.5.20.0.2 |
This notification is generated when there are insufficient resources available to enable IP source guard checking on a port. Note that this notification will *not* be generated as the result of a management operation, but rather only as a result of internal state changes within the system (for example, system initialization). The port for which the notification is generated is identified by the instance of bsSourceGuardConfigMode included in the notification. |
||
bsSourceGuardObjects | 1.3.6.1.4.1.45.5.20.1 | |||
bsSourceGuardConfigTable | 1.3.6.1.4.1.45.5.20.1.1 | no-access |
This table is used to configure IP Source Guard per port. |
|
1.3.6.1.4.1.45.5.20.1.1.1 | no-access |
An entry containing objects for configuring IP Source Guard settings for a port. |
||
bsSourceGuardConfigIfIndex | 1.3.6.1.4.1.45.5.20.1.1.1.1 | interfaceindex | no-access |
The interface on which Source Guard configuration setting apply. |
bsSourceGuardConfigMode | 1.3.6.1.4.1.45.5.20.1.1.1.2 | integer | read-write |
This object is used to control the Source Guard mode on an interface. The values are as follows: disabled(1) - Source Guard is disabled on this interface. ip(2) - Source Guard only allows traffic from a list of IP addresses on this interface. Enumeration: 'disabled': 1, 'ip': 2. |
bsSourceGuardAddrTable | 1.3.6.1.4.1.45.5.20.1.2 | no-access |
This table contains a list of internet and/or MAC addresses allowed by Source Guard on an interface. An entry in this table must indicate either a valid internet address and/or a valid MAC address. This means that an entry may not exist where the value of bsSourceGuardAddrType is unknown(0) and the value of bsSourceGuardAddrMACAddr is 00:00:00:00:00:00. If an entry indicates only an internet address, Source Guard will allow that address regardless of MAC address. Note that currently, MAC addresses are not supported. This means that currently, the value of bsSourceGuardAddrMACAddr must always by 00:00:00:00:00:00, and the value of bsSourceGuardAddrType must not be unknown(0). |
|
1.3.6.1.4.1.45.5.20.1.2.1 | no-access |
An entry containing an address allowed by Source Guard on an interface. |
||
bsSourceGuardAddrIndex | 1.3.6.1.4.1.45.5.20.1.2.1.1 | interfaceindex | no-access |
The ifIndex value of the interface. |
bsSourceGuardAddrType | 1.3.6.1.4.1.45.5.20.1.2.1.2 | inetaddresstype | no-access |
The type of internet address contained in the corresponding instance of bsSourceGuardAddrAddress. If the value of this object is other(0), then the corresponding instance of bsSourceGuardAddrAddress must be a zero length value. |
bsSourceGuardAddrAddress | 1.3.6.1.4.1.45.5.20.1.2.1.3 | inetaddress | no-access |
The internet address allowed by Source Guard on this interface. If this object contains a zero length value, then the Source Guard feature will not use the value. |
bsSourceGuardAddrMACAddr | 1.3.6.1.4.1.45.5.20.1.2.1.4 | macaddress | no-access |
The ethernet MAC address allowed by Source Guard on this interface. If this object contains the value 00:00:00:00:00:00, then the Source Guard feature will not use the value. |
bsSourceGuardAddrSource | 1.3.6.1.4.1.45.5.20.1.2.1.5 | integer | read-only |
The source of the address(es). Currently, the only source is from dhcp snooping. In the future, static addresses will be allowed. Enumeration: 'dhcpSnooping': 1. |
bsSourceGuardStatsTable | 1.3.6.1.4.1.45.5.20.1.3 | no-access |
Per-interface IP Source Guard statistics. |
|
1.3.6.1.4.1.45.5.20.1.3.1 | no-access |
An entry containing Source Guard statistics for an interface. |
||
bsSourceGuardStatsIfIndex | 1.3.6.1.4.1.45.5.20.1.3.1.1 | interfaceindex | no-access |
The ifIndex value of the interface. |
bsSourceGuardStatsDroppedPackets | 1.3.6.1.4.1.45.5.20.1.3.1.2 | counter32 | read-only |
The number of received packets on this interface that were dropped due to IP source guard filtering. |