A3COM0021-PORT-SECURITY Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
12

securePortTable

table mandatory
.1.3.6.1.4.1.43.10.22.1 · 1 row entry · 8 columns
This table defines the security status of each secure port. 
Each port can have a number of authorised MAC addresses, and these are stored in 
the secureAddressTable.
securePortEntry entry .1.3.6.1.4.1.43.10.22.1.1
There is a row in this table for each secure port, and
allows repeater ports to be configured for security on a per port basis. It is
indexed using the objects secureSlotIndex and securePortIndex.
Indexes
secureSlotIndex securePortIndex
Column Syntax OID
secureSlotIndex mandatory
The slot or unit number of the secure port. This is the
first index into the securePortTable.
Integer32
Constraints:
range: 1-1024
.1.3.6.1.4.1.43.10.22.1.1.1
securePortIndex mandatory
The port number of the secure port. This is the second index
into the securePortTable.
Integer32
Constraints:
range: 1-1024
.1.3.6.1.4.1.43.10.22.1.1.2
securePortMode mandatory
Determines the learning and security modes of the port. See
secureNeedToKnowMode and secureIntrusionAction to configure Need To Know and
Intrusion Action on each port.

(When in a learning mode, secureNu…
Enumerationr/w
Enumerated Values:
1noRestrictions
2continuousLearning
3autoLearn
4secure
.1.3.6.1.4.1.43.10.22.1.1.3
secureNeedToKnowMode mandatory
Attribute to determine which frames are to be forwarded to
this port intact.

1 - Need To Know is not available. 2 - All frames. 3 - Frames addressed to the
authorised devices only. 4 - Frames addressed …
Enumerationr/w
Enumerated Values:
1notAvailable
2disabled
3needToKnowOnly
4needToKnowWithBroadcastsAllowed
5needToKnowWithMulticastsAllowed
6permanentNeedToKnowOnly
7permanentNeedToKnowWithBroadcastsAllowed
8permanentNeedToKnowWithMulticastsAllowed
.1.3.6.1.4.1.43.10.22.1.1.4
secureIntrusionAction mandatory
Attribute to determine the action if an unauthorised device
tranmsits on this port.
Enumerationr/w
Enumerated Values:
1notAvailable
2noAction
3disablePort
4disablePortTemporarily
.1.3.6.1.4.1.43.10.22.1.1.5
secureNumberAddresses mandatory
The maximum number of addresses that the port can learn or
store. Reducing this number may cause some addresses to be deleted. This value
is set by the user and cannot be automatically changed by the agent.
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.43.10.22.1.1.6
secureNumberAddressesStored mandatory
The number of addresses that are currently in the
AddressTable for this port. If this object has the same value as
secureNumberAddresses, then no more addresses can be authorised on this port.

The follo…
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.43.10.22.1.1.7
secureMaximumAddresses mandatory
This indicates the maximum value that secureNumberAddresses
can be set to. It is dependent on the resources available so may change, eg. if
resources are shared between ports, then this value can both increase and
de…
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.43.10.22.1.1.8

secureAddressTable

table mandatory
.1.3.6.1.4.1.43.10.22.2 · 1 row entry · 4 columns
This table which stores the MAC addresses assigned to each 
port. Addresses will normally defined as authorised, and describe the devices 
which are permitted to transmit and receive on the corresponding port.  This 
table can be written to by the agent as well as the management station.
secureAddressEntry entry .1.3.6.1.4.1.43.10.22.2.1
This table allows multiple addresses to be assigned to each
secure port. It is indexed using the objects secureAddrSlotIndex,
secureAddrPortIndex and secureAddrMAC.
Indexes
secureAddrSlotIndex secureAddrPortIndex secureAddrMAC
Column Syntax OID
secureAddrSlotIndex mandatory
The slot or unit number of the secure port. This is the
first index into the secureAddressTable.
Integer32
Constraints:
range: 1-1024
.1.3.6.1.4.1.43.10.22.2.1.1
secureAddrPortIndex mandatory
The port number of the secure port. This is the second
index into the secureAddressTable.
Integer32
Constraints:
range: 1-1024
.1.3.6.1.4.1.43.10.22.2.1.2
secureAddrMAC mandatory
The MAC address of a station assigned to this port. This is
the third index into the secureAddressTable.
OctetString
Constraints:
range: 6-6
.1.3.6.1.4.1.43.10.22.2.1.3
secureAddrRowStatus mandatory
This manages the creation and deletion or rows, and shows
the current status of the indexed MAC address. This object has the following
values.

1 - The indexed MAC address is authorised on this port. 2 …
Enumerationr/w
Enumerated Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.43.10.22.2.1.4