cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
295
Views
0
Helpful
3
Replies

DLSw Traffic as un-intersting

m-villas
Level 1
Level 1

Hi,

I want to make DLSw as unintersting traffic to trigger the ISDN dial.

IS below alone is enough or any additions required

access-list 101 deny tcp any eq 2065 any

access-list 101 deny tcp any eq any 2065

access-list 101 permit any any

Thanks,

Martin

3 Replies 3

liviu.gheorghe
Spotlight
Spotlight

The correct access-list to make DLSw uninteresting traffic for DDR is:

access-list 101 deny tcp any gt 11000 any eq 2065

access-list 101 permit any any

This is because on the router configured for DDR, the DLSw traffic originates from a port higher than 11000 to port 2065 on the remote DLSw peer. The return traffic is from remote port 2065 to your port higher than 11000, which is not going to trigger your ISDN dial anyway, it's the problem of the remote router.

Cheers

Regards, LG
*** Please Rate All Helpful Responses ***

I think

access-list 101 deny tcp any any eq 2065

also matches what ever the source port u said above, right?

Thanks,

Martin

That is correct. The one I posted is more speciffic. Like I said, DLSw traffic originates from a port higher than 11000 to port 2065 on the remote DLSw peer. This way you can be sure that only DLSw traffic gets match by this entry of the access-list.

Cheers

Regards, LG
*** Please Rate All Helpful Responses ***