cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
379
Views
0
Helpful
3
Replies

Need Help to configuration 1905 router

kuldip.trivedi
Level 1
Level 1

Hello, anyone can you please help to configure my router for configure Internet line 

 

my ip details

Ip pool 14.98.129.148/29

ip gateway 14.98.129.249

lan ip 14.98.129.251-254

subnet 255.255.255.248

 

wan ip 111.93.94.140/30

wan gateway 111.93.94.141

wan usable ip 111.93.94.142

subnet 255.255.255.252

 

 

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

Cisco docwiki have sample example for your kind of setup.

 

http://docwiki.cisco.com/wiki/NAT_failover_with_DUAL_ISP_on_a_router_Configuration_Example

 

change the interface and IP addresses, you it should work basic setup.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hello

 

 


@kuldip.trivedi wrote:

Hello, anyone can you please help to configure my router for configure Internet line 

 

my ip details

Ip pool 14.98.129.148/29

ip gateway 14.98.129.249

lan ip 14.98.129.251-254

subnet 255.255.255.248


The Ip gateway of the ip pool is incorrect should be between 14.98.129.145-150

Also is the lan ip subnet so for them to be in the same network change the subnet mask to be a /25 = 255.255.255.128


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hello,

 

it looks like you got public IP address ranges for both LAN and WAN, is that right ? If that is the case, the config should look like below:

 

Building configuration...
Current configuration : 723 bytes
!
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname C1905
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
!
no ipv6 cef
ip source-route
ip cef
!
multilink bundle-name authenticated
!
archive
log config
hidekeys
!
interface GigabitEthernet0/0
description LAN Interface
ip address 14.98.129.249 255.255.255.248
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/2
description WAN Interface
ip address 111.93.94.142 255.255.255.252
duplex auto
speed auto
!
ip forward-protocol nd
!
ip route 0.0.0.0 0.0.0.0 111.93.94.141
!
no ip http server
!
control-plane
!
line con 0
line aux 0
line vty 0 3
login
!
exception data-corruption buffer truncate
scheduler allocate 20000 1000
end

Review Cisco Networking for a $25 gift card