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

Cisco 860 Series Routing Help

tnewton-shaw
Level 1
Level 1

Good Morning,

I am seeing issues with my newly bought Cisco 867VAE-K9 in that I cannot ping outbound from a device inside the network to outside. 

I can verify the following:

  • PPP Details are correct
  • The router can ping outbound from CLI
  • Routing externally is correct
  • DNS is correct
  • DHCP is correct
  • Wireless Module is correct

The device I am using is currently plugged into the GigabitEthernet1 port and has the IP 192.168.1.1 if that is any help.

I have attached the full configuration below (removing all credentials etc). Any help on this would be a life saver! 

version 15.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname XXX-XXX
!
boot-start-marker
boot-end-marker
!
aqm-register-fnf
!
enable secret 5 #####################
!
aaa new-model
!
aaa authentication login default group radius local
aaa authorization exec default group radius local
!
aaa session-id common
wan mode dsl
!
ip dhcp excluded-address 192.168.1.240 192.168.1.253
!
ip dhcp pool LAN-DHCP
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server 8.8.8.8 8.8.4.4
lease 7
!
ip name-server 8.8.8.8
ip cef
no ipv6 cef
!
!
vpdn enable
!
vpdn-group 1
!
username admin privilege 15 secret 5 ######################
!
!
controller VDSL 0
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0
no ip address
!
interface Ethernet0.101
encapsulation dot1Q 101
pppoe-client dial-pool-number 1
no cdp enable
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface GigabitEthernet0
description LAN Access Port
switchport access vlan 10
no ip address
spanning-tree portfast
!
interface GigabitEthernet1
description LAN Access Port
switchport access vlan 10
no ip address
spanning-tree portfast
!
interface GigabitEthernet2
no ip address
shutdown
duplex auto
speed auto
!
interface Wlan-GigabitEthernet0
description XXX-WIFI
switchport access vlan 10
no ip address
!
interface Vlan1
no ip address
shutdown
!
interface Vlan10
description LAN
ip address 192.168.1.254 255.255.255.0
!
interface Dialer0
ip address negotiated
ip mtu 1420
ip virtual-reassembly in
encapsulation ppp
ip tcp adjust-mss 1380
dialer pool 1
ppp authentication chap callin
ppp chap hostname xxxxxxx@xxxx.com
ppp chap password 0 ########
no cdp enable
!
ip forward-protocol nd
ip http server
ip http access-class 10
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
dialer-list 1 protocol ip permit

line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
stopbits 1
line vty 0 4
access-class 10 in
privilege level 15
transport input ssh
!
scheduler allocate 60000 1000
!
end

Many thanks,

Toby

 

 

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

From Router console are you able to ping 8.8.8.8 (to make sure ISP Link working) if that is working ad below config :

interface Vlan10
ip nat inside
!
interface Dialer0
ip nat outside
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
!
ip nat inside source list 100 interface dialer0 overload

 

and test it

BB

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

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

From Router console are you able to ping 8.8.8.8 (to make sure ISP Link working) if that is working ad below config :

interface Vlan10
ip nat inside
!
interface Dialer0
ip nat outside
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
!
ip nat inside source list 100 interface dialer0 overload

 

and test it

BB

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

How to Ask The Cisco Community for Help

Balaji I could kiss you - It works thank you so much!

Review Cisco Networking products for a $25 gift card