GBNL2PortSecurity-MIB
- Registered at
- 1.3.6.1.4.1.13464.1.2.4.1
- Last updated
- 2013-01-24 00:00
- Organization
- Admin
- Revisions
- 2013-01-24 00:00
- Namespace
- fs
- Source file
GBNL2PortSecurity-MIB- Digest
sha256:af1dafd7cc4ccb47b9128e08e058992ca90b41570cd3ae0e7c5bb775528b93cd
Description
gbn PortSecurity Enterprise MIB definition.
Contact
Admin E-mail: support@admin.com
Imports
| From | Symbols |
|---|---|
| ADMIN-MASTER-MIB | gbnL2 |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
ADMIN-MASTER-MIB GBNL2PortSecurity-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| gbnL2Switch OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.4.1 | |||
| portSecurityNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.13464.1.2.4.1.8.0 | |||
| portSecurityPortTable OBJECT-TYPE table of information of ports. | 1.3.6.1.4.1.13464.1.2.4.1.8.1 | not-accessible | current | |
| portSecurityPortEntry OBJECT-TYPE table of information of ports. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1 | not-accessible | current | |
| portSecurityPortNum OBJECT-TYPE The Port number associated with this Port. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.1 | Unsigned32 | read-only | current |
| portSecurityEnable OBJECT-TYPE Enable/disable port security of this Port.default is disabled. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.2 | TruthValue | read-write | current |
| portSecurityMaxNum OBJECT-TYPE Max secure mac address.default is 0. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.3 | Integer32 (0..4000) | read-write | current |
| portSecurityCurrentNum OBJECT-TYPE Current mac address. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.4 | Integer32 (0..4000) | read-only | current |
| portSecurityViolationMode OBJECT-TYPE action when receive illegal packets.default is protect. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.5 | INTEGER {protect(0), restrict(1), shutdown(2)} | read-write | current |
| portSecurityAgingStatic OBJECT-TYPE enable static mac aging.default is false. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.6 | TruthValue | read-write | current |
| portSecurityAgingTime OBJECT-TYPE value of aging time.default is 1 minute | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.7 | Integer32 (1..1440) | read-write | current |
| portSecuritySticky OBJECT-TYPE enable sticky function.default is false. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.8 | TruthValue | read-write | current |
| portSecurityShutdown OBJECT-TYPE whether port is shutdown by port-security. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.9 | TruthValue | read-only | current |
| portSecurityRecovery OBJECT-TYPE whether port auto recovery after shutdown. | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.10 | TruthValue | read-write | current |
| portSecurityRecoveryTime OBJECT-TYPE value of auto recovery time.default is 5 minute | 1.3.6.1.4.1.13464.1.2.4.1.8.1.1.11 | Integer32 (1..3660) | read-write | current |
| portSecurityMacRuleTable OBJECT-TYPE table of mac rules of ports. | 1.3.6.1.4.1.13464.1.2.4.1.8.2 | not-accessible | current | |
| portSecurityMacRuleEntry OBJECT-TYPE table of mac rules of ports. | 1.3.6.1.4.1.13464.1.2.4.1.8.2.1 | not-accessible | current | |
| portSecurityMacRulePortNum OBJECT-TYPE The Port number associated with this Port. | 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.1 | Unsigned32 | read-only | current |
| portSecurityMacRuleMac OBJECT-TYPE mac address. | 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.2 | MacAddress | read-only | current |
| portSecurityMacRuleAction OBJECT-TYPE forward action of mac address. | 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.3 | INTEGER {permit(0), deny(1), sticky(2)} | read-write | current |
| portSecurityMacRuleVid OBJECT-TYPE vlan id of mac address.0 means no configured. | 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.4 | Integer32 (0..4094) | read-write | current |
| portSecurityMacRuleIpv4 OBJECT-TYPE vlan if of mac address.0.0.0.0 means no configured. | 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.5 | IpAddress | read-write | current |
| portSecurityMacRuleType OBJECT-TYPE type of mac address. | 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.6 | INTEGER {mac(0), macvid(1), macip(2)} | read-write | current |
| portsecurityMacRuleRowStatus OBJECT-TYPE use to create or delete a rule.step:1)portsecurityMacRuleRowStatus with value 5(create and wait);2)other mib needed; for mac rule just portSecurityMacRuleType and portSecurityMacRuleAction, for mac+vid rule just portSecurityMacRuleType, portSecurityMacRuleAction, and portSecurityMacRuleVid, for mac+ip rule just portSecurityMacRuleType, portSecurityMacRuleAction, and portSecurityMacRuleIpv4; 3)portsecurityMacRuleRowStatus with value 4(create and go) to create, or portsecurityMacRuleRowStatus with value 6(destroy) to delete | 1.3.6.1.4.1.13464.1.2.4.1.8.2.1.7 | RowStatus | read-write | current |
| portSecurityIpRuleTable OBJECT-TYPE table of ip rules of ports. | 1.3.6.1.4.1.13464.1.2.4.1.8.3 | not-accessible | current | |
| portSecurityIpRuleEntry OBJECT-TYPE table of ip rules of ports. | 1.3.6.1.4.1.13464.1.2.4.1.8.3.1 | not-accessible | current | |
| portSecurityIpRulePortNum OBJECT-TYPE The Port number associated with this Port. | 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.1 | Unsigned32 | read-only | current |
| portSecurityIpRuleIpv4Start OBJECT-TYPE start ip address of this rule. | 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.2 | IpAddress | read-only | current |
| portSecurityIpRuleIpv4End OBJECT-TYPE end ip address of this rule. | 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.3 | IpAddress | read-only | current |
| portSecurityIpRuleAction OBJECT-TYPE forward action of ip address. | 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.4 | INTEGER {permit(0), deny(1)} | read-write | current |
| portsecurityIpRuleRowStatus OBJECT-TYPE use to create or delete a rule.step:1)portsecurityIpRuleRowStatus with value 5(create and wait);2)portSecurityIpRuleAction; 3)portsecurityIpRuleRowStatus with value 4(create and go) to create, or portsecurityIpRuleRowStatus with value 6(destroy) to delete | 1.3.6.1.4.1.13464.1.2.4.1.8.3.1.5 | RowStatus | read-write | current |
| portSecurityActiveMacTable OBJECT-TYPE table of active mac. | 1.3.6.1.4.1.13464.1.2.4.1.8.4 | not-accessible | current | |
| portSecurityActiveMacEntry OBJECT-TYPE table of active mac. | 1.3.6.1.4.1.13464.1.2.4.1.8.4.1 | not-accessible | current | |
| portSecurityActiveMacDevice OBJECT-TYPE member unit of the switch. | 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.0 | Integer32 (0..7) | read-only | current |
| portSecurityActiveMacMacAddr OBJECT-TYPE mac address. | 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.1 | MacAddress | read-only | current |
| portSecurityActiveMacPortNum OBJECT-TYPE The Port number associated with this Port. | 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.2 | Unsigned32 | read-only | current |
| portSecurityActiveMacAction OBJECT-TYPE forward action of ip address. | 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.3 | INTEGER {permit(0), deny(1)} | read-only | current |
| portSecurityActiveMacVid OBJECT-TYPE vlan id of mac address. | 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.4 | Integer32 (1..4094) | read-only | current |
| portSecurityActiveMacIpv4 OBJECT-TYPE vlan if of mac address.0.0.0.0 means no information. | 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.5 | IpAddress | read-only | current |
| portSecurityActiveMacType OBJECT-TYPE type of mac address. | 1.3.6.1.4.1.13464.1.2.4.1.8.4.1.6 | INTEGER {mac(0), macvid(1), macip(2), ip(3), learned(4)} | read-only | current |
Notifications
| Name | OID | Status |
|---|---|---|
| portSecurityMacDenyNotification NOTIFICATION-TYPE This notification indicates that a mac address matching a deny rule. | 1.3.6.1.4.1.13464.1.2.4.1.8.0.1 | current |
| portSecurityMaxDenyNotification NOTIFICATION-TYPE This notification indicates that current learned mac address number is bigger than max number. | 1.3.6.1.4.1.13464.1.2.4.1.8.0.2 | current |
| portSecurityShutdownNotification NOTIFICATION-TYPE This notification indicates that port is shutdown by port-security. | 1.3.6.1.4.1.13464.1.2.4.1.8.0.3 | current |