cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
206
Views
0
Helpful
1
Replies

FWSM queries

pokwan
Level 1
Level 1

Hi,

1). Is this the correct syntax to capture logs to syslog server on udp port 10514?

logging host inside 100.100.100.100 17/10514

With this command the capture is still going to udp port 514.

2). Is there a way to insert an access-list in between lines ie between lines 100 and 101?

TIA.

PF

1 Reply 1

spremkumar
Level 9
Level 9

Hi

You need to make sure that you are mentioning the protocol id followed by the port number.

logging host inside 10.1.1.1 tcp/1468

Try as mentioned below and revert back whether it helped in bringing it on ..

logging host inside 100.100.100.100 udp/10514

Regds