Commit version 24.12.13800
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
-- Feb 2021, Michelle Ng
|
||||
|
||||
-- Copyright (c) 2020-2021 by Cisco Systems, Inc.
|
||||
-- Copyright (c) 2020-2022 by Cisco Systems, Inc.
|
||||
-- All rights reserved.
|
||||
-- *****************************************************************
|
||||
|
||||
@ -1064,6 +1064,8 @@ policyFromVsmartDataPolicyVpnListSequenceActionSetNextHopIpv6
|
||||
policyFromVsmartDataPolicyVpnListSequenceActionSig
|
||||
TruthValue,
|
||||
policyFromVsmartDataPolicyVpnListSequenceActionSetNextHopLoose
|
||||
TruthValue,
|
||||
policyFromVsmartDataPolicyVpnListSeqActSigFallbackToRoute
|
||||
TruthValue
|
||||
}
|
||||
|
||||
@ -1455,6 +1457,17 @@ policyFromVsmartDataPolicyVpnListSequenceActionSetNextHopLoose
|
||||
DESCRIPTION "Forward packet if next-hop is not routable"
|
||||
::= { policyFromVsmartDataPolicyVpnListSequenceEntry 39 }
|
||||
|
||||
-- tagpath /policy/from-vsmart/data-policy/vpn-list/sequence/action
|
||||
-- /sig-action/fallback-to-route
|
||||
policyFromVsmartDataPolicyVpnListSeqActSigFallbackToRoute
|
||||
OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Fallback to routing if SIG is DOWN"
|
||||
::= { policyFromVsmartDataPolicyVpnListSequenceEntry 41 }
|
||||
|
||||
|
||||
-- tagpath /policy/from-vsmart/data-policy/vpn-list/sequence/action
|
||||
-- /set/vip-tloc-pref-list
|
||||
policyFromVsmartDataPolicyVpnListSeqActSetVipTlocPrLstTable OBJECT-TYPE
|
||||
@ -1659,7 +1672,13 @@ PolicyFromVsmartCflowdTemplateCollectorEntry ::=
|
||||
policyFromVsmartCflowdTemplateCollectorPort UnsignedShort,
|
||||
policyFromVsmartCflowdTemplateCollectorTransport
|
||||
TransportProtocol,
|
||||
policyFromVsmartCflowdTemplateCollectorSourceInterface String
|
||||
policyFromVsmartCflowdTemplateCollectorSourceInterface String,
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadEnable TruthValue,
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadAppTables Unsigned32,
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadTlocTables Unsigned32,
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadOtherTables Unsigned32,
|
||||
policyFromVsmartCflowdTemplateCollectorBFDMetricsExport TruthValue,
|
||||
policyFromVsmartCflowdTemplateCollectorBFDExportInterval Unsigned32
|
||||
}
|
||||
|
||||
-- tagpath /policy/from-vsmart/cflowd-template/collector/vpn
|
||||
@ -1703,6 +1722,60 @@ policyFromVsmartCflowdTemplateCollectorSourceInterface OBJECT-TYPE
|
||||
DESCRIPTION "IPFIX Source Interface"
|
||||
::= { policyFromVsmartCflowdTemplateCollectorEntry 5 }
|
||||
|
||||
-- tagpath /policy/from-vsmart/cflowd-template/collector
|
||||
-- /export-spread/enable
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadEnable OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Exporter Spreading enable"
|
||||
::= { policyFromVsmartCflowdTemplateCollectorEntry 6 }
|
||||
|
||||
-- tagpath /policy/from-vsmart/cflowd-template/collector
|
||||
-- /export-spread/app-tables
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadAppTables OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0 .. 65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Exporter Spreading application tables"
|
||||
::= { policyFromVsmartCflowdTemplateCollectorEntry 7 }
|
||||
|
||||
-- tagpath /policy/from-vsmart/cflowd-template/collector
|
||||
-- /export-spread/tloc-tables
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadTlocTables OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0 .. 65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Exporter Spreading application tables"
|
||||
::= { policyFromVsmartCflowdTemplateCollectorEntry 8 }
|
||||
|
||||
-- tagpath /policy/from-vsmart/cflowd-template/collector
|
||||
-- /export-spread/other-tables
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadOtherTables OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (0 .. 65535)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Exporter Spreading application tables"
|
||||
::= { policyFromVsmartCflowdTemplateCollectorEntry 9 }
|
||||
|
||||
-- tagpath /policy/from-vsmart/cflowd-template/collector
|
||||
-- /bfd-metrics-export
|
||||
policyFromVsmartCflowdTemplateCollectorBfdMetricsExport OBJECT-TYPE
|
||||
SYNTAX TruthValue
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Export BFD Metrcis Settings"
|
||||
::= { policyFromVsmartCflowdTemplateCollectorEntry 10 }
|
||||
|
||||
-- tagpath /policy/from-vsmart/cflowd-template/collector
|
||||
-- /bfd-metrics-export/export-interval
|
||||
policyFromVsmartCflowdTemplateCollectorBFDExportInterval OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1 .. 86400)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Export BFD Metrcis Interval"
|
||||
::= { policyFromVsmartCflowdTemplateCollectorEntry 11 }
|
||||
|
||||
-- tagpath /policy/from-vsmart/app-route-policy
|
||||
policyFromVsmartAppRoutePolicyTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF PolicyFromVsmartAppRoutePolicyEntry
|
||||
@ -2907,7 +2980,8 @@ policyFromVsmartDataPolicyVpnListSeqActSetLocalTlocListRestrict,
|
||||
policyFromVsmartDataPolicyVpnListSequenceActionTcpOptimization,
|
||||
policyFromVsmartDataPolicyVpnListSequenceActionSetNextHopIpv6,
|
||||
policyFromVsmartDataPolicyVpnListSequenceActionSig,
|
||||
policyFromVsmartDataPolicyVpnListSequenceActionSetNextHopLoose
|
||||
policyFromVsmartDataPolicyVpnListSequenceActionSetNextHopLoose,
|
||||
policyFromVsmartDataPolicyVpnListSeqActSigFallbackToRoute
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -2946,7 +3020,13 @@ cSdwanPolicyFromVsmartCflowdTemplateGroup OBJECT-GROUP
|
||||
|
||||
cSdwanPolicyFromVsmartCflowdTemplateCollectorGroup OBJECT-GROUP
|
||||
OBJECTS {
|
||||
policyFromVsmartCflowdTemplateCollectorSourceInterface
|
||||
policyFromVsmartCflowdTemplateCollectorSourceInterface,
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadEnable,
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadAppTables,
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadTlocTables,
|
||||
policyFromVsmartCflowdTemplateCollectorExportSpreadOtherTables,
|
||||
policyFromVsmartCflowdTemplateCollectorBFDMetricsExport,
|
||||
policyFromVsmartCflowdTemplateCollectorBFDExportInterval
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
Reference in New Issue
Block a user