cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
433
Views
5
Helpful
1
Replies

YDK0.8.5 vrf route-target leaf stitching(bool) fails as invalid value

hahamedp
Level 1
Level 1

In YDK0.8.5 - configuring vrf route-target stitching leaf (sending value as boolean) is considered as invalid value due to its converting this to string in infra setting as leaf

*** ydk.errors.YModelError: Invalid value "False" in "stitching" element. Path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts/four-byte-as-rt[as-number='65600'][index='100'][stitching='False']/stitching

(Pdb) rote_target.stitching
*** NameError: name 'rote_target' is not defined
(Pdb) route_target.stitching
False
(Pdb) type(route_target.stitching). >>>>set as boolean
<class 'bool'>
(Pdb) as_cfg.import_.route_target.four_byte_as_rts.four_byte_as_rt.append(route_target)
(Pdb) vrf_cfg.address_family.ipv4.unicast = as_cfg
(Pdb) vrf_cfg
<ydk.models.cisco_ios_xr.Cisco_IOS_XR_um_vrf_cfg.Vrfs.Vrf object at 0x2acd3e85bca8>
(Pdb) self.device.create(vrf_cfg)
2022-03-11 13:39:36,848 - ydk - Info---- - Executing CRUD create operation on [vrf[vrf-name='vrf_l3vpn']]
2022-03-11 13:39:36,848 - ydk - Info---- - Executing CRUD create operation on [vrf[vrf-name='vrf_l3vpn']]
Info----:ydk:Executing CRUD create operation on [vrf[vrf-name='vrf_l3vpn']]
2022-03-11 13:39:36,849 - ydk - Info---- - Executing 'edit-config' RPC on [vrf[vrf-name='vrf_l3vpn']]
2022-03-11 13:39:36,849 - ydk - Info---- - Executing 'edit-config' RPC on [vrf[vrf-name='vrf_l3vpn']]
Info----:ydk:Executing 'edit-config' RPC on [vrf[vrf-name='vrf_l3vpn']]
2022-03-11 13:39:36,849 - ydk.types.Entity - Debug--- - Get name leaf data for "vrf". Count: 1
2022-03-11 13:39:36,849 - ydk.types.Entity - Debug--- - Get name leaf data for "vrf". Count: 1
Debug---:ydk.types.Entity:Get name leaf data for "vrf". Count: 1
2022-03-11 13:39:36,849 - ydk.types.Entity - Debug--- - Leaf data name: "vrf-name", value: "vrf_l3vpn", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:36,849 - ydk.types.Entity - Debug--- - Leaf data name: "vrf-name", value: "vrf_l3vpn", yfilter: "YFilter.not_set", is_set: "True"
Debug---:ydk.types.Entity:Leaf data name: "vrf-name", value: "vrf_l3vpn", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:36,849 - ydk - Debug--- - Getting new modules for path 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,849 - ydk - Debug--- - Getting new modules for path 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Getting new modules for path 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,849 - ydk - Debug--- - Loading module 'Cisco-IOS-XR-um-vrf-cfg', revision ''
2022-03-11 13:39:36,849 - ydk - Debug--- - Loading module 'Cisco-IOS-XR-um-vrf-cfg', revision ''
Debug---:ydk:Loading module 'Cisco-IOS-XR-um-vrf-cfg', revision ''
2022-03-11 13:39:36,850 - ydk - Debug--- - The module 'Cisco-IOS-XR-um-vrf-cfg' schema has already been populated in YDK repository
2022-03-11 13:39:36,850 - ydk - Debug--- - The module 'Cisco-IOS-XR-um-vrf-cfg' schema has already been populated in YDK repository
Debug---:ydk:The module 'Cisco-IOS-XR-um-vrf-cfg' schema has already been populated in YDK repository
2022-03-11 13:39:36,850 - ydk - Debug--- - Looking to populate schemas for 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,850 - ydk - Debug--- - Looking to populate schemas for 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Looking to populate schemas for 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,850 - ydk - Debug--- - Getting new modules for path 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,850 - ydk - Debug--- - Getting new modules for path 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Getting new modules for path 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,850 - ydk - Debug--- - Loading module 'Cisco-IOS-XR-um-vrf-cfg', revision ''
2022-03-11 13:39:36,850 - ydk - Debug--- - Loading module 'Cisco-IOS-XR-um-vrf-cfg', revision ''
Debug---:ydk:Loading module 'Cisco-IOS-XR-um-vrf-cfg', revision ''
2022-03-11 13:39:36,850 - ydk - Debug--- - The module 'Cisco-IOS-XR-um-vrf-cfg' schema has already been populated in YDK repository
2022-03-11 13:39:36,850 - ydk - Debug--- - The module 'Cisco-IOS-XR-um-vrf-cfg' schema has already been populated in YDK repository
Debug---:ydk:The module 'Cisco-IOS-XR-um-vrf-cfg' schema has already been populated in YDK repository
2022-03-11 13:39:36,850 - ydk - Debug--- - Creating root data node with path '/Cisco-IOS-XR-um-vrf-cfg:vrfs'
2022-03-11 13:39:36,850 - ydk - Debug--- - Creating root data node with path '/Cisco-IOS-XR-um-vrf-cfg:vrfs'
Debug---:ydk:Creating root data node with path '/Cisco-IOS-XR-um-vrf-cfg:vrfs'
2022-03-11 13:39:36,850 - ydk - Debug--- - Populating schema for 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,850 - ydk - Debug--- - Populating schema for 'vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Populating schema for 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,850 - ydk - Debug--- - Looking to populate schemas for 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,850 - ydk - Debug--- - Looking to populate schemas for 'vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Looking to populate schemas for 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Getting new modules for path 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Getting new modules for path 'vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Getting new modules for path 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Creating node 'vrf[vrf-name='vrf_l3vpn']' with value ''
2022-03-11 13:39:36,851 - ydk - Debug--- - Creating node 'vrf[vrf-name='vrf_l3vpn']' with value ''
Debug---:ydk:Creating node 'vrf[vrf-name='vrf_l3vpn']' with value ''
2022-03-11 13:39:36,851 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,851 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,851 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,851 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,851 - ydk - Debug--- - Populating schema for 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Populating schema for 'vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Populating schema for 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Looking to populate schemas for 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Looking to populate schemas for 'vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Looking to populate schemas for 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Getting new modules for path 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Getting new modules for path 'vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Getting new modules for path 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Getting child schema with path 'vrf[vrf-name='vrf_l3vpn']' in /Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,851 - ydk - Debug--- - Getting child schema with path 'vrf[vrf-name='vrf_l3vpn']' in /Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Getting child schema with path 'vrf[vrf-name='vrf_l3vpn']' in /Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,851 - ydk - Debug--- - Getting data nodes with path 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,851 - ydk - Debug--- - Getting data nodes with path 'vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Getting data nodes with path 'vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,852 - ydk - Debug--- - Creating new data path 'vrf[vrf-name='vrf_l3vpn']' with value '' in 'vrfs'
2022-03-11 13:39:36,852 - ydk - Debug--- - Creating new data path 'vrf[vrf-name='vrf_l3vpn']' with value '' in 'vrfs'
Debug---:ydk:Creating new data path 'vrf[vrf-name='vrf_l3vpn']' with value '' in 'vrfs'
2022-03-11 13:39:36,852 - ydk - Debug--- - Got yfilter 'merge' for entity 'vrf'
2022-03-11 13:39:36,852 - ydk - Debug--- - Got yfilter 'merge' for entity 'vrf'
Debug---:ydk:Got yfilter 'merge' for entity 'vrf'
2022-03-11 13:39:36,852 - ydk - Debug--- - Adding annotation 'ietf-netconf:operation' = merge to /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,852 - ydk - Debug--- - Adding annotation 'ietf-netconf:operation' = merge to /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
Debug---:ydk:Adding annotation 'ietf-netconf:operation' = merge to /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,852 - ydk - Debug--- - Set yfilter 'merge' for datanode 'vrf'
2022-03-11 13:39:36,852 - ydk - Debug--- - Set yfilter 'merge' for datanode 'vrf'
Debug---:ydk:Set yfilter 'merge' for datanode 'vrf'
2022-03-11 13:39:36,852 - ydk - Debug--- - Root entity: Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,852 - ydk - Debug--- - Root entity: Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
Debug---:ydk:Root entity: Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,852 - ydk - Debug--- - Leaf count: 1
2022-03-11 13:39:36,852 - ydk - Debug--- - Leaf count: 1
Debug---:ydk:Leaf count: 1
2022-03-11 13:39:36,852 - ydk - Debug--- - Creating leaf 'vrf-name' of '/Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']' with value: 'vrf_l3vpn', is_set: true
2022-03-11 13:39:36,852 - ydk - Debug--- - Creating leaf 'vrf-name' of '/Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']' with value: 'vrf_l3vpn', is_set: true
Debug---:ydk:Creating leaf 'vrf-name' of '/Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']' with value: 'vrf_l3vpn', is_set: true
2022-03-11 13:39:36,852 - ydk - Debug--- - Creating leaf datanode 'vrf-name' with value 'vrf_l3vpn'
2022-03-11 13:39:36,852 - ydk - Debug--- - Creating leaf datanode 'vrf-name' with value 'vrf_l3vpn'
Debug---:ydk:Creating leaf datanode 'vrf-name' with value 'vrf_l3vpn'
2022-03-11 13:39:36,853 - ydk - Debug--- - Populating schema for 'vrf-name'
2022-03-11 13:39:36,853 - ydk - Debug--- - Populating schema for 'vrf-name'
Debug---:ydk:Populating schema for 'vrf-name'
2022-03-11 13:39:36,853 - ydk - Debug--- - Looking to populate schemas for 'vrf-name'
2022-03-11 13:39:36,853 - ydk - Debug--- - Looking to populate schemas for 'vrf-name'
Debug---:ydk:Looking to populate schemas for 'vrf-name'
2022-03-11 13:39:36,853 - ydk - Debug--- - Getting new modules for path 'vrf-name'
2022-03-11 13:39:36,853 - ydk - Debug--- - Getting new modules for path 'vrf-name'
Debug---:ydk:Getting new modules for path 'vrf-name'
2022-03-11 13:39:36,853 - ydk - Debug--- - Populating schema for 'vrf_l3vpn'
2022-03-11 13:39:36,853 - ydk - Debug--- - Populating schema for 'vrf_l3vpn'
Debug---:ydk:Populating schema for 'vrf_l3vpn'
2022-03-11 13:39:36,853 - ydk - Debug--- - Looking to populate schemas for 'vrf_l3vpn'
2022-03-11 13:39:36,853 - ydk - Debug--- - Looking to populate schemas for 'vrf_l3vpn'
Debug---:ydk:Looking to populate schemas for 'vrf_l3vpn'
2022-03-11 13:39:36,853 - ydk - Debug--- - Getting new modules for path 'vrf_l3vpn'
2022-03-11 13:39:36,853 - ydk - Debug--- - Getting new modules for path 'vrf_l3vpn'
Debug---:ydk:Getting new modules for path 'vrf_l3vpn'
2022-03-11 13:39:36,853 - ydk - Debug--- - Creating node 'vrf-name' with value 'vrf_l3vpn'
2022-03-11 13:39:36,853 - ydk - Debug--- - Creating node 'vrf-name' with value 'vrf_l3vpn'
Debug---:ydk:Creating node 'vrf-name' with value 'vrf_l3vpn'
2022-03-11 13:39:36,854 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,854 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
Debug---:ydk:Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,854 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,854 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,854 - ydk - Debug--- - Populating schema for 'vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Populating schema for 'vrf-name'
Debug---:ydk:Populating schema for 'vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Looking to populate schemas for 'vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Looking to populate schemas for 'vrf-name'
Debug---:ydk:Looking to populate schemas for 'vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Getting new modules for path 'vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Getting new modules for path 'vrf-name'
Debug---:ydk:Getting new modules for path 'vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Getting child schema with path 'vrf-name' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,854 - ydk - Debug--- - Getting child schema with path 'vrf-name' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
Debug---:ydk:Getting child schema with path 'vrf-name' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,854 - ydk - Debug--- - Getting data nodes with path 'vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Getting data nodes with path 'vrf-name'
Debug---:ydk:Getting data nodes with path 'vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Found existing datanode with path '/Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Found existing datanode with path '/Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/vrf-name'
Debug---:ydk:Found existing datanode with path '/Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/vrf-name'
2022-03-11 13:39:36,854 - ydk - Debug--- - Created leaf datanode 'vrf-name' with value 'vrf_l3vpn'
2022-03-11 13:39:36,854 - ydk - Debug--- - Created leaf datanode 'vrf-name' with value 'vrf_l3vpn'
Debug---:ydk:Created leaf datanode 'vrf-name' with value 'vrf_l3vpn'
2022-03-11 13:39:36,854 - ydk - Debug--- - Leaf 'vrf-name' has no yfilter
2022-03-11 13:39:36,854 - ydk - Debug--- - Leaf 'vrf-name' has no yfilter
Debug---:ydk:Leaf 'vrf-name' has no yfilter
2022-03-11 13:39:36,855 - ydk.types.Entity - Debug--- - Get name leaf data for "vrf". Count: 1
2022-03-11 13:39:36,855 - ydk.types.Entity - Debug--- - Get name leaf data for "vrf". Count: 1
Debug---:ydk.types.Entity:Get name leaf data for "vrf". Count: 1
2022-03-11 13:39:36,855 - ydk.types.Entity - Debug--- - Leaf data name: "vrf-name", value: "vrf_l3vpn", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:36,855 - ydk.types.Entity - Debug--- - Leaf data name: "vrf-name", value: "vrf_l3vpn", yfilter: "YFilter.not_set", is_set: "True"
Debug---:ydk.types.Entity:Leaf data name: "vrf-name", value: "vrf_l3vpn", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:36,855 - ydk - Debug--- - Children count for: Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn'] : 6
2022-03-11 13:39:36,855 - ydk - Debug--- - Children count for: Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn'] : 6
Debug---:ydk:Children count for: Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn'] : 6
2022-03-11 13:39:36,855 - ydk - Debug--- - Children order count : 6
2022-03-11 13:39:36,855 - ydk - Debug--- - Children order count : 6
Debug---:ydk:Children order count : 6
2022-03-11 13:39:36,855 - ydk.types.Entity - Debug--- - Get name leaf data for "vrf". Count: 1
2022-03-11 13:39:36,855 - ydk.types.Entity - Debug--- - Get name leaf data for "vrf". Count: 1
Debug---:ydk.types.Entity:Get name leaf data for "vrf". Count: 1
2022-03-11 13:39:36,855 - ydk.types.Entity - Debug--- - Leaf data name: "vrf-name", value: "vrf_l3vpn", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:36,855 - ydk.types.Entity - Debug--- - Leaf data name: "vrf-name", value: "vrf_l3vpn", yfilter: "YFilter.not_set", is_set: "True"
Debug---:ydk.types.Entity:Leaf data name: "vrf-name", value: "vrf_l3vpn", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:36,856 - ydk - Debug--- - Inserting in order for child segpath path: 'address_family' in parent 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,856 - ydk - Debug--- - Inserting in order for child segpath path: 'address_family' in parent 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
Debug---:ydk:Inserting in order for child segpath path: 'address_family' in parent 'Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']'
2022-03-11 13:39:36,856 - ydk - Debug--- - ==================
2022-03-11 13:39:36,856 - ydk - Debug--- - ==================
Debug---:ydk:==================
2022-03-11 13:39:36,856 - ydk.types.Entity - Debug--- - Get name leaf data for "address-family". Count: 0
2022-03-11 13:39:36,856 - ydk.types.Entity - Debug--- - Get name leaf data for "address-family". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "address-family". Count: 0
2022-03-11 13:39:36,856 - ydk - Debug--- - Looking at child 'address_family': address-family
2022-03-11 13:39:36,856 - ydk - Debug--- - Looking at child 'address_family': address-family
Debug---:ydk:Looking at child 'address_family': address-family
2022-03-11 13:39:36,856 - ydk.types.Entity - Debug--- - Get name leaf data for "address-family". Count: 0
2022-03-11 13:39:36,856 - ydk.types.Entity - Debug--- - Get name leaf data for "address-family". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "address-family". Count: 0
2022-03-11 13:39:36,856 - ydk - Debug--- - Populating schema for 'address-family'
2022-03-11 13:39:36,856 - ydk - Debug--- - Populating schema for 'address-family'
Debug---:ydk:Populating schema for 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Looking to populate schemas for 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Looking to populate schemas for 'address-family'
Debug---:ydk:Looking to populate schemas for 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Getting new modules for path 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Getting new modules for path 'address-family'
Debug---:ydk:Getting new modules for path 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Creating node 'address-family' with value ''
2022-03-11 13:39:36,857 - ydk - Debug--- - Creating node 'address-family' with value ''
Debug---:ydk:Creating node 'address-family' with value ''
2022-03-11 13:39:36,857 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,857 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
Debug---:ydk:Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,857 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,857 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,857 - ydk - Debug--- - Populating schema for 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Populating schema for 'address-family'
Debug---:ydk:Populating schema for 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Looking to populate schemas for 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Looking to populate schemas for 'address-family'
Debug---:ydk:Looking to populate schemas for 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Getting new modules for path 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Getting new modules for path 'address-family'
Debug---:ydk:Getting new modules for path 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Getting child schema with path 'address-family' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,857 - ydk - Debug--- - Getting child schema with path 'address-family' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
Debug---:ydk:Getting child schema with path 'address-family' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']
2022-03-11 13:39:36,857 - ydk - Debug--- - Getting data nodes with path 'address-family'
2022-03-11 13:39:36,857 - ydk - Debug--- - Getting data nodes with path 'address-family'
Debug---:ydk:Getting data nodes with path 'address-family'
2022-03-11 13:39:36,858 - ydk - Debug--- - Creating new data path 'address-family' with value '' in 'vrf'
2022-03-11 13:39:36,858 - ydk - Debug--- - Creating new data path 'address-family' with value '' in 'vrf'
Debug---:ydk:Creating new data path 'address-family' with value '' in 'vrf'
2022-03-11 13:39:36,858 - ydk - Debug--- - Created child datanode 'address-family'
2022-03-11 13:39:36,858 - ydk - Debug--- - Created child datanode 'address-family'
Debug---:ydk:Created child datanode 'address-family'
2022-03-11 13:39:36,858 - ydk - Debug--- - Leaf count: 0
2022-03-11 13:39:36,858 - ydk - Debug--- - Leaf count: 0
Debug---:ydk:Leaf count: 0
2022-03-11 13:39:36,858 - ydk.types.Entity - Debug--- - Get name leaf data for "address-family". Count: 0
2022-03-11 13:39:36,858 - ydk.types.Entity - Debug--- - Get name leaf data for "address-family". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "address-family". Count: 0
2022-03-11 13:39:36,858 - ydk - Debug--- - Children count for: address-family : 2
2022-03-11 13:39:36,858 - ydk - Debug--- - Children count for: address-family : 2
Debug---:ydk:Children count for: address-family : 2
2022-03-11 13:39:36,858 - ydk - Debug--- - Children order count : 2
2022-03-11 13:39:36,858 - ydk - Debug--- - Children order count : 2
Debug---:ydk:Children order count : 2
2022-03-11 13:39:36,858 - ydk.types.Entity - Debug--- - Get name leaf data for "address-family". Count: 0
2022-03-11 13:39:36,858 - ydk.types.Entity - Debug--- - Get name leaf data for "address-family". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "address-family". Count: 0
2022-03-11 13:39:36,859 - ydk - Debug--- - Inserting in order for child segpath path: 'ipv4' in parent 'address-family'
2022-03-11 13:39:36,859 - ydk - Debug--- - Inserting in order for child segpath path: 'ipv4' in parent 'address-family'
Debug---:ydk:Inserting in order for child segpath path: 'ipv4' in parent 'address-family'
2022-03-11 13:39:36,859 - ydk - Debug--- - ==================
2022-03-11 13:39:36,859 - ydk - Debug--- - ==================
Debug---:ydk:==================
2022-03-11 13:39:36,859 - ydk.types.Entity - Debug--- - Get name leaf data for "ipv4". Count: 0
2022-03-11 13:39:36,859 - ydk.types.Entity - Debug--- - Get name leaf data for "ipv4". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "ipv4". Count: 0
2022-03-11 13:39:36,859 - ydk - Debug--- - Looking at child 'ipv4': ipv4
2022-03-11 13:39:36,859 - ydk - Debug--- - Looking at child 'ipv4': ipv4
Debug---:ydk:Looking at child 'ipv4': ipv4
2022-03-11 13:39:36,859 - ydk.types.Entity - Debug--- - Get name leaf data for "ipv4". Count: 0
2022-03-11 13:39:36,859 - ydk.types.Entity - Debug--- - Get name leaf data for "ipv4". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "ipv4". Count: 0
2022-03-11 13:39:36,859 - ydk - Debug--- - Populating schema for 'ipv4'
2022-03-11 13:39:36,859 - ydk - Debug--- - Populating schema for 'ipv4'
Debug---:ydk:Populating schema for 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Looking to populate schemas for 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Looking to populate schemas for 'ipv4'
Debug---:ydk:Looking to populate schemas for 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Getting new modules for path 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Getting new modules for path 'ipv4'
Debug---:ydk:Getting new modules for path 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Creating node 'ipv4' with value ''
2022-03-11 13:39:36,860 - ydk - Debug--- - Creating node 'ipv4' with value ''
Debug---:ydk:Creating node 'ipv4' with value ''
2022-03-11 13:39:36,860 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family
2022-03-11 13:39:36,860 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family
Debug---:ydk:Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family
2022-03-11 13:39:36,860 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,860 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,860 - ydk - Debug--- - Populating schema for 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Populating schema for 'ipv4'
Debug---:ydk:Populating schema for 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Looking to populate schemas for 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Looking to populate schemas for 'ipv4'
Debug---:ydk:Looking to populate schemas for 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Getting new modules for path 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Getting new modules for path 'ipv4'
Debug---:ydk:Getting new modules for path 'ipv4'
2022-03-11 13:39:36,860 - ydk - Debug--- - Getting child schema with path 'ipv4' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family
2022-03-11 13:39:36,860 - ydk - Debug--- - Getting child schema with path 'ipv4' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family
Debug---:ydk:Getting child schema with path 'ipv4' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family
2022-03-11 13:39:36,861 - ydk - Debug--- - Getting data nodes with path 'ipv4'
2022-03-11 13:39:36,861 - ydk - Debug--- - Getting data nodes with path 'ipv4'
Debug---:ydk:Getting data nodes with path 'ipv4'
2022-03-11 13:39:36,861 - ydk - Debug--- - Creating new data path 'ipv4' with value '' in 'address-family'
2022-03-11 13:39:36,861 - ydk - Debug--- - Creating new data path 'ipv4' with value '' in 'address-family'
Debug---:ydk:Creating new data path 'ipv4' with value '' in 'address-family'
2022-03-11 13:39:36,861 - ydk - Debug--- - Created child datanode 'ipv4'
2022-03-11 13:39:36,861 - ydk - Debug--- - Created child datanode 'ipv4'
Debug---:ydk:Created child datanode 'ipv4'
2022-03-11 13:39:36,861 - ydk - Debug--- - Leaf count: 0
2022-03-11 13:39:36,861 - ydk - Debug--- - Leaf count: 0
Debug---:ydk:Leaf count: 0
2022-03-11 13:39:36,861 - ydk.types.Entity - Debug--- - Get name leaf data for "ipv4". Count: 0
2022-03-11 13:39:36,861 - ydk.types.Entity - Debug--- - Get name leaf data for "ipv4". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "ipv4". Count: 0
2022-03-11 13:39:36,861 - ydk - Debug--- - Children count for: ipv4 : 1
2022-03-11 13:39:36,861 - ydk - Debug--- - Children count for: ipv4 : 1
Debug---:ydk:Children count for: ipv4 : 1
2022-03-11 13:39:36,861 - ydk - Debug--- - Children order count : 1
2022-03-11 13:39:36,861 - ydk - Debug--- - Children order count : 1
Debug---:ydk:Children order count : 1
2022-03-11 13:39:36,861 - ydk.types.Entity - Debug--- - Get name leaf data for "ipv4". Count: 0
2022-03-11 13:39:36,861 - ydk.types.Entity - Debug--- - Get name leaf data for "ipv4". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "ipv4". Count: 0
2022-03-11 13:39:36,862 - ydk - Debug--- - Inserting in order for child segpath path: 'unicast' in parent 'ipv4'
2022-03-11 13:39:36,862 - ydk - Debug--- - Inserting in order for child segpath path: 'unicast' in parent 'ipv4'
Debug---:ydk:Inserting in order for child segpath path: 'unicast' in parent 'ipv4'
2022-03-11 13:39:36,862 - ydk - Debug--- - ==================
2022-03-11 13:39:36,862 - ydk - Debug--- - ==================
Debug---:ydk:==================
2022-03-11 13:39:36,862 - ydk.types.Entity - Debug--- - Get name leaf data for "unicast". Count: 0
2022-03-11 13:39:36,862 - ydk.types.Entity - Debug--- - Get name leaf data for "unicast". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "unicast". Count: 0
2022-03-11 13:39:36,862 - ydk - Debug--- - Looking at child 'unicast': unicast
2022-03-11 13:39:36,862 - ydk - Debug--- - Looking at child 'unicast': unicast
Debug---:ydk:Looking at child 'unicast': unicast
2022-03-11 13:39:36,862 - ydk.types.Entity - Debug--- - Get name leaf data for "unicast". Count: 0
2022-03-11 13:39:36,862 - ydk.types.Entity - Debug--- - Get name leaf data for "unicast". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "unicast". Count: 0
2022-03-11 13:39:36,862 - ydk - Debug--- - Populating schema for 'unicast'
2022-03-11 13:39:36,862 - ydk - Debug--- - Populating schema for 'unicast'
Debug---:ydk:Populating schema for 'unicast'
2022-03-11 13:39:36,862 - ydk - Debug--- - Looking to populate schemas for 'unicast'
2022-03-11 13:39:36,862 - ydk - Debug--- - Looking to populate schemas for 'unicast'
Debug---:ydk:Looking to populate schemas for 'unicast'
2022-03-11 13:39:36,862 - ydk - Debug--- - Getting new modules for path 'unicast'
2022-03-11 13:39:36,862 - ydk - Debug--- - Getting new modules for path 'unicast'
Debug---:ydk:Getting new modules for path 'unicast'
2022-03-11 13:39:36,863 - ydk - Debug--- - Creating node 'unicast' with value ''
2022-03-11 13:39:36,863 - ydk - Debug--- - Creating node 'unicast' with value ''
Debug---:ydk:Creating node 'unicast' with value ''
2022-03-11 13:39:36,863 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4
2022-03-11 13:39:36,863 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4
Debug---:ydk:Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4
2022-03-11 13:39:36,863 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,863 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:36,863 - ydk - Debug--- - Populating schema for 'unicast'
2022-03-11 13:39:36,863 - ydk - Debug--- - Populating schema for 'unicast'
Debug---:ydk:Populating schema for 'unicast'
2022-03-11 13:39:36,863 - ydk - Debug--- - Looking to populate schemas for 'unicast'
2022-03-11 13:39:36,863 - ydk - Debug--- - Looking to populate schemas for 'unicast'
Debug---:ydk:Looking to populate schemas for 'unicast'
2022-03-11 13:39:36,863 - ydk - Debug--- - Getting new modules for path 'unicast'
2022-03-11 13:39:36,863 - ydk - Debug--- - Getting new modules for path 'unicast'
Debug---:ydk:Getting new modules for path 'unicast'
2022-03-11 13:39:36,863 - ydk - Debug--- - Getting child schema with path 'unicast' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4
2022-03-11 13:39:36,863 - ydk - Debug--- - Getting child schema with path 'unicast' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4
Debug---:ydk:Getting child schema with path 'unicast' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4
2022-03-11 13:39:36,863 - ydk - Debug--- - Getting data nodes with path 'unicast'
2022-03-11 13:39:36,863 - ydk - Debug--- - Getting data nodes with path 'unicast'
Debug---:ydk:Getting data nodes with path 'unicast'
2022-03-11 13:39:36,863 - ydk - Debug--- - Creating new data path 'unicast' with value '' in 'ipv4'
2022-03-11 13:39:36,863 - ydk - Debug--- - Creating new data path 'unicast' with value '' in 'ipv4'
Debug---:ydk:Creating new data path 'unicast' with value '' in 'ipv4'
2022-03-11 13:39:36,864 - ydk - Debug--- - Created child datanode 'unicast'
2022-03-11 13:39:36,864 - ydk - Debug--- - Created child datanode 'unicast'
Debug---:ydk:Created child datanode 'unicast'
2022-03-11 13:39:36,864 - ydk - Debug--- - Leaf count: 0
2022-03-11 13:39:36,864 - ydk - Debug--- - Leaf count: 0
Debug---:ydk:Leaf count: 0
2022-03-11 13:39:36,864 - ydk.types.Entity - Debug--- - Get name leaf data for "unicast". Count: 0
2022-03-11 13:39:36,864 - ydk.types.Entity - Debug--- - Get name leaf data for "unicast". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "unicast". Count: 0
2022-03-11 13:39:36,864 - ydk - Debug--- - Children count for: unicast : 3
2022-03-11 13:39:36,864 - ydk - Debug--- - Children count for: unicast : 3
Debug---:ydk:Children count for: unicast : 3
2022-03-11 13:39:36,864 - ydk - Debug--- - Children order count : 3
2022-03-11 13:39:36,864 - ydk - Debug--- - Children order count : 3
Debug---:ydk:Children order count : 3
2022-03-11 13:39:36,864 - ydk.types.Entity - Debug--- - Get name leaf data for "unicast". Count: 0
2022-03-11 13:39:36,864 - ydk.types.Entity - Debug--- - Get name leaf data for "unicast". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "unicast". Count: 0
2022-03-11 13:39:36,864 - ydk - Debug--- - Inserting in order for child segpath path: 'import_' in parent 'unicast'
2022-03-11 13:39:36,864 - ydk - Debug--- - Inserting in order for child segpath path: 'import_' in parent 'unicast'
Debug---:ydk:Inserting in order for child segpath path: 'import_' in parent 'unicast'
2022-03-11 13:39:36,864 - ydk - Debug--- - ==================
2022-03-11 13:39:36,864 - ydk - Debug--- - ==================
Debug---:ydk:==================
2022-03-11 13:39:36,864 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
2022-03-11 13:39:36,864 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "import". Count: 0
2022-03-11 13:39:36,865 - ydk - Debug--- - Looking at child 'import_': Cisco-IOS-XR-um-router-bgp-cfg:import
2022-03-11 13:39:36,865 - ydk - Debug--- - Looking at child 'import_': Cisco-IOS-XR-um-router-bgp-cfg:import
Debug---:ydk:Looking at child 'import_': Cisco-IOS-XR-um-router-bgp-cfg:import
2022-03-11 13:39:36,865 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
2022-03-11 13:39:36,865 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "import". Count: 0
2022-03-11 13:39:36,865 - ydk - Debug--- - Populating schema for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:36,865 - ydk - Debug--- - Populating schema for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Populating schema for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:36,865 - ydk - Debug--- - Looking to populate schemas for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:36,865 - ydk - Debug--- - Looking to populate schemas for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Looking to populate schemas for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:36,865 - ydk - Debug--- - Getting new modules for path 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:36,865 - ydk - Debug--- - Getting new modules for path 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Getting new modules for path 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:36,865 - ydk - Debug--- - Loading module 'Cisco-IOS-XR-um-router-bgp-cfg', revision ''
2022-03-11 13:39:36,865 - ydk - Debug--- - Loading module 'Cisco-IOS-XR-um-router-bgp-cfg', revision ''
Debug---:ydk:Loading module 'Cisco-IOS-XR-um-router-bgp-cfg', revision ''
2022-03-11 13:39:36,865 - ydk - Debug--- - Getting module 'Cisco-IOS-XR-um-router-bgp-cfg' submodule 'none'
2022-03-11 13:39:36,865 - ydk - Debug--- - Getting module 'Cisco-IOS-XR-um-router-bgp-cfg' submodule 'none'
Debug---:ydk:Getting module 'Cisco-IOS-XR-um-router-bgp-cfg' submodule 'none'
2022-03-11 13:39:36,866 - ydk - Debug--- - Looking for file in folder: /users/hahamedp/.ydk/5.5.25.42
2022-03-11 13:39:36,866 - ydk - Debug--- - Looking for file in folder: /users/hahamedp/.ydk/5.5.25.42
Debug---:ydk:Looking for file in folder: /users/hahamedp/.ydk/5.5.25.42
2022-03-11 13:39:36,866 - ydk - Debug--- - Opening file '/users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-router-bgp-cfg.yang'
2022-03-11 13:39:36,866 - ydk - Debug--- - Opening file '/users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-router-bgp-cfg.yang'
Debug---:ydk:Opening file '/users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-router-bgp-cfg.yang'
2022-03-11 13:39:38,054 - ydk - Debug--- - Path found with revision: /users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-router-bgp-cfg.yang
2022-03-11 13:39:38,054 - ydk - Debug--- - Path found with revision: /users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-router-bgp-cfg.yang
Debug---:ydk:Path found with revision: /users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-router-bgp-cfg.yang
2022-03-11 13:39:39,544 - ydk - Debug--- - Getting module 'Cisco-IOS-XR-um-snmp-server-cfg' submodule 'none'
2022-03-11 13:39:39,544 - ydk - Debug--- - Getting module 'Cisco-IOS-XR-um-snmp-server-cfg' submodule 'none'
Debug---:ydk:Getting module 'Cisco-IOS-XR-um-snmp-server-cfg' submodule 'none'
2022-03-11 13:39:39,544 - ydk - Debug--- - Looking for file in folder: /users/hahamedp/.ydk/5.5.25.42
2022-03-11 13:39:39,544 - ydk - Debug--- - Looking for file in folder: /users/hahamedp/.ydk/5.5.25.42
Debug---:ydk:Looking for file in folder: /users/hahamedp/.ydk/5.5.25.42
2022-03-11 13:39:39,544 - ydk - Debug--- - Opening file '/users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-snmp-server-cfg.yang'
2022-03-11 13:39:39,544 - ydk - Debug--- - Opening file '/users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-snmp-server-cfg.yang'
Debug---:ydk:Opening file '/users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-snmp-server-cfg.yang'
2022-03-11 13:39:39,841 - ydk - Debug--- - Path found with revision: /users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-snmp-server-cfg.yang
2022-03-11 13:39:39,841 - ydk - Debug--- - Path found with revision: /users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-snmp-server-cfg.yang
Debug---:ydk:Path found with revision: /users/hahamedp/.ydk/5.5.25.42/Cisco-IOS-XR-um-snmp-server-cfg.yang
2022-03-11 13:39:40,733 - ydk - Debug--- - [libyang] Module "Cisco-IOS-XR-um-snmp-server-cfg@2019-06-10" successfully parsed as implemented.
2022-03-11 13:39:40,733 - ydk - Debug--- - [libyang] Module "Cisco-IOS-XR-um-snmp-server-cfg@2019-06-10" successfully parsed as implemented.
Debug---:ydk:[libyang] Module "Cisco-IOS-XR-um-snmp-server-cfg@2019-06-10" successfully parsed as implemented.
2022-03-11 13:39:40,776 - ydk - Debug--- - [libyang] Resolving "Cisco-IOS-XR-um-router-bgp-cfg" unresolved schema nodes and their constraints...
2022-03-11 13:39:40,776 - ydk - Debug--- - [libyang] Resolving "Cisco-IOS-XR-um-router-bgp-cfg" unresolved schema nodes and their constraints...
Debug---:ydk:[libyang] Resolving "Cisco-IOS-XR-um-router-bgp-cfg" unresolved schema nodes and their constraints...
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,777 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,778 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,778 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,778 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,778 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,778 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,778 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,778 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,778 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,780 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,780 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,780 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,780 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,780 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,780 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,780 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,780 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,781 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,781 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,781 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,781 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,781 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,781 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,781 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,781 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,782 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,783 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,783 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,783 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,783 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,784 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,784 - ydk - Debug--- - [libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpn4-unicast" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,785 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,785 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[3] "af-name != 'vpn4-unicast'".
2022-03-11 13:39:40,785 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,785 - ydk - Debug--- - [libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
Debug---:ydk:[libyang] Invalid value "vpnv4-mdt" in "af-name" element. Path: '/Cisco-IOS-XR-um-router-bgp-cfg:af-name'
2022-03-11 13:39:40,785 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,785 - ydk - Debug--- - [libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
Debug---:ydk:[libyang] Previous warning generated by XPath subexpression[142] "af-name != 'vpnv4-mdt'".
2022-03-11 13:39:40,786 - ydk - Debug--- - [libyang] All "Cisco-IOS-XR-um-router-bgp-cfg" schema nodes and constraints resolved.
2022-03-11 13:39:40,786 - ydk - Debug--- - [libyang] All "Cisco-IOS-XR-um-router-bgp-cfg" schema nodes and constraints resolved.
Debug---:ydk:[libyang] All "Cisco-IOS-XR-um-router-bgp-cfg" schema nodes and constraints resolved.
2022-03-11 13:39:40,786 - ydk - Debug--- - [libyang] Module "Cisco-IOS-XR-um-router-bgp-cfg@2021-10-20" successfully parsed as implemented.
2022-03-11 13:39:40,786 - ydk - Debug--- - [libyang] Module "Cisco-IOS-XR-um-router-bgp-cfg@2021-10-20" successfully parsed as implemented.
Debug---:ydk:[libyang] Module "Cisco-IOS-XR-um-router-bgp-cfg@2021-10-20" successfully parsed as implemented.
2022-03-11 13:39:40,786 - ydk - Debug--- - Added new libyang module 'Cisco-IOS-XR-um-router-bgp-cfg'
2022-03-11 13:39:40,786 - ydk - Debug--- - Added new libyang module 'Cisco-IOS-XR-um-router-bgp-cfg'
Debug---:ydk:Added new libyang module 'Cisco-IOS-XR-um-router-bgp-cfg'
2022-03-11 13:39:40,786 - ydk - Debug--- - Populating new module schema 'Cisco-IOS-XR-um-router-bgp-cfg'
2022-03-11 13:39:40,786 - ydk - Debug--- - Populating new module schema 'Cisco-IOS-XR-um-router-bgp-cfg'
Debug---:ydk:Populating new module schema 'Cisco-IOS-XR-um-router-bgp-cfg'
2022-03-11 13:39:40,788 - ydk - Debug--- - Populating augmented schema node 'bgp'
2022-03-11 13:39:40,788 - ydk - Debug--- - Populating augmented schema node 'bgp'
Debug---:ydk:Populating augmented schema node 'bgp'
2022-03-11 13:39:40,788 - ydk - Debug--- - Populating new schema node 'bgp'
2022-03-11 13:39:40,788 - ydk - Debug--- - Populating new schema node 'bgp'
Debug---:ydk:Populating new schema node 'bgp'
2022-03-11 13:39:40,788 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,788 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
Debug---:ydk:Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'import'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'import'
Debug---:ydk:Populating new schema node 'import'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'export'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'export'
Debug---:ydk:Populating new schema node 'export'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
Debug---:ydk:Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'import'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'import'
Debug---:ydk:Populating new schema node 'import'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'export'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'export'
Debug---:ydk:Populating new schema node 'export'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
Debug---:ydk:Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'import'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'import'
Debug---:ydk:Populating new schema node 'import'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'export'
2022-03-11 13:39:40,789 - ydk - Debug--- - Populating new schema node 'export'
Debug---:ydk:Populating new schema node 'export'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
Debug---:ydk:Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'import'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'import'
Debug---:ydk:Populating new schema node 'import'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'export'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'export'
Debug---:ydk:Populating new schema node 'export'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
Debug---:ydk:Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'import'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'import'
Debug---:ydk:Populating new schema node 'import'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'export'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'export'
Debug---:ydk:Populating new schema node 'export'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating augmented schema node 'VRF-COMMON'
Debug---:ydk:Populating augmented schema node 'VRF-COMMON'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'import'
2022-03-11 13:39:40,790 - ydk - Debug--- - Populating new schema node 'import'
Debug---:ydk:Populating new schema node 'import'
2022-03-11 13:39:40,791 - ydk - Debug--- - Populating new schema node 'export'
2022-03-11 13:39:40,791 - ydk - Debug--- - Populating new schema node 'export'
Debug---:ydk:Populating new schema node 'export'
2022-03-11 13:39:40,791 - ydk - Debug--- - Populating augmented schema node 'VRF-RD'
2022-03-11 13:39:40,791 - ydk - Debug--- - Populating augmented schema node 'VRF-RD'
Debug---:ydk:Populating augmented schema node 'VRF-RD'
2022-03-11 13:39:40,791 - ydk - Debug--- - Populating new schema node 'rd'
2022-03-11 13:39:40,791 - ydk - Debug--- - Populating new schema node 'rd'
Debug---:ydk:Populating new schema node 'rd'
2022-03-11 13:39:40,791 - ydk - Debug--- - Creating node 'Cisco-IOS-XR-um-router-bgp-cfg:import' with value ''
2022-03-11 13:39:40,791 - ydk - Debug--- - Creating node 'Cisco-IOS-XR-um-router-bgp-cfg:import' with value ''
Debug---:ydk:Creating node 'Cisco-IOS-XR-um-router-bgp-cfg:import' with value ''
2022-03-11 13:39:40,791 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast
2022-03-11 13:39:40,791 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast
Debug---:ydk:Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast
2022-03-11 13:39:40,791 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:40,791 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:40,791 - ydk - Debug--- - Populating schema for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,791 - ydk - Debug--- - Populating schema for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Populating schema for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,791 - ydk - Debug--- - Looking to populate schemas for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,791 - ydk - Debug--- - Looking to populate schemas for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Looking to populate schemas for 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,791 - ydk - Debug--- - Getting new modules for path 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,791 - ydk - Debug--- - Getting new modules for path 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Getting new modules for path 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,791 - ydk - Debug--- - Loading module 'Cisco-IOS-XR-um-router-bgp-cfg', revision ''
2022-03-11 13:39:40,791 - ydk - Debug--- - Loading module 'Cisco-IOS-XR-um-router-bgp-cfg', revision ''
Debug---:ydk:Loading module 'Cisco-IOS-XR-um-router-bgp-cfg', revision ''
2022-03-11 13:39:40,791 - ydk - Debug--- - The module 'Cisco-IOS-XR-um-router-bgp-cfg' schema has already been populated in YDK repository
2022-03-11 13:39:40,791 - ydk - Debug--- - The module 'Cisco-IOS-XR-um-router-bgp-cfg' schema has already been populated in YDK repository
Debug---:ydk:The module 'Cisco-IOS-XR-um-router-bgp-cfg' schema has already been populated in YDK repository
2022-03-11 13:39:40,792 - ydk - Debug--- - Getting child schema with path 'Cisco-IOS-XR-um-router-bgp-cfg:import' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast
2022-03-11 13:39:40,792 - ydk - Debug--- - Getting child schema with path 'Cisco-IOS-XR-um-router-bgp-cfg:import' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast
Debug---:ydk:Getting child schema with path 'Cisco-IOS-XR-um-router-bgp-cfg:import' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast
2022-03-11 13:39:40,792 - ydk - Debug--- - Getting data nodes with path 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,792 - ydk - Debug--- - Getting data nodes with path 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Getting data nodes with path 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,792 - ydk - Debug--- - Creating new data path 'Cisco-IOS-XR-um-router-bgp-cfg:import' with value '' in 'unicast'
2022-03-11 13:39:40,792 - ydk - Debug--- - Creating new data path 'Cisco-IOS-XR-um-router-bgp-cfg:import' with value '' in 'unicast'
Debug---:ydk:Creating new data path 'Cisco-IOS-XR-um-router-bgp-cfg:import' with value '' in 'unicast'
2022-03-11 13:39:40,792 - ydk - Debug--- - Created child datanode 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,792 - ydk - Debug--- - Created child datanode 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Created child datanode 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,792 - ydk - Debug--- - Leaf count: 0
2022-03-11 13:39:40,792 - ydk - Debug--- - Leaf count: 0
Debug---:ydk:Leaf count: 0
2022-03-11 13:39:40,792 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
2022-03-11 13:39:40,792 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "import". Count: 0
2022-03-11 13:39:40,792 - ydk - Debug--- - Children count for: Cisco-IOS-XR-um-router-bgp-cfg:import : 2
2022-03-11 13:39:40,792 - ydk - Debug--- - Children count for: Cisco-IOS-XR-um-router-bgp-cfg:import : 2
Debug---:ydk:Children count for: Cisco-IOS-XR-um-router-bgp-cfg:import : 2
2022-03-11 13:39:40,792 - ydk - Debug--- - Children order count : 2
2022-03-11 13:39:40,792 - ydk - Debug--- - Children order count : 2
Debug---:ydk:Children order count : 2
2022-03-11 13:39:40,792 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
2022-03-11 13:39:40,792 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "import". Count: 0
2022-03-11 13:39:40,793 - ydk - Debug--- - Inserting in order for child segpath path: 'from_' in parent 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,793 - ydk - Debug--- - Inserting in order for child segpath path: 'from_' in parent 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Inserting in order for child segpath path: 'from_' in parent 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,793 - ydk - Debug--- - ==================
2022-03-11 13:39:40,793 - ydk - Debug--- - ==================
Debug---:ydk:==================
2022-03-11 13:39:40,793 - ydk.types.Entity - Debug--- - Get name leaf data for "from". Count: 0
2022-03-11 13:39:40,793 - ydk.types.Entity - Debug--- - Get name leaf data for "from". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "from". Count: 0
2022-03-11 13:39:40,793 - ydk - Debug--- - Looking at child 'from_': from
2022-03-11 13:39:40,793 - ydk - Debug--- - Looking at child 'from_': from
Debug---:ydk:Looking at child 'from_': from
2022-03-11 13:39:40,793 - ydk - Debug--- - Child has no data and no operations
2022-03-11 13:39:40,793 - ydk - Debug--- - Child has no data and no operations
Debug---:ydk:Child has no data and no operations
2022-03-11 13:39:40,793 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
2022-03-11 13:39:40,793 - ydk.types.Entity - Debug--- - Get name leaf data for "import". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "import". Count: 0
2022-03-11 13:39:40,794 - ydk - Debug--- - Inserting in order for child segpath path: 'route_target' in parent 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,794 - ydk - Debug--- - Inserting in order for child segpath path: 'route_target' in parent 'Cisco-IOS-XR-um-router-bgp-cfg:import'
Debug---:ydk:Inserting in order for child segpath path: 'route_target' in parent 'Cisco-IOS-XR-um-router-bgp-cfg:import'
2022-03-11 13:39:40,794 - ydk - Debug--- - ==================
2022-03-11 13:39:40,794 - ydk - Debug--- - ==================
Debug---:ydk:==================
2022-03-11 13:39:40,794 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,794 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,794 - ydk - Debug--- - Looking at child 'route_target': route-target
2022-03-11 13:39:40,794 - ydk - Debug--- - Looking at child 'route_target': route-target
Debug---:ydk:Looking at child 'route_target': route-target
2022-03-11 13:39:40,794 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,794 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,794 - ydk - Debug--- - Populating schema for 'route-target'
2022-03-11 13:39:40,794 - ydk - Debug--- - Populating schema for 'route-target'
Debug---:ydk:Populating schema for 'route-target'
2022-03-11 13:39:40,794 - ydk - Debug--- - Looking to populate schemas for 'route-target'
2022-03-11 13:39:40,794 - ydk - Debug--- - Looking to populate schemas for 'route-target'
Debug---:ydk:Looking to populate schemas for 'route-target'
2022-03-11 13:39:40,794 - ydk - Debug--- - Getting new modules for path 'route-target'
2022-03-11 13:39:40,794 - ydk - Debug--- - Getting new modules for path 'route-target'
Debug---:ydk:Getting new modules for path 'route-target'
2022-03-11 13:39:40,794 - ydk - Debug--- - Creating node 'route-target' with value ''
2022-03-11 13:39:40,794 - ydk - Debug--- - Creating node 'route-target' with value ''
Debug---:ydk:Creating node 'route-target' with value ''
2022-03-11 13:39:40,794 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import
2022-03-11 13:39:40,794 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import
Debug---:ydk:Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import
2022-03-11 13:39:40,795 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:40,795 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:40,795 - ydk - Debug--- - Populating schema for 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Populating schema for 'route-target'
Debug---:ydk:Populating schema for 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Looking to populate schemas for 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Looking to populate schemas for 'route-target'
Debug---:ydk:Looking to populate schemas for 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Getting new modules for path 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Getting new modules for path 'route-target'
Debug---:ydk:Getting new modules for path 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Getting child schema with path 'route-target' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import
2022-03-11 13:39:40,795 - ydk - Debug--- - Getting child schema with path 'route-target' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import
Debug---:ydk:Getting child schema with path 'route-target' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import
2022-03-11 13:39:40,795 - ydk - Debug--- - Getting data nodes with path 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Getting data nodes with path 'route-target'
Debug---:ydk:Getting data nodes with path 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Creating new data path 'route-target' with value '' in 'import'
2022-03-11 13:39:40,795 - ydk - Debug--- - Creating new data path 'route-target' with value '' in 'import'
Debug---:ydk:Creating new data path 'route-target' with value '' in 'import'
2022-03-11 13:39:40,795 - ydk - Debug--- - Created child datanode 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Created child datanode 'route-target'
Debug---:ydk:Created child datanode 'route-target'
2022-03-11 13:39:40,795 - ydk - Debug--- - Leaf count: 0
2022-03-11 13:39:40,795 - ydk - Debug--- - Leaf count: 0
Debug---:ydk:Leaf count: 0
2022-03-11 13:39:40,795 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,795 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,795 - ydk - Debug--- - Children count for: route-target : 3
2022-03-11 13:39:40,795 - ydk - Debug--- - Children count for: route-target : 3
Debug---:ydk:Children count for: route-target : 3
2022-03-11 13:39:40,796 - ydk - Debug--- - Children order count : 3
2022-03-11 13:39:40,796 - ydk - Debug--- - Children order count : 3
Debug---:ydk:Children order count : 3
2022-03-11 13:39:40,796 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,796 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,796 - ydk - Debug--- - Inserting in order for child segpath path: 'two_byte_as_rts' in parent 'route-target'
2022-03-11 13:39:40,796 - ydk - Debug--- - Inserting in order for child segpath path: 'two_byte_as_rts' in parent 'route-target'
Debug---:ydk:Inserting in order for child segpath path: 'two_byte_as_rts' in parent 'route-target'
2022-03-11 13:39:40,796 - ydk - Debug--- - ==================
2022-03-11 13:39:40,796 - ydk - Debug--- - ==================
Debug---:ydk:==================
2022-03-11 13:39:40,796 - ydk.types.Entity - Debug--- - Get name leaf data for "two-byte-as-rts". Count: 0
2022-03-11 13:39:40,796 - ydk.types.Entity - Debug--- - Get name leaf data for "two-byte-as-rts". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "two-byte-as-rts". Count: 0
2022-03-11 13:39:40,796 - ydk - Debug--- - Looking at child 'two_byte_as_rts': two-byte-as-rts
2022-03-11 13:39:40,796 - ydk - Debug--- - Looking at child 'two_byte_as_rts': two-byte-as-rts
Debug---:ydk:Looking at child 'two_byte_as_rts': two-byte-as-rts
2022-03-11 13:39:40,796 - ydk - Debug--- - Child has no data and no operations
2022-03-11 13:39:40,796 - ydk - Debug--- - Child has no data and no operations
Debug---:ydk:Child has no data and no operations
2022-03-11 13:39:40,796 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,796 - ydk.types.Entity - Debug--- - Get name leaf data for "route-target". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "route-target". Count: 0
2022-03-11 13:39:40,797 - ydk - Debug--- - Inserting in order for child segpath path: 'four_byte_as_rts' in parent 'route-target'
2022-03-11 13:39:40,797 - ydk - Debug--- - Inserting in order for child segpath path: 'four_byte_as_rts' in parent 'route-target'
Debug---:ydk:Inserting in order for child segpath path: 'four_byte_as_rts' in parent 'route-target'
2022-03-11 13:39:40,797 - ydk - Debug--- - ==================
2022-03-11 13:39:40,797 - ydk - Debug--- - ==================
Debug---:ydk:==================
2022-03-11 13:39:40,797 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rts". Count: 0
2022-03-11 13:39:40,797 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rts". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "four-byte-as-rts". Count: 0
2022-03-11 13:39:40,797 - ydk - Debug--- - Looking at child 'four_byte_as_rts': four-byte-as-rts
2022-03-11 13:39:40,797 - ydk - Debug--- - Looking at child 'four_byte_as_rts': four-byte-as-rts
Debug---:ydk:Looking at child 'four_byte_as_rts': four-byte-as-rts
2022-03-11 13:39:40,797 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rts". Count: 0
2022-03-11 13:39:40,797 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rts". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "four-byte-as-rts". Count: 0
2022-03-11 13:39:40,797 - ydk - Debug--- - Populating schema for 'four-byte-as-rts'
2022-03-11 13:39:40,797 - ydk - Debug--- - Populating schema for 'four-byte-as-rts'
Debug---:ydk:Populating schema for 'four-byte-as-rts'
2022-03-11 13:39:40,797 - ydk - Debug--- - Looking to populate schemas for 'four-byte-as-rts'
2022-03-11 13:39:40,797 - ydk - Debug--- - Looking to populate schemas for 'four-byte-as-rts'
Debug---:ydk:Looking to populate schemas for 'four-byte-as-rts'
2022-03-11 13:39:40,797 - ydk - Debug--- - Getting new modules for path 'four-byte-as-rts'
2022-03-11 13:39:40,797 - ydk - Debug--- - Getting new modules for path 'four-byte-as-rts'
Debug---:ydk:Getting new modules for path 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Creating node 'four-byte-as-rts' with value ''
2022-03-11 13:39:40,798 - ydk - Debug--- - Creating node 'four-byte-as-rts' with value ''
Debug---:ydk:Creating node 'four-byte-as-rts' with value ''
2022-03-11 13:39:40,798 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target
2022-03-11 13:39:40,798 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target
Debug---:ydk:Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target
2022-03-11 13:39:40,798 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:40,798 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:40,798 - ydk - Debug--- - Populating schema for 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Populating schema for 'four-byte-as-rts'
Debug---:ydk:Populating schema for 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Looking to populate schemas for 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Looking to populate schemas for 'four-byte-as-rts'
Debug---:ydk:Looking to populate schemas for 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Getting new modules for path 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Getting new modules for path 'four-byte-as-rts'
Debug---:ydk:Getting new modules for path 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Getting child schema with path 'four-byte-as-rts' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target
2022-03-11 13:39:40,798 - ydk - Debug--- - Getting child schema with path 'four-byte-as-rts' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target
Debug---:ydk:Getting child schema with path 'four-byte-as-rts' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target
2022-03-11 13:39:40,798 - ydk - Debug--- - Getting data nodes with path 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Getting data nodes with path 'four-byte-as-rts'
Debug---:ydk:Getting data nodes with path 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Creating new data path 'four-byte-as-rts' with value '' in 'route-target'
2022-03-11 13:39:40,798 - ydk - Debug--- - Creating new data path 'four-byte-as-rts' with value '' in 'route-target'
Debug---:ydk:Creating new data path 'four-byte-as-rts' with value '' in 'route-target'
2022-03-11 13:39:40,798 - ydk - Debug--- - Created child datanode 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Created child datanode 'four-byte-as-rts'
Debug---:ydk:Created child datanode 'four-byte-as-rts'
2022-03-11 13:39:40,798 - ydk - Debug--- - Leaf count: 0
2022-03-11 13:39:40,798 - ydk - Debug--- - Leaf count: 0
Debug---:ydk:Leaf count: 0
2022-03-11 13:39:40,799 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rts". Count: 0
2022-03-11 13:39:40,799 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rts". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "four-byte-as-rts". Count: 0
2022-03-11 13:39:40,799 - ydk - Debug--- - Children count for: four-byte-as-rts : 1
2022-03-11 13:39:40,799 - ydk - Debug--- - Children count for: four-byte-as-rts : 1
Debug---:ydk:Children count for: four-byte-as-rts : 1
2022-03-11 13:39:40,799 - ydk - Debug--- - Children order count : 1
2022-03-11 13:39:40,799 - ydk - Debug--- - Children order count : 1
Debug---:ydk:Children order count : 1
2022-03-11 13:39:40,799 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rts". Count: 0
2022-03-11 13:39:40,799 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rts". Count: 0
Debug---:ydk.types.Entity:Get name leaf data for "four-byte-as-rts". Count: 0
2022-03-11 13:39:40,799 - ydk - Debug--- - Inserting in order for child segpath path: 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' in parent 'four-byte-as-rts'
2022-03-11 13:39:40,799 - ydk - Debug--- - Inserting in order for child segpath path: 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' in parent 'four-byte-as-rts'
Debug---:ydk:Inserting in order for child segpath path: 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' in parent 'four-byte-as-rts'
2022-03-11 13:39:40,799 - ydk - Debug--- - ==================
2022-03-11 13:39:40,799 - ydk - Debug--- - ==================
Debug---:ydk:==================
2022-03-11 13:39:40,799 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rt". Count: 3
2022-03-11 13:39:40,799 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rt". Count: 3
Debug---:ydk.types.Entity:Get name leaf data for "four-byte-as-rt". Count: 3
2022-03-11 13:39:40,799 - ydk.types.Entity - Debug--- - Leaf data name: "as-number", value: "65600", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,799 - ydk.types.Entity - Debug--- - Leaf data name: "as-number", value: "65600", yfilter: "YFilter.not_set", is_set: "True"
Debug---:ydk.types.Entity:Leaf data name: "as-number", value: "65600", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "index", value: "100", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "index", value: "100", yfilter: "YFilter.not_set", is_set: "True"
Debug---:ydk.types.Entity:Leaf data name: "index", value: "100", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "stitching", value: "false", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "stitching", value: "false", yfilter: "YFilter.not_set", is_set: "True"
Debug---:ydk.types.Entity:Leaf data name: "stitching", value: "false", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk - Debug--- - Looking at child 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']': four-byte-as-rt[as-number='65600'][index='100'][stitching='False']
2022-03-11 13:39:40,800 - ydk - Debug--- - Looking at child 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']': four-byte-as-rt[as-number='65600'][index='100'][stitching='False']
Debug---:ydk:Looking at child 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']': four-byte-as-rt[as-number='65600'][index='100'][stitching='False']
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rt". Count: 3
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Get name leaf data for "four-byte-as-rt". Count: 3
Debug---:ydk.types.Entity:Get name leaf data for "four-byte-as-rt". Count: 3
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "as-number", value: "65600", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "as-number", value: "65600", yfilter: "YFilter.not_set", is_set: "True"
Debug---:ydk.types.Entity:Leaf data name: "as-number", value: "65600", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "index", value: "100", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "index", value: "100", yfilter: "YFilter.not_set", is_set: "True"
Debug---:ydk.types.Entity:Leaf data name: "index", value: "100", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "stitching", value: "false", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,800 - ydk.types.Entity - Debug--- - Leaf data name: "stitching", value: "false", yfilter: "YFilter.not_set", is_set: "True"
Debug---:ydk.types.Entity:Leaf data name: "stitching", value: "false", yfilter: "YFilter.not_set", is_set: "True"
2022-03-11 13:39:40,801 - ydk - Debug--- - Populating schema for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,801 - ydk - Debug--- - Populating schema for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
Debug---:ydk:Populating schema for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,801 - ydk - Debug--- - Looking to populate schemas for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,801 - ydk - Debug--- - Looking to populate schemas for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
Debug---:ydk:Looking to populate schemas for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,801 - ydk - Debug--- - Getting new modules for path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,801 - ydk - Debug--- - Getting new modules for path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
Debug---:ydk:Getting new modules for path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,801 - ydk - Debug--- - Creating node 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' with value ''
2022-03-11 13:39:40,801 - ydk - Debug--- - Creating node 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' with value ''
Debug---:ydk:Creating node 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' with value ''
2022-03-11 13:39:40,801 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts
2022-03-11 13:39:40,801 - ydk - Debug--- - Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts
Debug---:ydk:Current path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts
2022-03-11 13:39:40,801 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:40,801 - ydk - Debug--- - Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
Debug---:ydk:Top container path: Cisco-IOS-XR-um-vrf-cfg:vrfs
2022-03-11 13:39:40,801 - ydk - Debug--- - Populating schema for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,801 - ydk - Debug--- - Populating schema for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
Debug---:ydk:Populating schema for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,802 - ydk - Debug--- - Looking to populate schemas for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,802 - ydk - Debug--- - Looking to populate schemas for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
Debug---:ydk:Looking to populate schemas for 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,802 - ydk - Debug--- - Getting new modules for path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,802 - ydk - Debug--- - Getting new modules for path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
Debug---:ydk:Getting new modules for path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,802 - ydk - Debug--- - Getting child schema with path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts
2022-03-11 13:39:40,802 - ydk - Debug--- - Getting child schema with path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts
Debug---:ydk:Getting child schema with path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' in /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts
2022-03-11 13:39:40,802 - ydk - Debug--- - Getting data nodes with path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,802 - ydk - Debug--- - Getting data nodes with path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
Debug---:ydk:Getting data nodes with path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']'
2022-03-11 13:39:40,802 - ydk - Debug--- - Creating new data path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' with value '' in 'four-byte-as-rts'
2022-03-11 13:39:40,802 - ydk - Debug--- - Creating new data path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' with value '' in 'four-byte-as-rts'
Debug---:ydk:Creating new data path 'four-byte-as-rt[as-number='65600'][index='100'][stitching='False']' with value '' in 'four-byte-as-rts'
2022-03-11 13:39:40,802 - ydk - Error--- - Data is invalid according to the yang model. Libyang error: Invalid value "False" in "stitching" element. Path: '/Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts/four-byte-as-rt[as-number='65600'][index='100'][stitching='False']/stitching'
2022-03-11 13:39:40,802 - ydk - Error--- - Data is invalid according to the yang model. Libyang error: Invalid value "False" in "stitching" element. Path: '/Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts/four-byte-as-rt[as-number='65600'][index='100'][stitching='False']/stitching'
Error---:ydk:Data is invalid according to the yang model. Libyang error: Invalid value "False" in "stitching" element. Path: '/Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts/four-byte-as-rt[as-number='65600'][index='100'][stitching='False']/stitching'
*** ydk.errors.YModelError: Invalid value "False" in "stitching" element. Path: /Cisco-IOS-XR-um-vrf-cfg:vrfs/vrf[vrf-name='vrf_l3vpn']/address-family/ipv4/unicast/Cisco-IOS-XR-um-router-bgp-cfg:import/route-target/four-byte-as-rts/four-byte-as-rt[as-number='65600'][index='100'][stitching='False']/stitching
(Pdb)

Regards,
Harroon Ahamed Erzath

1 Reply 1

ygorelik
Cisco Employee
Cisco Employee

Hi Harroon

It is a bug in YDK. Please open new issue here.

Yan Gorelik