- Getting error AttributeError: 'function' object has no attribute '_meta_info' when creating policy-map. Even though got this error the configuration is committed and XR device returns RPC-OK message. When tried to comment the policy-map code there is no error.
Looks like a minor typo on line 137 of your script :
crud_create2 = crud.create (provider, put_cm_to_pm)
should be
crud_create2 = crud.create (provider, policy_configuration)
Comments
0 comments
Please sign in to leave a comment.