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
If a port-access class or a port-access role, policy or class are in use elsewhere in the config and an attempt is made to remove it, the command fails silently.
If a role containing the PhoneDestAllow policy exists, both of these will fail but Ansible will return OK.
name: Add Phone Dest class CX
arubanetworks.aoscx.aoscx_config:
lines:
- comment permit phone switch blocks
- class ip PhoneDest
parents: class ip PhoneDestAllow
before: no class ip PhoneDestAllow
name: Add Phone Dest class CX
arubanetworks.aoscx.aoscx_config:
lines:
- comment identify phone switch blocks
- match ip any 10.200.1.0/24
- match ip any 10.200.8.0/24
parents: class ip PhoneDest
before: no class ip PhoneDest
The text was updated successfully, but these errors were encountered:
If a port-access class or a port-access role, policy or class are in use elsewhere in the config and an attempt is made to remove it, the command fails silently.
If a role containing the PhoneDestAllow policy exists, both of these will fail but Ansible will return OK.
name: Add Phone Dest class CX
arubanetworks.aoscx.aoscx_config:
lines:
- comment permit phone switch blocks
- class ip PhoneDest
parents: class ip PhoneDestAllow
before: no class ip PhoneDestAllow
name: Add Phone Dest class CX
arubanetworks.aoscx.aoscx_config:
lines:
- comment identify phone switch blocks
- match ip any 10.200.1.0/24
- match ip any 10.200.8.0/24
parents: class ip PhoneDest
before: no class ip PhoneDest
The text was updated successfully, but these errors were encountered: