cancel
Showing results for 
Search instead for 
Did you mean: 

Can anyone please assist me with access list , show me how to create access list using cli command on EXOS

Can anyone please assist me with access list , show me how to create access list using cli command on EXOS

Siva2
New Contributor
Access list
21 REPLIES 21

Paul_Russo
Extreme Employee
What emulator are you using? Is it set to VT100?

Siva2
New Contributor
Please see results

Core-Switch.31 # vi packetcounter.pol
entry packecounter {
if match all {
source-address 192.168.31.122/32;
destination-address 192.168.32.41./32;
} then {
count test ;
permit ;
}
}
:w
:wq
:q!






~

Siva2
New Contributor
I'm using console okay let me add the switch to the network so that i can use telnet ...

Henrique
Extreme Employee
Try to press "esc" many times and then ":wq".

Are you using console or telnet access? I'm wondering if that could be something with terminal emulator. If you are using console access, try via telnet.
GTM-P2G8KFN