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!
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.