Hi,
We are using Dell PowerConnect 6024.
We are trying to remove one entry from the ACL, but we only have access through CLI, we don't have a GUI. What is the proper command ?
for example, we want to remove the following line :
permit tcp host
Would it help if, instead of removing the previous line, we would just add
permit tcp host
We tried
no permit tcp host
but it doesn't work...
Thank you !
Also, is there a place where we could download the GUI for Dell PowerConnect 6024 ? Thank you !
Andrei.
Sure thing:
First to enable the web interface, try command:
ip http server
Also try:
ip http port 80
That will enable it on the default port
As for the ACL's I looked at the documention and I believe the syntax is to put a deny in front of the command and that will remove it.
Of course the GUI will be easier to deal with
The manual can be downloaded from:
http://support.dell.com/support/edocs/network/pc6024/en/index.htm
422 views
Usually answered in minutes!
×