You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
There are a number of problems with the Cisco IOS schema in 5.11:
interface_[state/item]/urpf_command entity should be deprecated and replaced with two new entities: ipv4_urpf_command and ipv6_urpf_command, both Entity[State/Item]StringType.
interface_[state/item]/switchport_native_vlan entity type should be changed to Entity[State/Item]IntType.
interface_[state/item]/switchport_access_vlan entity type should be changed to Entity[State/Item]StringType.
acl_item/config_line entity should have maxOccurs="unbounded".
interface_item/ip_directed_broadcast_command, proxy_arp_command and shutdown_command entities type should be changed to EntityItemBoolType.
interface_item/ipv4_address entity should have maxOccurs="1".
The text was updated successfully, but these errors were encountered:
There are a number of problems with the Cisco IOS schema in 5.11:
The text was updated successfully, but these errors were encountered: