如何在没有 RowStatus 的情况下在 dot1dStaticEntry 中添加条目

how to add an entry in dot1dStaticEntry without RowStatus

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
       }

为此 table 定义的列都表示为 read-create。但是,没有为此 table.

定义的 RowStatus

假设 table 没有 RowStatus 列,我如何通过 SNMP 在此 table 中添加一行?

是的,就在我的头顶,对我来说看起来完全坏了,除非有一些我不知道的扩展。

但它看起来 dot1dStaticStatus 是一种 non-standard RowStatus。

如果您想使用此功能,我认为您必须向供应商询问您正在使用的实现 MIB 的设备,以进行澄清。