cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
296
Views
0
Helpful
2
Replies

Verify NAT translations on 2811

mahesh18
Level 6
Level 6

Hi Everyone,

We have 2811 configured with PIM.

interface FastEthernet0/0
 description outside
 ip address 10.225.30.50 255.255.255.0
 ip pim sparse-mode
 ip nat outside
 ip virtual-reassembly
 zone-member security out-zone
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description inside
 ip address 140.x.x.x  255.255.255.0
 ip pim sparse-mode
 ip nat inside
 ip virtual-reassembly
 zone-member security in-zone
 duplex auto
 speed auto

ip nat inside source list 101 interface FastEthernet0/0 overload

router#show ip nat translations

router#

Need to confirm is this router performing any NAT translations or not?

Regards

Mahesh


!

1 Accepted Solution

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

Hi Mahesh,

Have you configured an access list for the Internal subnet (access list 101)?

access-list 101 permit ip 140.x.x.x 0.0.0.255 any

Thanks,

Reza

View solution in original post

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi Mahesh,

Have you configured an access list for the Internal subnet (access list 101)?

access-list 101 permit ip 140.x.x.x 0.0.0.255 any

Thanks,

Reza

Hi Reza,

I checked there is no ACL 101 so does this mean no NAT is configured and it is not working as per

the configuration

Regards

MAhesh

Review Cisco Networking for a $25 gift card