Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Aruba Switch OS generator #362

Open
ProtonBruno opened this issue Mar 6, 2024 · 0 comments
Open

Add Aruba Switch OS generator #362

ProtonBruno opened this issue Mar 6, 2024 · 0 comments

Comments

@ProtonBruno
Copy link
Contributor

Hi,
The current Aruba generator renders ArubaOS ACLs, which are AFAICT used for wireless access points.
We use Aerleon to render Aruba AOS-S using the Cisco generator as the syntax is almost the same.

Could we add support for AOS-S (and maybe AOS-CX, which also seems very similar)?

So far the only problem we have encountered is with comments:
As soon as we have spaces in the comments, AOS-S requires double quotes "" (Cisco supports the comment without quotes).

IE:
MSWITCH(config-ext-nacl)# remark default deny
Invalid input: deny

Note that the placeholder for ID is also failing because of the special characters:
remark $Id:$

See the comment section p271 : https://support.hpe.com/hpesc/public/docDisplay?docId=a00112861en_us

Remark:
Allows up to 100 alphanumeric characters, including blank spaces. (If any
spaces are used, the remark must be enclosed in a pair of single or double
quotes.) A remark is associated with a particular ACE and will have the
same sequence number as the ACE. (One remark is allowed per ACE.)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant