Dear All :

I 've small question in NAT. I went the inside user 192.168.4.x ~ 6.X
can access the outside resouces include DNS ,News server..etc. thought
the Fae 0/0 203.60.226.141 port
How to config the nat config in this router fae 0/0.


Thanks !


Building configuration...

Current configuration : 1949 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router_USA_NewT
!
boot system flash c7200-jo3s56i-mz.121-6.bin
enable password ****
!

!
ip subnet-zero
no ip finger
!
ip audit notify log
ip audit po max-events 100
!

!
!
interface FastEthernet0/0
 ip address 203.60.226.141 255.255.255.0
 half-duplex
!
interface FastEthernet1/0
 no ip address
 shutdown
 half-duplex
!
interface FastEthernet1/1
 no ip address
 shutdown
 half-duplex
!
interface ATM2/0
 no ip address
 no atm ilmi-keepalive
!
interface ATM2/0.1 point-to-point
 ip address 10.200.1.2 255.255.255.0
 rate-limit output access-group 101 96000 24000 24000 conform-action
transmit exceed-action drop
 rate-limit output access-group 101 120000000 96000 96000 conform-action
transmit exceed-action drop
 pvc 0/1
  encapsulation aal5snap
 !
!
router bgp 30
 bgp log-neighbor-changes
 network 203.60.226.0
 neighbor 10.200.1.1 remote-as 20
 neighbor 10.200.2.1 remote-as 20
 neighbor 10.200.3.1 remote-as 20
!
ip classless
ip route 203.60.226.0 255.255.255.0 FastEthernet0/0
no ip http server
!
access-list 101 permit ip 203.60.226.0 0.0.0.255 192.168.4.0 0.0.0.255
access-list 101 permit icmp 203.60.226.0 0.0.0.255 192.168.4.0 0.0.0.255

access-list 102 permit ip 203.60.226.0 0.0.0.255 192.168.5.0 0.0.0.255
route-map vc_1 permit 10
 match ip address 101
 set interface ATM2/0.1
!
snmp-server engineID local 00000009020000024A195400
snmp-server user admin admin v3
snmp-server group admin v3 noauth notify *tv.FFFFFFFF.FFFFFFFF
snmp-server community public RO
snmp-server community RO view v1default RO
snmp-server enable traps snmp
snmp-server enable traps atm pvc
snmp-server enable traps config
snmp-server enable traps envmon
snmp-server enable traps bgp
snmp-server host 10.10.1.2 version 3 noauth admin
!
!
line con 0
 transport input none
line aux 0
line vty 0 4

 no login
!
end

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to