Restricting access to an Aruba switch GUI and CMD via VLAN router IP
Exam:
- Allow all 10.29.3.0/24 , 10.29.4.0/24, 10.29.5.0/24
- Allow all icmp
- Deny all
access-list ip quantriswitch
20 permit any 10.29.5.0/255.255.255.0 any
21 permit any 10.29.4.0/255.255.255.0 any
22 permit tcp 10.29.3.0/255.255.255.0 any
23 permit icmp any any
90 deny any any any
apply access-list ip quantriswitch control-plane vrf default
https://community.arubanetworks.com/discussion/cx6000-restricting-access-to-management-ip-of-switch
Post a Comment
Post a Comment