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

Help with Cisco 867VAE-K9 DSL Connection (Static IP) and Setup DHCP

hasan0242
Level 1
Level 1

Hi everyone 
I'm trying to learn more about Cisco routers and doing some training along the way. I bought this Cisco 867VAE-K9 in hopes to learn about the Cisco IOS and potentially move more onto other Cisco stuff in the future. I'm currently stuck on the first point where I have to configure the router with my ISP's given static IP. ISP Config for ADSL connection: 

IP: 60.242.177.122
Subnet: 255.255.255.252
Default-Gateway: 60.242.177.121

Primary DNS: 8.8.8.8 
Secondary DNS: 8.8.4.4

Currently, below is how I progressed so far. I dont have any connection yet. Any suggestion will be helpful. I have attached network diagram with LAN and WAN IPs. 

Router Config: 

Router#sh run
Building configuration...

Current configuration : 1357 bytes
!
! Last configuration change at 23:31:51 UTC Sun Feb 5 2023
version 15.1
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
wan mode dsl
no ipv6 cef
ip source-route
ip cef
!
!
!
!
ip dhcp pool Test1
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
!
!
!
!
!
crypto pki token default removal timeout 0
!
!
!
!
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0
no ip address
shutdown
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface GigabitEthernet0
no ip address
!
interface GigabitEthernet1
no ip address
shutdown
duplex auto
speed auto
!
interface Vlan1
no ip address
!
interface Dialer1
ip address 60.242.177.122 255.255.255.252
!
ip default-gateway 60.242.177.121
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit any
!
!
!
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
transport input all
!
scheduler allocate 60000 1000
end

 

 

Router IP: 

Router#sh ip int brief
Interface IP-Address OK? Method Status Protocol
ATM0 unassigned YES unset administratively down down
Dialer1 60.242.177.122 YES manual up up
Ethernet0 unassigned YES unset administratively down down
FastEthernet0 unassigned YES unset down down
FastEthernet1 unassigned YES unset down down
FastEthernet2 unassigned YES unset down down
FastEthernet3 unassigned YES unset down down
GigabitEthernet0 unassigned YES unset down down
GigabitEthernet1 unassigned YES unset administratively down down
NVI0 60.242.177.122 YES unset up up
Vlan1 unassigned YES unset down down

 

 

5 Replies 5

you need to configure basically wan mode (which you already done) and dialer interface properties. check below thread to see some configurations worked. even you have static IP, you need to configure dialer to get it. also make sure your ISP using correct DSL mode. your router does not support ISDN and it needs POTS.

https://www.cisco.com/c/en/us/products/collateral/routers/800-series-routers/data_sheet_c78-693249.html

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

Hi Kasun 

Thanks for your reply. I have also configured the dialier as well. How do I make sure of the correct DSL mode with my ISP? 

to check supported modes, you need to contact ISP

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

Thanks for your reply Kasun 

you are welcome

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB
Review Cisco Networking products for a $25 gift card