cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
616
Views
0
Helpful
5
Replies

Nat seems not supported by CISCO887VA-K9

Ahmed.Amri
Level 1
Level 1

Hello Guys,

 

recently i bought one 887 and 881 routers to connect them to my ISP modem, but i notice that NAT seems is not supported, so like that i cannot use the router because to send the traffic to the ISP i need nat overload.

is there any solution for these routers to support Nat, for example change the IOS version?

 

IOS version: (C880DATA-UNIVERSALK9-M), Version 15.1(4)M

Kind regards,

 

5 Replies 5

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

What is the IOS you are running and what is the error message you are getting when you try to configure NAT?

Also, what is the license level?

HTH


Router(config)#int Fa0
Router(config-if)#ip nat
Router(config-if)#ip nat ?
% Unrecognized command
Router(config-if)#ip nat

 

looks like the router doesn't accept the command so it is not supported by this router.

Nat works only as below, but the issue the LAN ports is assigned to vlan 2 and i have multiples vlans on the access switch, so traffic will be blocked and only vlan2 traffic will be allowed, i have no idea how to make it works with NAT.

i can only configure the NAT under the VLAN and i should assign the VLAN to the LAN and WAN interfaces to get internet access only for VLAN 2 users.


interface FastEthernet0
switchport access vlan 3
no ip address
!
interface FastEthernet1
switchport access vlan 2
no ip address
interface Vlan2
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface Vlan3
ip address 192.168.100.13 255.255.255.0
ip nat outside
ip virtual-reassembly in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip nat inside source list 1 interface Vlan3 overload
ip route 0.0.0.0 0.0.0.0 192.168.100.1
!
logging esm config
access-list 1 permit 10.10.10.0 0.0.0.255
end

Router#
Router#
Router#
Router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/12 ms

so repeat it for any other vlan which you have
interface VlanX
ip address 10.10.X.1 255.255.255.0
ip nat inside

IOS version: (C880DATA-UNIVERSALK9-M), Version 15.1(4)M

Review Cisco Networking for a $25 gift card