MDT Subscription
Diagram
Classes
configuration (iosxe.devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
mdt_subscriptions | List | [mdt_subscriptions] | No |
mdt_subscriptions (iosxe.devices.configuration)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 0 , max: 2147483647 | No | |
stream | String | No | ||
encoding | String | No | ||
source_vrf | String | No | ||
source_ip | IP | No | ||
update_policy_periodic | Integer | min: 0 , max: 4294967295 | No | |
update_policy_on_change | Boolean | true , false | No | |
filter_xpath | String | No | ||
receivers | List | [receivers] | No |
receivers (iosxe.devices.configuration.mdt_subscriptions)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip | IP | Yes | ||
port | Integer | min: 0 , max: 65535 | Yes | |
protocol | String | Yes |
Examples
iosxe: devices: - name: Device1 configuration: mdt_subscriptions: - id: 202 stream: yang-notif-native encoding: encode-kvgpb source_vrf: Mgmt-test source_address: 1.2.9.10 update_policy_on_change: true filter_xpath: /ios-events-ios-xe-oper:ospf-neighbor-state-change receivers: - address: 9.8.3.2 port: 57600 protocol: grpc-tcp