Unsolved
This post is more than 5 years old
2 Posts
0
31804
February 19th, 2014 00:00
Dell Powerconnect 5524 Management on VLAN not possible. Management ACL drop package
Hi,
I am trying to access my Powerconnect on a separate VLAN other than the default VLAN.
I have several VLANS Setup 1, 5,10, 20, 70
I can currently access this switch on a address in VLAN70 from within the same VLAN which works just fine.
I added an address in VLAN 10 but when trying to access the new address from within VLAN 10 I get following error:
19-Feb-2014 16:24:38 %MNGINF-W-ACL: Management ACL drop packet received on inter
face Vlan 10 from 10.10.10.10 to 10.10.10.110 protocol 6 service Http
Show IP interface shows following configuration:
IP Address I/F Type Directed Precedence Status
10.10.10.110/24 vlan 10 Static disable No Valid
192.168.20.5/24 vlan 70 Static disable No Valid
I am at a loss?
Please help?


Sebastian W
2 Posts
0
February 19th, 2014 16:00
Our Gateway routs in between the VLANS. VLAN 10 and 70 are accessible both ways.
To check the management ACL I hope this is the correct command?
PERSWI1# show management access-list
console-only ------------ deny ! (Note: all other access implicitly denied)
ssh --- permit ip-source 192.168.20.0 mask 255.255.255.0 ! (Note: all other access implicitly denied)
PERSWI1#
I have tried to add specific access but still getting the denied error?
PERSWI1# show management access-list
console-only ------------ deny ! (Note: all other access implicitly denied)
ssh --- permit ip-source 192.168.20.0 mask 255.255.255.0 ! (Note: all other access implicitly denied)
webaccess --------- permit ip-source 10.10.10.0 mask 255.255.255.0 service http ! (Note: all other access implicitly denied)
PERSWI1# 20-Feb-2014 08:50:07 %MNGINF-W-ACL: Management ACL drop packet received on interface Vlan 10 from 10.10.10.10 to 10.10.10.110 protocol 6 service Http