Unsolved
This post is more than 5 years old
1 Rookie
•
44 Posts
0
47257
June 18th, 2014 06:00
Management Access List...on Dell Power Connect
Hi,
I have Dell Power Connect 6224 switch. I have configured three Vlan ie. Vlan60, 70, 80
Vlan60 Ip address:-192.168.60.1/24
vlan70 ip address:-192.168.70.1/30
vlan 80 ip address:-192.168.80.1/30
I want that switch can be access only from vlan 70 which is connected with router Ip address 192.168.70.2/30.
and ip address that i want to give rights to access Switch is 192.168.7.66/24.
Is it possible????
if yes so what command should i use in Management access-list?????
No Events found!


duahimanshu
1 Rookie
•
44 Posts
0
June 18th, 2014 10:00
Hi,
thanx for the Reply.
you mean to say that i should do like this???:-
configure#Management Access-list Secure..
deny ip source 192.168.60.0 mask 255.255.255.0
deny ip source 192.168.80.0 mask 255.255.255.252
permit ip source 192.168.7.66 mask 255.255.255.0
configure#Management Access-class Secure..
am i right???
duahimanshu
1 Rookie
•
44 Posts
0
June 19th, 2014 03:00
Hi,
thanku for the Reply.
After done with this below statement i will be able to access my switch from the ip 192.168.7.66/24 ryt?
permit ip source 192.168.7.66 mask 255.255.255.0 priority 1
My concern is that i want to "Access/Telnet/SSH" the switch with only ip address 192.168.70.1 from the only ip of 192.168.7.66/24.
if some body try to telnet/ssh with 192.168.80.1 or 192.168.60.1 not able to access.the switch from any ip address.