commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -328,6 +328,7 @@ MirrorMacType ::= TEXTUAL-CONVENTION
l3NextHopMacAddress MacAddress,
l3Vlan VlanIndex,
l3Port INTEGER,
l3VPTag INTEGER,
l3CreateTime DateAndTime,
l3UpdateTime DateAndTime
}
@ -360,19 +361,26 @@ MirrorMacType ::= TEXTUAL-CONVENTION
DESCRIPTION "<22><><EFBFBD>ĵij<C4B5><C4B3>˿ڡ<CBBF>"
::= { l3Entry 4 }
l3VPTag OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "<22><><EFBFBD>ĵ<EFBFBD>VPTag<61><67>"
::= { l3Entry 5 }
l3CreateTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Create Time,such as 2004-07-29,13:30:15.0"
::= { l3Entry 5 }
::= { l3Entry 6 }
l3UpdateTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Update Time,such as 2004-07-29,13:30:15.0"
::= { l3Entry 6 }
::= { l3Entry 7 }
------------------------------------------------------------------------------
--