RFC 4188定义dot1dStaticEntry
如下:
dot1dStaticEntry OBJECT-TYPE
SYNTAX Dot1dStaticEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Filtering information configured into the bridge by
(local or network) management specifying the set of
ports to which frames received from a specific port and
containing a specific destination address are allowed to
be forwarded."
REFERENCE
"IEEE 802.1D-1998: clause 14.7.2"
INDEX { dot1dStaticAddress, dot1dStaticReceivePort }
::= { dot1dStaticTable 1 }
Dot1dStaticEntry ::=
SEQUENCE {
dot1dStaticAddress MacAddress,
dot1dStaticReceivePort Integer32,
dot1dStaticAllowedToGoTo OCTET STRING,
dot1dStaticStatus INTEGER
}
为此表定义的列均表示为read-create
。但是,没有为此表定义RowStatus
列。
鉴于表中没有RowStatus
列,如何通过SNMP在该表中添加一行?
答案 0 :(得分:1)
是的,只是在我的头顶上,看起来对我来说完全是破碎的,除非我不知道有什么延伸。
但是看起来就像dot1dStaticStatus
是一种非标准的RowStatus。
如果您想使用此功能,我想您必须向供应商询问所使用的实现MIB的设备,以进行澄清。