TIMETRA-TREE-SID-MIB DEFINITIONS ::= BEGIN IMPORTS InetAddress, InetAddressType FROM INET-ADDRESS-MIB MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF Integer32, MODULE-IDENTITY, OBJECT-TYPE, Unsigned32 FROM SNMPv2-SMI RowStatus, TimeStamp, TruthValue FROM SNMPv2-TC timetraSRMIBModules, tmnxSRConfs, tmnxSRObjs FROM TIMETRA-GLOBAL-MIB TLNamedItemOrEmpty, TNamedItem, TNamedItemOrEmpty, TmnxAdminState, TmnxOperState, TmnxTreeSidOrigin, TmnxTreeSidOwner, TmnxVRtrID FROM TIMETRA-TC-MIB vRtrID FROM TIMETRA-VRTR-MIB ; timetraTreeSidMIBModule MODULE-IDENTITY LAST-UPDATED "201908070000Z" ORGANIZATION "Nokia" CONTACT-INFO "Nokia 7xxx Support Web: http://www.nokia.com" DESCRIPTION "This document is the SNMP MIB module for the Nokia SROS implementation of tree-sid. Copyright 2003-2019 Nokia. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Nokia's proprietary intellectual property. Nokia retains all title and ownership in the Specification, including any revisions. Nokia grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Nokia products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Nokia makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification." REVISION "201908070000Z" DESCRIPTION "Rev 19.0 7 Jul 2019 00:00 19.0 release of the TIMETRA-TREE-SID-MIB." ::= { timetraSRMIBModules 126 } tmnxTreeSid OBJECT IDENTIFIER ::= { tmnxSRObjs 126 } tmnxTreeSidObjs OBJECT IDENTIFIER ::= { tmnxTreeSid 1 } vRtrTreeSidPlcyTableLastChanged OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidPlcyTableLastChanged indicates the sysUpTime at the time of the last modification of an entry in the vRtrTreeSidPolicyTable." ::= { tmnxTreeSidObjs 1 } vRtrTreeSdPlcyLfAddrTblLastChgd OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSdPlcyLfAddrTblLastChgd indicates the sysUpTime at the time of the last modification of an entry in the vRtrTreeSidPolicyTable." ::= { tmnxTreeSidObjs 2 } vRtrTreeSidReplPlcyTableLstChgd OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyTableLstChgd indicates the sysUpTime at the time of the last modification of an entry in the vRtrTreeSidReplPlcyTable." ::= { tmnxTreeSidObjs 3 } vRtrTrSdRpNHOGRplSdTblLstChgd OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTrSdRpNHOGRplSdTblLstChgd indicates the sysUpTime at the time of the last modification of an entry in the vRtrTrSdRpNHOutGngReplSdTable." ::= { tmnxTreeSidObjs 4 } vRtrTrSdRplPlcyCdtPthTblLstChgd OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTrSdRplPlcyCdtPthTblLstChgd indicates the sysUpTime at the time of the last modification of an entry in the vRtrTreeSidPolicyCdtPathTable." ::= { tmnxTreeSidObjs 5 } vRtrTreeSidGeneralTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTreeSidGeneralEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidGeneralTable contain objects to configure a tree-sid general table." ::= { tmnxTreeSidObjs 6 } vRtrTreeSidGeneralEntry OBJECT-TYPE SYNTAX VRtrTreeSidGeneralEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidGeneralEntry represents a tree-sid general entry configuration information. Entries are created and deleted by the user." INDEX { vRtrID } ::= { vRtrTreeSidGeneralTable 1 } VRtrTreeSidGeneralEntry ::= SEQUENCE { vRtrTreeSidGenAdminState TmnxAdminState, vRtrTreeSidGenRsvdLblBlockName TLNamedItemOrEmpty, vRtrTreeSidGenRowStatus RowStatus, vRtrTreeSidGenLastChanged TimeStamp } vRtrTreeSidGenAdminState OBJECT-TYPE SYNTAX TmnxAdminState MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidGenAdminState specifies the desired administrative state of the tree-sid." DEFVAL { inService } ::= { vRtrTreeSidGeneralEntry 1 } vRtrTreeSidGenRsvdLblBlockName OBJECT-TYPE SYNTAX TLNamedItemOrEmpty MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidGenRsvdLblBlockName specifies the name of this tree-sid general table reserved label block." DEFVAL { "" } ::= { vRtrTreeSidGeneralEntry 2 } vRtrTreeSidGenRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidGenRowStatus specifies the row status for this tree sid general table instance." ::= { vRtrTreeSidGeneralEntry 3 } vRtrTreeSidGenLastChanged OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidGenLastChanged indicates the sysUpTime at the time of the last modification of an entry for this tree sid general table instance." ::= { vRtrTreeSidGeneralEntry 4 } vRtrTreeSidPolicyTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTreeSidPolicyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidPolicyTable contains objects to configure a tree-sid policy table" ::= { tmnxTreeSidObjs 7 } vRtrTreeSidPolicyEntry OBJECT-TYPE SYNTAX VRtrTreeSidPolicyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyEntry represents a tree-sid policy configuration information. Entries are created and deleted by the user." INDEX { vRtrID, vRtrTreeSidPolicyName } ::= { vRtrTreeSidPolicyTable 1 } VRtrTreeSidPolicyEntry ::= SEQUENCE { vRtrTreeSidPolicyName TNamedItem, vRtrTreeSidPolicyRowStatus RowStatus, vRtrTreeSidPolicyRootAddr InetAddress, vRtrTreeSidPolicyRootAddrType InetAddressType, vRtrTreeSidPolicyTreeId Unsigned32, vRtrTreeSidPolicyAdminState TmnxAdminState, vRtrTreeSidPolicyOperStatus TmnxOperState, vRtrTreeSidPolicyLastChanged TimeStamp, vRtrTreeSidPolicyRtrId TmnxVRtrID, vRtrTreeSidPolicyActCdtPathName TNamedItemOrEmpty } vRtrTreeSidPolicyName OBJECT-TYPE SYNTAX TNamedItem MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyName specifies the name of this tree-sid policy entry." ::= { vRtrTreeSidPolicyEntry 1 } vRtrTreeSidPolicyRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyRowStatus specifies the row status for this tree sid policy instance." ::= { vRtrTreeSidPolicyEntry 2 } vRtrTreeSidPolicyRootAddr OBJECT-TYPE SYNTAX InetAddress (SIZE (0|4)) MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyRootAddr specifies the root address of this tree-sid policy entry." DEFVAL { '00000000'H } ::= { vRtrTreeSidPolicyEntry 3 } vRtrTreeSidPolicyRootAddrType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyRootAddrType indicates the type of address for the tree-sid policy entry represented by vRtrTreeSidPolicyRootAddr." DEFVAL { ipv4 } ::= { vRtrTreeSidPolicyEntry 4 } vRtrTreeSidPolicyTreeId OBJECT-TYPE SYNTAX Unsigned32 (0 | 8193..16286) MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyTreeId uniquely indentifies a tunnel in the root, this also represent a spefic constraint. Also known as color and/or p2mp-id" DEFVAL { 0 } ::= { vRtrTreeSidPolicyEntry 5 } vRtrTreeSidPolicyAdminState OBJECT-TYPE SYNTAX TmnxAdminState MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyAdminState specifies the desired administrative state of tree-sid policy entry." DEFVAL { outOfService } ::= { vRtrTreeSidPolicyEntry 6 } vRtrTreeSidPolicyOperStatus OBJECT-TYPE SYNTAX TmnxOperState MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyOperStatus indicates the operational status for a given tree-sid policy instance." DEFVAL { outOfService } ::= { vRtrTreeSidPolicyEntry 7 } vRtrTreeSidPolicyLastChanged OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value vRtrTreeSidPolicyLastChanged indicates when an entry in vRtrTreeSidPolicyEntry was last changed." ::= { vRtrTreeSidPolicyEntry 8 } vRtrTreeSidPolicyRtrId OBJECT-TYPE SYNTAX TmnxVRtrID MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyRtrId indicates if a service is configured with p2mp-policy." ::= { vRtrTreeSidPolicyEntry 9 } vRtrTreeSidPolicyActCdtPathName OBJECT-TYPE SYNTAX TNamedItemOrEmpty MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyActCdtPathName specifies a path name of a given instance within a tree-sid replication that is active for the given policy." DEFVAL { "" } ::= { vRtrTreeSidPolicyEntry 10 } vRtrTreeSidPolicyCdtPathTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTreeSidPolicyCdtPathEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidPolicyCdtPathTable contains objects to configure candidate path entries for a given tree-sid policy table instance." ::= { tmnxTreeSidObjs 8 } vRtrTreeSidPolicyCdtPathEntry OBJECT-TYPE SYNTAX VRtrTreeSidPolicyCdtPathEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyCdtPathEntry represents a unique path from root to a specific endpoint for the configuration information. Entries are created and deleted by the user." INDEX { vRtrID, vRtrTreeSidPolicyName, vRtrTreeSidPolicyCdtPathName } ::= { vRtrTreeSidPolicyCdtPathTable 1 } VRtrTreeSidPolicyCdtPathEntry ::= SEQUENCE { vRtrTreeSidPolicyCdtPathName TNamedItem, vRtrTreeSidPolCdtPathRowStatus RowStatus, vRtrTreeSidPolCdtPathAdminState TmnxAdminState, vRtrTreeSidPolCdtPathOperState TmnxOperState, vRtrTreeSidPolCdtPathOrigin TmnxTreeSidOrigin, vRtrTreeSidPlcyCPOriginatorAsn Unsigned32, vRtrTreeSidPlcyCPDescriminator Unsigned32, vRtrTreeSidPlcyCdtPthPlspId Unsigned32, vRtrTreeSidPlcyCdtPthPreference Unsigned32, vRtrTreeSidPolCdtPathLastChanged TimeStamp, vRtrTreeSidPolCdtPathActiveInst Unsigned32 } vRtrTreeSidPolicyCdtPathName OBJECT-TYPE SYNTAX TNamedItem MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidPolicyCdtPathName specifies a path name of a given candidate path table instance within a tree-sid replication policy table entry and it is equivalent to an LSP." ::= { vRtrTreeSidPolicyCdtPathEntry 1 } vRtrTreeSidPolCdtPathRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPolCdtPathRowStatus specifies the row status of a given candidate path table instance within a tree-sid replication policy table entry." ::= { vRtrTreeSidPolicyCdtPathEntry 2 } vRtrTreeSidPolCdtPathAdminState OBJECT-TYPE SYNTAX TmnxAdminState MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPolCdtPathAdminState specifies the desired administrative state of a vRtrTreeSidPolicyCdtPathEntry." DEFVAL { outOfService } ::= { vRtrTreeSidPolicyCdtPathEntry 3 } vRtrTreeSidPolCdtPathOperState OBJECT-TYPE SYNTAX TmnxOperState MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidPolCdtPathOperState indicates the operational state of a vRtrTreeSidPolicyCdtPathEntry based on ilm programming." DEFVAL { outOfService } ::= { vRtrTreeSidPolicyCdtPathEntry 4 } vRtrTreeSidPolCdtPathOrigin OBJECT-TYPE SYNTAX TmnxTreeSidOrigin MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPolCdtPathOrigin specifies the value of protocol-origin of a candidate path which is an 8-bit value which identifies the component or protocol that originates or signals the candidate path." ::= { vRtrTreeSidPolicyCdtPathEntry 5 } vRtrTreeSidPlcyCPOriginatorAsn OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPlcyCPOriginatorAsn specifies a 4 byte number to represent the originator asn value for a given candidate path entry inside a tree-sid replication policy instance." ::= { vRtrTreeSidPolicyCdtPathEntry 6 } vRtrTreeSidPlcyCPDescriminator OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidPlcyCPDescriminator indicates a 32 bit value associated with a vRtrTreeSidPolicyCdtPathEntry that uniquely identifies it within the context of an SR Policy from a specific Protocol-Origin." ::= { vRtrTreeSidPolicyCdtPathEntry 8 } vRtrTreeSidPlcyCdtPthPlspId OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidPlcyCdtPthPlspId specifies a unique identifier assigned by the controller and remain unchanged througout the life of a LSP (candidate path) for a given vRtrTreeSidPolicyCdtPathEntry." DEFVAL { 0 } ::= { vRtrTreeSidPolicyCdtPathEntry 9 } vRtrTreeSidPlcyCdtPthPreference OBJECT-TYPE SYNTAX Unsigned32 (0..1024) MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPlcyCdtPthPreference determines the best preferred candidate-path among the list of candiate paths towards a leaf, Higher preference is choosen." DEFVAL { 100 } ::= { vRtrTreeSidPolicyCdtPathEntry 10 } vRtrTreeSidPolCdtPathLastChanged OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value vRtrTreeSidPolCdtPathLastChanged indicates when an entry in vRtrTreeSidPolicyCdtPathTable was last changed." ::= { vRtrTreeSidPolicyCdtPathEntry 11 } vRtrTreeSidPolCdtPathActiveInst OBJECT-TYPE SYNTAX Unsigned32 (0 | 1..2) MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidPolCdtPathActiveInst specifies the active instance for the p2mp-policy candidate-path entry. Instances are defined in the vRtrTreeSidInstanceTable." DEFVAL { 0 } ::= { vRtrTreeSidPolicyCdtPathEntry 12 } vRtrTreeSidReplPlcyTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTreeSidReplPlcyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidReplPlcyTable contains objects to configure a tree-sid replication policy table" ::= { tmnxTreeSidObjs 9 } vRtrTreeSidReplPlcyEntry OBJECT-TYPE SYNTAX VRtrTreeSidReplPlcyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyEntry represents a tree-sid replication policy configuration information. Entries are created and deleted by the user." INDEX { vRtrID, vRtrTreeSidReplPlcyName } ::= { vRtrTreeSidReplPlcyTable 1 } VRtrTreeSidReplPlcyEntry ::= SEQUENCE { vRtrTreeSidReplPlcyName TNamedItem, vRtrTreeSidReplPlcyRowStatus RowStatus, vRtrTreeSidReplPlcyRootAddr InetAddress, vRtrTreeSidReplPlcyRootAddrType InetAddressType, vRtrTreeSidReplPlcyTreeId Unsigned32, vRtrTreeSidReplPlcyAdminState TmnxAdminState, vRtrTreeSidReplPlcyOperStatus TmnxOperState, vRtrTreeSidReplPlcyIncomingSid Unsigned32, vRtrTreeSidReplPlcyOperation INTEGER, vRtrTreeSidReplPlcyInstanceId Unsigned32, vRtrTreeSdReplPlcyLastChanged TimeStamp, vRtrTreeSidReplPlcyOrigin TmnxTreeSidOrigin } vRtrTreeSidReplPlcyName OBJECT-TYPE SYNTAX TNamedItem MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyName specifies the name of this tree-sid replication policy entry to be referenced by mvpn pmsi." ::= { vRtrTreeSidReplPlcyEntry 1 } vRtrTreeSidReplPlcyRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyRowStatus specifies the row status of a given tree-sid replication policy table instance." ::= { vRtrTreeSidReplPlcyEntry 2 } vRtrTreeSidReplPlcyRootAddr OBJECT-TYPE SYNTAX InetAddress (SIZE (0|4)) MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyRootAddr specifies the root address of this tree-sid replication policy entry." DEFVAL { '00000000'H } ::= { vRtrTreeSidReplPlcyEntry 3 } vRtrTreeSidReplPlcyRootAddrType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyRootAddrType indicates the type of address for the BGP peer represented by vRtrTreeSidReplPlcyRootAddr." DEFVAL { ipv4 } ::= { vRtrTreeSidReplPlcyEntry 4 } vRtrTreeSidReplPlcyTreeId OBJECT-TYPE SYNTAX Unsigned32 (0 | 8193..16286) MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyTreeId uniquely indentifies a tunnel in the root, this also represent a spefic constraint. Also known as color and/or p2mp-id" DEFVAL { 0 } ::= { vRtrTreeSidReplPlcyEntry 5 } vRtrTreeSidReplPlcyAdminState OBJECT-TYPE SYNTAX TmnxAdminState MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyAdminState specifies the desired administrative state of tree-sid replication policy entry." DEFVAL { outOfService } ::= { vRtrTreeSidReplPlcyEntry 6 } vRtrTreeSidReplPlcyOperStatus OBJECT-TYPE SYNTAX TmnxOperState MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyOperStatus indicates the operational status for a given tree-sid replication policy instance." DEFVAL { outOfService } ::= { vRtrTreeSidReplPlcyEntry 7 } vRtrTreeSidReplPlcyIncomingSid OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyIncomingSid represents the incoming label for the transit and leaf routers, root is 0." DEFVAL { 0 } ::= { vRtrTreeSidReplPlcyEntry 8 } vRtrTreeSidReplPlcyOperation OBJECT-TYPE SYNTAX INTEGER { none (0), push (1), pop (2), swap (3) } MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyOperation specifies the Label operation for the given tree-sid replication policy instance." DEFVAL { none } ::= { vRtrTreeSidReplPlcyEntry 9 } vRtrTreeSidReplPlcyInstanceId OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The value of the object vRtrTreeSidReplPlcyInstanceId indicates the instance identifier for the tree sid replication policy table. An instance value of 0 can be set by SNMP to unconfigure the instance id for the tree sid replication policy table" DEFVAL { 0 } ::= { vRtrTreeSidReplPlcyEntry 10 } vRtrTreeSdReplPlcyLastChanged OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value vRtrTreeSdReplPlcyLastChanged indicates when an entry in vRtrTreeSidReplPlcyEntry was last changed." ::= { vRtrTreeSidReplPlcyEntry 11 } vRtrTreeSidReplPlcyOrigin OBJECT-TYPE SYNTAX TmnxTreeSidOrigin MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPlcyOrigin specifies the value of protocol-origin of a replication policy which is an 8-bit value which identifies the component or protocol that originates or signals the replication policy." ::= { vRtrTreeSidReplPlcyEntry 12 } vRtrTreeSidReplPolNextHopTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTreeSidReplPolNextHopEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidReplPolNextHopTable contains objects to configure next hop entries within a replication policy table entry." ::= { tmnxTreeSidObjs 10 } vRtrTreeSidReplPolNextHopEntry OBJECT-TYPE SYNTAX VRtrTreeSidReplPolNextHopEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidReplPolNextHopEntry represents a unique path from root to a specific endpoint for the configuration information inside a vRtrTreeSidReplPolNextHopTable. Entries are created and deleted by the user." INDEX { vRtrID, vRtrTreeSidReplPlcyName, vRtrTreeSidReplPolNextHopId } ::= { vRtrTreeSidReplPolNextHopTable 1 } VRtrTreeSidReplPolNextHopEntry ::= SEQUENCE { vRtrTreeSidReplPolNextHopId Unsigned32, vRtrTreeSidRplPolNHRowStatus RowStatus, vRtrTreeSidReplPolNextHopAddr InetAddress, vRtrTreeSidRplPlNextHopAddrType InetAddressType, vRtrTreeSidReplPolNextHopIfName TNamedItemOrEmpty, vRtrTreeSidRpNextHopWeight Unsigned32, vRtrTreeSidRpNextHopLastChanged TimeStamp, vRtrTreeSidRpNextHopAdminState TmnxAdminState, vRtrTreeSidRpNextHopOperState TmnxOperState } vRtrTreeSidReplPolNextHopId OBJECT-TYPE SYNTAX Unsigned32 (1..4096) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidReplPolNextHopId represents the next-hop group index within a candidate path entry inside a tree-side replication policy instance." ::= { vRtrTreeSidReplPolNextHopEntry 1 } vRtrTreeSidRplPolNHRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidRplPolNHRowStatus specifies the row status for this next hop entry for a given candidate path entry inside a tree-sid replication policy instance. It is used to create and delete row entries in this table." ::= { vRtrTreeSidReplPolNextHopEntry 2 } vRtrTreeSidReplPolNextHopAddr OBJECT-TYPE SYNTAX InetAddress (SIZE (0|4|16)) MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPolNextHopAddr specifies the root address of this next-hop entry for a given candidate path entry inside a tree-sid replication policy instance." DEFVAL { ''H } ::= { vRtrTreeSidReplPolNextHopEntry 3 } vRtrTreeSidRplPlNextHopAddrType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidRplPlNextHopAddrType indicates the type of address for the root address of this next-hop entry for a given candidate path entry inside a tree-sid replication policy instance represented by vRtrTreeSidReplPolNextHopAddr." ::= { vRtrTreeSidReplPolNextHopEntry 4 } vRtrTreeSidReplPolNextHopIfName OBJECT-TYPE SYNTAX TNamedItemOrEmpty MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidReplPolNextHopIfName specifies the name of next hop out going interface for a given candidate path entry inside a tree-sid replication policy instance." DEFVAL { "" } ::= { vRtrTreeSidReplPolNextHopEntry 5 } vRtrTreeSidRpNextHopWeight OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of vRtrTreeSidRpNextHopWeight indicates the weighted load balancing value for a given candidate path entry inside a tree-sid replication policy instance." ::= { vRtrTreeSidReplPolNextHopEntry 7 } vRtrTreeSidRpNextHopLastChanged OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value vRtrTreeSidRpNextHopLastChanged indicates when an entry in vRtrTreeSidReplPolNextHopEntry was last changed." ::= { vRtrTreeSidReplPolNextHopEntry 8 } vRtrTreeSidRpNextHopAdminState OBJECT-TYPE SYNTAX TmnxAdminState MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidRpNextHopAdminState specifies the desired administrative state of tree-sid replication policy next-hop entry." DEFVAL { outOfService } ::= { vRtrTreeSidReplPolNextHopEntry 9 } vRtrTreeSidRpNextHopOperState OBJECT-TYPE SYNTAX TmnxOperState MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidRpNextHopOperState indicates the desired operational state of tree-sid replication policy next-hop entry." ::= { vRtrTreeSidReplPolNextHopEntry 10 } vRtrTrSdRpNHOutGngReplSdTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTrSdRpNHOutGngReplSdEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTrSdRpNHOutGngReplSdTable represents the configuration objects to configure the labels of next-hop entries for a given candidate path entry within a replication policy table instance." ::= { tmnxTreeSidObjs 11 } vRtrTrSdRpNHOutGngReplSdEntry OBJECT-TYPE SYNTAX VRtrTrSdRpNHOutGngReplSdEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTrSdRpNHOutGngReplSdEntry represents the replication label for this nexthop instance." INDEX { vRtrID, vRtrTreeSidReplPlcyName, vRtrTreeSidReplPolNextHopId, vRtrTrSdRpNHOutGngReplSdIndex } ::= { vRtrTrSdRpNHOutGngReplSdTable 1 } VRtrTrSdRpNHOutGngReplSdEntry ::= SEQUENCE { vRtrTrSdRpNHOutGngReplSdIndex Unsigned32, vRtrTrSdRpNHOutGngReplSdLabel Unsigned32, vRtrTrSdRpNHOGRplSdLstChanged TimeStamp } vRtrTrSdRpNHOutGngReplSdIndex OBJECT-TYPE SYNTAX Unsigned32 (0 | 1..2) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTrSdRpNHOutGngReplSdIndex represents the Index for push-label." DEFVAL { 0 } ::= { vRtrTrSdRpNHOutGngReplSdEntry 1 } vRtrTrSdRpNHOutGngReplSdLabel OBJECT-TYPE SYNTAX Unsigned32 (0 | 16..1048576) MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTrSdRpNHOutGngReplSdLabel represents the value for push-label." DEFVAL { 0 } ::= { vRtrTrSdRpNHOutGngReplSdEntry 2 } vRtrTrSdRpNHOGRplSdLstChanged OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value vRtrTrSdRpNHOGRplSdLstChanged indicates when an entry in vRtrTrSdRpNHOutGngReplSdEntry was last changed." ::= { vRtrTrSdRpNHOutGngReplSdEntry 3 } vRtrTreeSidInstanceTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTreeSidInstanceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidInstanceTable represents the configuration objects to configure the instances for the tree-sid application." ::= { tmnxTreeSidObjs 12 } vRtrTreeSidInstanceEntry OBJECT-TYPE SYNTAX VRtrTreeSidInstanceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidInstanceEntry represents the instances for the tree sid application." INDEX { vRtrID, vRtrTreeSidPolicyName, vRtrTreeSidPolicyCdtPathName, vRtrTreeSidInstIndex } ::= { vRtrTreeSidInstanceTable 1 } VRtrTreeSidInstanceEntry ::= SEQUENCE { vRtrTreeSidInstIndex Unsigned32, vRtrTreeSidInstance Unsigned32, vRtrTreeSidInstLastChanged TimeStamp } vRtrTreeSidInstIndex OBJECT-TYPE SYNTAX Unsigned32 (1..2) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidInstIndex specifies the index of this tree-sid instance." ::= { vRtrTreeSidInstanceEntry 1 } vRtrTreeSidInstance OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The value of vRtrTreeSidInstance specifies the instance value of a vRtrTreeSidInstance." DEFVAL { 0 } ::= { vRtrTreeSidInstanceEntry 4 } vRtrTreeSidInstLastChanged OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value vRtrTreeSidInstLastChanged indicates when an entry in vRtrTreeSidInstanceTable was last changed." ::= { vRtrTreeSidInstanceEntry 5 } vRtrTreeSidStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTreeSidStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidStatsTable contain statisitics objects for tree-sid feature." ::= { tmnxTreeSidObjs 13 } vRtrTreeSidStatsEntry OBJECT-TYPE SYNTAX VRtrTreeSidStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidStatsEntry represents a tree-sid statistics entry information." INDEX { vRtrID } ::= { vRtrTreeSidStatsTable 1 } VRtrTreeSidStatsEntry ::= SEQUENCE { vRtrTreeSidNumP2mpStaticPolicies Unsigned32, vRtrTreeSidNumP2mpPcePolicies Unsigned32, vRtrTreeSidNumP2mpSrPolicies Unsigned32, vRtrTreeSidP2mpCdtPathStatic Unsigned32, vRtrTreeSidP2mpCdtPathPce Unsigned32, vRtrTreeSidP2mpCdtPathSrPolicy Unsigned32, vRtrTreeSidReplSegStatic Unsigned32, vRtrTreeSidReplSegPce Unsigned32, vRtrTreeSidReplSegSrPolicy Unsigned32, vRtrTreeSidNHStatic Unsigned32, vRtrTreeSidNHPce Unsigned32, vRtrTreeSidNHSrPolicy Unsigned32, vRtrTreeSidNumPush Unsigned32, vRtrTreeSidNumSwap Unsigned32, vRtrTreeSidNumPop Unsigned32, vRtrTreeSidTnlsAlloc Unsigned32, vRtrTreeSidNHIfInSvc Unsigned32, vRtrTreeSidNHIfOutSvc Unsigned32, vRtrTreeSidNHIfUnsup Unsigned32, vRtrTreeSidNHIfMismatch Unsigned32, vRtrTreeSidNHIfNoBfd Unsigned32, vRtrTreeSidDPBackPressureActive TruthValue, vRtrTreeSidDPBackPressureCount Unsigned32, vRtrTreeSidErrorUnknOrigOwner Unsigned32, vRtrTreeSidErrorDupTreeIds Unsigned32, vRtrTreeSidErrorProgFailNHIdx Unsigned32, vRtrTreeSidErrorProgFailLabels Unsigned32, vRtrTreeSidErrorProgFailTunnels Unsigned32, vRtrTreeSidErrorProgFailProtGrp Unsigned32 } vRtrTreeSidNumP2mpStaticPolicies OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNumP2mpStaticPolicies indicates number of static P2MP policies." ::= { vRtrTreeSidStatsEntry 1 } vRtrTreeSidNumP2mpPcePolicies OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNumP2mpPcePolicies indicates number of PCE P2MP policies." ::= { vRtrTreeSidStatsEntry 2 } vRtrTreeSidNumP2mpSrPolicies OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNumP2mpSrPolicies indicates number of SR-Policy P2MP policies." ::= { vRtrTreeSidStatsEntry 3 } vRtrTreeSidP2mpCdtPathStatic OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidP2mpCdtPathStatic indicates number of static P2MP candidate-paths." ::= { vRtrTreeSidStatsEntry 4 } vRtrTreeSidP2mpCdtPathPce OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidP2mpCdtPathPce indicates number of PCE P2MP candidate-paths." ::= { vRtrTreeSidStatsEntry 5 } vRtrTreeSidP2mpCdtPathSrPolicy OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidP2mpCdtPathSrPolicy indicates number of SR-policy P2MP candidate-paths." ::= { vRtrTreeSidStatsEntry 6 } vRtrTreeSidReplSegStatic OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidReplSegStatic indicates number of static P2MP replication-segments." ::= { vRtrTreeSidStatsEntry 7 } vRtrTreeSidReplSegPce OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidReplSegPce indicates number of PCE P2MP replication-segments." ::= { vRtrTreeSidStatsEntry 8 } vRtrTreeSidReplSegSrPolicy OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidReplSegSrPolicy indicates number of SR-policy P2MP replication-segments." ::= { vRtrTreeSidStatsEntry 9 } vRtrTreeSidNHStatic OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNHStatic indicates number of static next-hops." ::= { vRtrTreeSidStatsEntry 10 } vRtrTreeSidNHPce OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNHPce indicates number of PCE next-hops." ::= { vRtrTreeSidStatsEntry 11 } vRtrTreeSidNHSrPolicy OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNHSrPolicy indicates number of PCE next-hops." ::= { vRtrTreeSidStatsEntry 12 } vRtrTreeSidNumPush OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNumPush indicates number of pushes." ::= { vRtrTreeSidStatsEntry 13 } vRtrTreeSidNumSwap OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNumSwap indicates number of swaps." ::= { vRtrTreeSidStatsEntry 14 } vRtrTreeSidNumPop OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNumPop indicates number of pops." ::= { vRtrTreeSidStatsEntry 15 } vRtrTreeSidTnlsAlloc OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidTnlsAlloc indicates number of tunnels allocated." ::= { vRtrTreeSidStatsEntry 16 } vRtrTreeSidNHIfInSvc OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNHIfInSvc indicates number of in-service next-hop interfaces." ::= { vRtrTreeSidStatsEntry 17 } vRtrTreeSidNHIfOutSvc OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNHIfOutSvc indicates number of out-of-service next-hop interfaces." ::= { vRtrTreeSidStatsEntry 18 } vRtrTreeSidNHIfUnsup OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNHIfUnsup indicates number of unsupported next-hop interfaces." ::= { vRtrTreeSidStatsEntry 19 } vRtrTreeSidNHIfMismatch OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNHIfMismatch indicates number of mismatched next-hop interfaces." ::= { vRtrTreeSidStatsEntry 20 } vRtrTreeSidNHIfNoBfd OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidNHIfNoBfd indicates number of next-hop interfaces without BFD." ::= { vRtrTreeSidStatsEntry 21 } vRtrTreeSidDPBackPressureActive OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidDPBackPressureActive indicates whether data-plane is experiencing back-pressure." ::= { vRtrTreeSidStatsEntry 22 } vRtrTreeSidDPBackPressureCount OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidDPBackPressureCount indicates number of active data-plane back-pressure." ::= { vRtrTreeSidStatsEntry 23 } vRtrTreeSidErrorUnknOrigOwner OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidErrorUnknOrigOwner indicates unknown originator owner errors." ::= { vRtrTreeSidStatsEntry 24 } vRtrTreeSidErrorDupTreeIds OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidErrorDupTreeIds indicates duplicate tree-identifier errors." ::= { vRtrTreeSidStatsEntry 25 } vRtrTreeSidErrorProgFailNHIdx OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidErrorProgFailNHIdx indicates programming failures due to next-hop index." ::= { vRtrTreeSidStatsEntry 26 } vRtrTreeSidErrorProgFailLabels OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidErrorProgFailLabels indicates programming failures due to labels." ::= { vRtrTreeSidStatsEntry 27 } vRtrTreeSidErrorProgFailTunnels OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidErrorProgFailTunnels indicates programming failures due to tunnels." ::= { vRtrTreeSidStatsEntry 28 } vRtrTreeSidErrorProgFailProtGrp OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidErrorProgFailProtGrp indicates programming failures due to protection-group." ::= { vRtrTreeSidStatsEntry 29 } vRtrTreeSidLabelTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTreeSidLabelEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidLabelTable contain information about labels for tree-sid feature." ::= { tmnxTreeSidObjs 14 } vRtrTreeSidLabelEntry OBJECT-TYPE SYNTAX VRtrTreeSidLabelEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The value of vRtrTreeSidLabelEntry represents tree-sid information about specific label." INDEX { vRtrID, vRtrTreeSidLabel } ::= { vRtrTreeSidLabelTable 1 } VRtrTreeSidLabelEntry ::= SEQUENCE { vRtrTreeSidLabel Integer32, vRtrTreeSidLabelInUse TruthValue, vRtrTreeSidLabelOwner TmnxTreeSidOwner } vRtrTreeSidLabel OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidLabel indicates the associated label." ::= { vRtrTreeSidLabelEntry 1 } vRtrTreeSidLabelInUse OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidLabelInUse indicates whether label is in-use." ::= { vRtrTreeSidLabelEntry 2 } vRtrTreeSidLabelOwner OBJECT-TYPE SYNTAX TmnxTreeSidOwner MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidLabelOwner indicates the owner of this label." ::= { vRtrTreeSidLabelEntry 3 } vRtrTreeSidLabelSummaryTable OBJECT-TYPE SYNTAX SEQUENCE OF VRtrTreeSidLabelSummaryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidLabelSummaryTable contains information about the start label, end label, and the number of in-use labels." ::= { tmnxTreeSidObjs 15 } vRtrTreeSidLabelSummaryEntry OBJECT-TYPE SYNTAX VRtrTreeSidLabelSummaryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vRtrTreeSidLabelSummaryEntry represents tree-sid information about the start, end, and number of in-use labels." INDEX { vRtrID } ::= { vRtrTreeSidLabelSummaryTable 1 } VRtrTreeSidLabelSummaryEntry ::= SEQUENCE { vRtrTreeSidLabelSummaryStart Integer32, vRtrTreeSidLabelSummaryInUse Integer32, vRtrTreeSidLabelSummaryEnd Integer32 } vRtrTreeSidLabelSummaryStart OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidLabelSummaryStart indicates the beginnning label." ::= { vRtrTreeSidLabelSummaryEntry 1 } vRtrTreeSidLabelSummaryInUse OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidLabelSummaryInUse indicates the number of in-use labels." ::= { vRtrTreeSidLabelSummaryEntry 2 } vRtrTreeSidLabelSummaryEnd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The vRtrTreeSidLabelSummaryEnd indicates the the last label." ::= { vRtrTreeSidLabelSummaryEntry 3 } vRtrTreeSidConformance OBJECT IDENTIFIER ::= { tmnxSRConfs 126 } vRtrTreeSidCompliances OBJECT IDENTIFIER ::= { vRtrTreeSidConformance 1 } vRtrTreeSidComplianceV19v0 MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for management of Tree Sid features on Nokia SROS series systems release 19.0." MODULE MANDATORY-GROUPS { vRtrTreeSidConfigGroup } ::= { vRtrTreeSidCompliances 1 } vRtrTreeSidGroups OBJECT IDENTIFIER ::= { vRtrTreeSidConformance 2 } vRtrTreeSidV19v0Groups OBJECT IDENTIFIER ::= { vRtrTreeSidGroups 1 } vRtrTreeSidConfigGroup OBJECT-GROUP OBJECTS { vRtrTreeSidPlcyTableLastChanged, vRtrTreeSidReplPlcyTableLstChgd, vRtrTreeSdPlcyLfAddrTblLastChgd, vRtrTreeSidReplPlcyTableLstChgd, vRtrTrSdRpNHOGRplSdTblLstChgd, vRtrTrSdRplPlcyCdtPthTblLstChgd, vRtrTreeSidGenAdminState, vRtrTreeSidGenRsvdLblBlockName, vRtrTreeSidGenRowStatus, vRtrTreeSidGenLastChanged, vRtrTreeSidPolicyRowStatus, vRtrTreeSidPolicyRootAddr, vRtrTreeSidPolicyRootAddrType, vRtrTreeSidPolicyTreeId, vRtrTreeSidPolicyAdminState, vRtrTreeSidPolicyOperStatus, vRtrTreeSidPolicyLastChanged, vRtrTreeSidPolicyRtrId, vRtrTreeSidPolicyActCdtPathName, vRtrTreeSidPolCdtPathRowStatus, vRtrTreeSidPolCdtPathAdminState, vRtrTreeSidPolCdtPathOperState, vRtrTreeSidPolCdtPathOrigin, vRtrTreeSidPlcyCPOriginatorAsn, vRtrTreeSidPlcyCPDescriminator, vRtrTreeSidPlcyCdtPthPlspId, vRtrTreeSidPlcyCdtPthPreference, vRtrTreeSidPolCdtPathLastChanged, vRtrTreeSidPolCdtPathActiveInst, vRtrTreeSidReplPlcyRowStatus, vRtrTreeSidReplPlcyRootAddr, vRtrTreeSidReplPlcyRootAddrType, vRtrTreeSidReplPlcyTreeId, vRtrTreeSidReplPlcyAdminState, vRtrTreeSidReplPlcyOperStatus, vRtrTreeSidReplPlcyIncomingSid, vRtrTreeSidReplPlcyOperation, vRtrTreeSidReplPlcyInstanceId, vRtrTreeSdReplPlcyLastChanged, vRtrTreeSidReplPlcyOrigin, vRtrTreeSidRplPolNHRowStatus, vRtrTreeSidReplPolNextHopAddr, vRtrTreeSidRplPlNextHopAddrType, vRtrTreeSidReplPolNextHopIfName, vRtrTreeSidRpNextHopWeight, vRtrTreeSidRpNextHopLastChanged, vRtrTreeSidRpNextHopAdminState, vRtrTreeSidRpNextHopOperState, vRtrTrSdRpNHOutGngReplSdLabel, vRtrTrSdRpNHOGRplSdLstChanged, vRtrTreeSidInstance, vRtrTreeSidInstLastChanged, vRtrTreeSidNumP2mpStaticPolicies, vRtrTreeSidNumP2mpPcePolicies, vRtrTreeSidNumP2mpSrPolicies, vRtrTreeSidP2mpCdtPathStatic, vRtrTreeSidP2mpCdtPathPce, vRtrTreeSidP2mpCdtPathSrPolicy, vRtrTreeSidReplSegStatic, vRtrTreeSidReplSegPce, vRtrTreeSidReplSegSrPolicy, vRtrTreeSidNHStatic, vRtrTreeSidNHPce, vRtrTreeSidNHSrPolicy, vRtrTreeSidNumPush, vRtrTreeSidNumSwap, vRtrTreeSidNumPop, vRtrTreeSidTnlsAlloc, vRtrTreeSidNHIfInSvc, vRtrTreeSidNHIfOutSvc, vRtrTreeSidNHIfUnsup, vRtrTreeSidNHIfMismatch, vRtrTreeSidNHIfNoBfd, vRtrTreeSidDPBackPressureActive, vRtrTreeSidDPBackPressureCount, vRtrTreeSidErrorUnknOrigOwner, vRtrTreeSidErrorDupTreeIds, vRtrTreeSidErrorProgFailNHIdx, vRtrTreeSidErrorProgFailLabels, vRtrTreeSidErrorProgFailTunnels, vRtrTreeSidErrorProgFailProtGrp, vRtrTreeSidLabelInUse, vRtrTreeSidLabelOwner, vRtrTreeSidLabelSummaryStart, vRtrTreeSidLabelSummaryEnd, vRtrTreeSidLabelSummaryInUse } STATUS current DESCRIPTION "The group of objects supporting tree-sid configuration on Nokia SROS series systems release 19.0." ::= { vRtrTreeSidV19v0Groups 1 } END