MIBs Depot

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

FromSymbols
ADMIN-MASTER-MIBgbnL2
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1not-accessiblecurrent
portSecurityPortEntry
OBJECT-TYPE
table of information of ports.
1.3.6.1.4.1.13464.1.2.4.1.8.1.1not-accessiblecurrent
portSecurityPortNum
OBJECT-TYPE
The Port number associated with this Port.
1.3.6.1.4.1.13464.1.2.4.1.8.1.1.1Unsigned32read-onlycurrent
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.2TruthValueread-writecurrent
portSecurityMaxNum
OBJECT-TYPE
Max secure mac address.default is 0.
1.3.6.1.4.1.13464.1.2.4.1.8.1.1.3Integer32 (0..4000)read-writecurrent
portSecurityCurrentNum
OBJECT-TYPE
Current mac address.
1.3.6.1.4.1.13464.1.2.4.1.8.1.1.4Integer32 (0..4000)read-onlycurrent
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.5INTEGER {protect(0), restrict(1), shutdown(2)}read-writecurrent
portSecurityAgingStatic
OBJECT-TYPE
enable static mac aging.default is false.
1.3.6.1.4.1.13464.1.2.4.1.8.1.1.6TruthValueread-writecurrent
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.7Integer32 (1..1440)read-writecurrent
portSecuritySticky
OBJECT-TYPE
enable sticky function.default is false.
1.3.6.1.4.1.13464.1.2.4.1.8.1.1.8TruthValueread-writecurrent
portSecurityShutdown
OBJECT-TYPE
whether port is shutdown by port-security.
1.3.6.1.4.1.13464.1.2.4.1.8.1.1.9TruthValueread-onlycurrent
portSecurityRecovery
OBJECT-TYPE
whether port auto recovery after shutdown.
1.3.6.1.4.1.13464.1.2.4.1.8.1.1.10TruthValueread-writecurrent
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.11Integer32 (1..3660)read-writecurrent
portSecurityMacRuleTable
OBJECT-TYPE
table of mac rules of ports.
1.3.6.1.4.1.13464.1.2.4.1.8.2not-accessiblecurrent
portSecurityMacRuleEntry
OBJECT-TYPE
table of mac rules of ports.
1.3.6.1.4.1.13464.1.2.4.1.8.2.1not-accessiblecurrent
portSecurityMacRulePortNum
OBJECT-TYPE
The Port number associated with this Port.
1.3.6.1.4.1.13464.1.2.4.1.8.2.1.1Unsigned32read-onlycurrent
portSecurityMacRuleMac
OBJECT-TYPE
mac address.
1.3.6.1.4.1.13464.1.2.4.1.8.2.1.2MacAddressread-onlycurrent
portSecurityMacRuleAction
OBJECT-TYPE
forward action of mac address.
1.3.6.1.4.1.13464.1.2.4.1.8.2.1.3INTEGER {permit(0), deny(1), sticky(2)}read-writecurrent
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.4Integer32 (0..4094)read-writecurrent
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.5IpAddressread-writecurrent
portSecurityMacRuleType
OBJECT-TYPE
type of mac address.
1.3.6.1.4.1.13464.1.2.4.1.8.2.1.6INTEGER {mac(0), macvid(1), macip(2)}read-writecurrent
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.7RowStatusread-writecurrent
portSecurityIpRuleTable
OBJECT-TYPE
table of ip rules of ports.
1.3.6.1.4.1.13464.1.2.4.1.8.3not-accessiblecurrent
portSecurityIpRuleEntry
OBJECT-TYPE
table of ip rules of ports.
1.3.6.1.4.1.13464.1.2.4.1.8.3.1not-accessiblecurrent
portSecurityIpRulePortNum
OBJECT-TYPE
The Port number associated with this Port.
1.3.6.1.4.1.13464.1.2.4.1.8.3.1.1Unsigned32read-onlycurrent
portSecurityIpRuleIpv4Start
OBJECT-TYPE
start ip address of this rule.
1.3.6.1.4.1.13464.1.2.4.1.8.3.1.2IpAddressread-onlycurrent
portSecurityIpRuleIpv4End
OBJECT-TYPE
end ip address of this rule.
1.3.6.1.4.1.13464.1.2.4.1.8.3.1.3IpAddressread-onlycurrent
portSecurityIpRuleAction
OBJECT-TYPE
forward action of ip address.
1.3.6.1.4.1.13464.1.2.4.1.8.3.1.4INTEGER {permit(0), deny(1)}read-writecurrent
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.5RowStatusread-writecurrent
portSecurityActiveMacTable
OBJECT-TYPE
table of active mac.
1.3.6.1.4.1.13464.1.2.4.1.8.4not-accessiblecurrent
portSecurityActiveMacEntry
OBJECT-TYPE
table of active mac.
1.3.6.1.4.1.13464.1.2.4.1.8.4.1not-accessiblecurrent
portSecurityActiveMacDevice
OBJECT-TYPE
member unit of the switch.
1.3.6.1.4.1.13464.1.2.4.1.8.4.1.0Integer32 (0..7)read-onlycurrent
portSecurityActiveMacMacAddr
OBJECT-TYPE
mac address.
1.3.6.1.4.1.13464.1.2.4.1.8.4.1.1MacAddressread-onlycurrent
portSecurityActiveMacPortNum
OBJECT-TYPE
The Port number associated with this Port.
1.3.6.1.4.1.13464.1.2.4.1.8.4.1.2Unsigned32read-onlycurrent
portSecurityActiveMacAction
OBJECT-TYPE
forward action of ip address.
1.3.6.1.4.1.13464.1.2.4.1.8.4.1.3INTEGER {permit(0), deny(1)}read-onlycurrent
portSecurityActiveMacVid
OBJECT-TYPE
vlan id of mac address.
1.3.6.1.4.1.13464.1.2.4.1.8.4.1.4Integer32 (1..4094)read-onlycurrent
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.5IpAddressread-onlycurrent
portSecurityActiveMacType
OBJECT-TYPE
type of mac address.
1.3.6.1.4.1.13464.1.2.4.1.8.4.1.6INTEGER {mac(0), macvid(1), macip(2), ip(3), learned(4)}read-onlycurrent

Notifications

NameOIDStatus
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.1current
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.2current
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.3current