RE: Control tcp session number

From: Justin Menga (Justin.Menga@xxxxxxxxxxxxxxxxxx)
Date: Mon Nov 13 2000 - 17:05:23 GMT-3


   
   Not too sure what exactly you are asking but:
   
   1. You can certainly control what traffic (to the TCP/UDP level) you
   are translating by using acls or route maps with your NAT
   configurations
   
   e.g. NAT only applies for telnet traffic:
   
   ip nat inside source list 100 int s0 overload
   access-list 100 permit tcp 10.0.0.0 0.0.0.255 any eq telnet
   
   int e0
     ip nat inside
   int s0
     ip nat outside
   
   2. You can limit the number of NAT translations via ip nat
   translations max-entries command
   
   Regards,
   
   Justin Menga MCSE+I CCNP CCSE ASE
   WAN Specialist
   Computerland New Zealand
   PO Box 3631, Auckland
   DDI: (+64) 9 360 4864 Mobile: (+64) 25 349 599
   mailto: justin.menga@computerland.co.nz
   
   -----Original Message-----
   From: Wu,Jiang [mailto:wujiang@bj163.com]
   Sent: Sunday, 12 November 2000 8:10 p.m.
   To: ccielab@groupstudy.com
   Subject: OT:Control tcp session number
   
   Hi group,
   
   Can I limit tcp session number (or nat translation number) for some
   hosts?
   
   
   
   Thanks,
   
   Wu



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:44 GMT-3