beginner and Aruba Switch CX

Moderator: mike

Post Reply
turk-184
Posts: 2
Joined: Sun Oct 27, 2024 9:15 am

beginner and Aruba Switch CX

Post by turk-184 » Sun Oct 27, 2024 9:34 am

Hi everyone!
I am trying to learn something in the world of switch aruba cx, I have the image OS Aruba version version 10.7, I create the vlan and then I try to apply; I created a small block between Vlan "Amm" and Vlan "Com" with the Apply Access-List IP Bloc_comm_mm Routed-in command if I apply it to the Int Vlan 30 gives me an error


! run 'access-list TYPE NAME reset' or 'access-list all reset' to reset the ACL to match the active configuration.
! access-list ip bloc_comm_amm failed to apply on module 1/1 (routed-in).

I try to reset but the rule go away.


The virtual switch behaves like the physical switch for this type of configuration?

Thanks to those who want to answer me.



My config:

ssh server vrf mgmt
access-list ip bloc_amm_comm
10 deny any 192.168.20.0/255.255.255.0 192.168.30.0/255.255.255.0
20 permit any any any
access-list ip bloc_comm_amm
10 deny any 192.168.30.0/255.255.255.0 192.168.20.0/255.255.255.0
20 permit any any any
vlan 1
vlan 10
name servers
vlan 20
name Amministrazione
vlan 30
name Commerciali
interface mgmt
no shutdown
ip dhcp
interface 1/1/1
no shutdown
no routing
vlan access 10
interface 1/1/2
no shutdown
no routing
vlan access 20
interface 1/1/3
no shutdown
no routing
vlan access 30
interface vlan 10
ip address 192.168.10.250/24
interface vlan 20
ip address 192.168.20.250/24
interface vlan 30
ip address 192.168.30.250/24



Bye
Turk-184

Uldis (UD)
Posts: 5158
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: beginner and Aruba Switch CX

Post by Uldis (UD) » Sun Oct 27, 2024 6:36 pm

it is your configuration issue, not EVE dear

turk-184
Posts: 2
Joined: Sun Oct 27, 2024 9:15 am

Re: beginner and Aruba Switch CX

Post by turk-184 » Sat Nov 02, 2024 3:40 pm

thanks for your reply.
It could definitely be, I changed switches and used a Cisco and was able to create the settings I wanted and in fact the lab I'm trying has cisco switches and they work!

Would you be so kind as to tell me where I went wrong?

Thank's

miajackson
Posts: 1
Joined: Wed Dec 11, 2024 6:47 am

Re: beginner and Aruba Switch CX

Post by miajackson » Wed Dec 11, 2024 6:53 am

It seems like you're encountering an issue with applying an ACL on a VLAN interface. Here are a few things you might want to check:
ACL Syntax: Double-check the syntax of your ACL rules. Ensure there are no typos or errors in the IP addresses and masks.
ACL Application: Verify that you're applying the ACL to the correct interface. In your case, you're applying it to VLAN 30, so make sure it's the correct interface.
VLAN Configuration: Ensure that your VLANs are configured correctly and that the interfaces are assigned to the correct VLANs.
Virtual Switch Behavior: While virtual switches can behave similarly to physical switches, there might be some nuances in how they handle ACLs. Consult the Aruba documentation for specific guidelines.

Here are some additional tips:
Debugging: Use the show access-lists command to verify the ACL configuration.
Check System Logs: Look for any error messages related to ACL application or VLAN configuration.
Consult Aruba Documentation: Refer to the official Aruba documentation for specific configuration guidelines and troubleshooting tips.
Seek Community Support: Post your question on Aruba's forums or other networking communities to get help from other users.

Uldis (UD)
Posts: 5158
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: beginner and Aruba Switch CX

Post by Uldis (UD) » Wed Dec 11, 2024 7:18 am

miajackson wrote:
Wed Dec 11, 2024 6:53 am
It seems like you're encountering an issue with applying an ACL on a VLAN interface. Here are a few things you might want to check:
ACL Syntax: Double-check the syntax of your ACL rules. Ensure there are no typos or errors in the IP addresses and masks.
ACL Application: Verify that you're applying the ACL to the correct interface. In your case, you're applying it to VLAN 30, so make sure it's the correct interface.
VLAN Configuration: Ensure that your VLANs are configured correctly and that the interfaces are assigned to the correct VLANs.
Virtual Switch Behavior: While virtual switches can behave similarly to physical switches, there might be some nuances in how they handle ACLs. Consult the Aruba documentation for specific guidelines.

Here are some additional tips:
Debugging: Use the show access-lists command to verify the ACL configuration.
Check System Logs: Look for any error messages related to ACL application or VLAN configuration.
Consult Aruba Documentation: Refer to the official Aruba documentation for specific configuration guidelines and troubleshooting tips.
Seek Community Support: Post your question on Aruba's forums or other networking communities to get help from other users.
If next time you will put hidden useless links in your post, you will be banned from this form

Post Reply