01-31-2012 06:42 PM - edited 03-04-2019 03:05 PM
Hi Expert,
Does 3945 support nat for SCTP ?????
01-31-2012 07:19 PM
Hi,
If you have the right IOS and license, yes.
Have a look:
http://www.cisco.com/en/US/products/hw/switches/ps708/products_qanda_item09186a00809a7673.shtml#qa4
HTH
01-31-2012 07:24 PM
Hi,
Thanks for the reply.
By the way, i'm doing the NAT on my 3945 router
ip access-list extended test
permit ip host 192.168.25.29 host 203.203.203.203
deny ip any any
ip nat inside source static 192.168.25.29 202.61.61.61 route-map test
The Layer 4 protocol should be SCTP, it seems the NAT translation is fail....
does anyone know CISCO NAT support SCTP or not ?
01-31-2012 08:47 PM
hi,
i don't see any match and set clauses for your route map. could you post your 3945 config? Try to do as below and post the show ip nat translation | i 192.168.25.29 output as well.
ip nat inside source static 192.168.25.29 202.61.61.61
int
ip nat out
int
ip nat in
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide