Can anyone please assist me with access list , show me how to create access list using cli command on EXOS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-18-2016 12:27 PM
Access list
21 REPLIES 21
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-19-2016 12:43 PM
What emulator are you using? Is it set to VT100?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-19-2016 12:09 PM
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!
~
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!
~
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-19-2016 12:09 PM
I'm using console okay let me add the switch to the network so that i can use telnet ...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-19-2016 12:09 PM
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.
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.