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

how to configure cisco 887vaw router to connect to cable modem !!!

yaniv
Level 1
Level 1

hi to all,

i am trying to configure my new router to connect to cable modem on FA3

the connectation need to be as DHCP client.

as i understand it right i have to work with vlans

so my inside network is vlan 10

interface FA1

192.168.1.0/24

dhcp is enable

my ISP is cable and i configure the device to work as a modem with no user name and password need.

the modem is connected to FA3

how to configure interface FA3 as DHCP client ?

see whats configure for now,

thanks for the help

yaniv.


Current configuration : 3810 bytes
!
! Last configuration change at 16:10:07 UTC Thu Oct 13 2016 by ycoms
!
version 15.5
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Romioffer
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
ethernet lmi ce
service-module wlan-ap 0 bootimage autonomous
!
crypto pki trustpoint TP-self-signed-4109097357
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-4109097357
revocation-check none
rsakeypair TP-self-signed-4109097357
!
!
crypto pki certificate chain TP-self-signed-4109097357
certificate self-signed 01
3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 34313039 30393733 3537301E 170D3136 31303133 30363334
33305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D34 31303930
39373335 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100F57B 902A857F AEFD12B2 ED414BA1 B04D6C24 11867888 AB3B529B 7C7718C5
ABD943A5 7B0A89A6 A47D4D5B 1B3B569C E2597BBC 820A5612 7CF44EBA 2BFB052A
AF32B3A8 E8423996 0883C285 65E5A94D 9505B580 19DF45DF DBF88924 2859A68A
B94B1276 C91117CC F9E4E997 171E99E7 6B34AEA6 9C2920B6 00CCBD44 8A81473F
4E410203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
551D2304 18301680 14F73D1E 7EF9E641 6AEFA206 D2F03707 91292839 81301D06
03551D0E 04160414 F73D1E7E F9E6416A EFA206D2 F0370791 29283981 300D0609
2A864886 F70D0101 05050003 8181009C 01921F54 C3F8F4EA D7617AC7 A1D2EEAD
38EB7143 819E7047 26B80BB9 DFCB55FC 0D8BA1F8 796830F6 BA183ABF 1DB5551C
5EC5F1A8 04D07D75 D319F2A8 5EE842EC A700D933 7CF761A6 510FD54F 3214EC34
6B0DC7FB 8C92EEC8 AFAF1E36 8183B6AF BCEFE842 83AE274A 11FD09F3 73D7E440
1CEE343F E86949A5 9ABDC55B 22ED57
quit
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!


!
ip dhcp excluded-address 10.0.0.140
!
ip dhcp pool Vlan10
network 192.168.1.0 255.255.255.0
default-router 10.0.0.140
dns-server 192.168.1.254 8.8.8.8
!
ip dhcp pool vlan10
default-router 10.0.0.140
!
!
!
ip name-server 192.168.1.254
ip name-server 8.8.8.8
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
license udi pid C887VA-W-E-K9 sn FGL203723AA
!
!
username (cisco) privilege 15 password 0 (cisco)
!
!
!
!
!
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
description Inside Lan Vlan 10
switchport access vlan 10
no ip address
spanning-tree portfast
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
description Connect To hot Modem
switchport access vlan 30
no ip address
spanning-tree portfast
!
interface Wlan-GigabitEthernet0
switchport mode trunk
no ip address
!
interface wlan-ap0
no ip address
!
interface Vlan1
ip address 192.168.10.1 255.255.255.0
!
interface Vlan10
ip address 192.168.1.254 255.255.255.0
ip virtual-reassembly in
!
interface Vlan30
ip address 10.0.0.140 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
!
!
!
!
!
control-plane
!
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
!
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
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
!
end

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni

interface FastEthernet3
description Connect To hot Modem
 IP ADDRESS DHCP
no ip address
spanning-tree portfast

 

add a default route too for traffic to go to modem

ip route 0.0.0.0 0.0.0.0 f3

Hello,

I happen to have a working configuration for what you are trying to achieve. You have to assign the WAN port (FastEthernet3 in your case) to a VLAN, then tie that VLAN to a dialer interface.

There were numerous other parts missing in your configuration, here is what it should look like:

Current configuration : 3810 bytes
!
! Last configuration change at 16:10:07 UTC Thu Oct 13 2016 by ycoms
!
version 15.5
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Romioffer
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ethernet lmi ce
service-module wlan-ap 0 bootimage autonomous
!
crypto pki trustpoint TP-self-signed-4109097357
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-4109097357
revocation-check none
rsakeypair TP-self-signed-4109097357
!
!
crypto pki certificate chain TP-self-signed-4109097357
certificate self-signed 01
3082022B 30820194 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 34313039 30393733 3537301E 170D3136 31303133 30363334
33305A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D34 31303930
39373335 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100F57B 902A857F AEFD12B2 ED414BA1 B04D6C24 11867888 AB3B529B 7C7718C5
ABD943A5 7B0A89A6 A47D4D5B 1B3B569C E2597BBC 820A5612 7CF44EBA 2BFB052A
AF32B3A8 E8423996 0883C285 65E5A94D 9505B580 19DF45DF DBF88924 2859A68A
B94B1276 C91117CC F9E4E997 171E99E7 6B34AEA6 9C2920B6 00CCBD44 8A81473F
4E410203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF 301F0603
551D2304 18301680 14F73D1E 7EF9E641 6AEFA206 D2F03707 91292839 81301D06
03551D0E 04160414 F73D1E7E F9E6416A EFA206D2 F0370791 29283981 300D0609
2A864886 F70D0101 05050003 8181009C 01921F54 C3F8F4EA D7617AC7 A1D2EEAD
38EB7143 819E7047 26B80BB9 DFCB55FC 0D8BA1F8 796830F6 BA183ABF 1DB5551C
5EC5F1A8 04D07D75 D319F2A8 5EE842EC A700D933 7CF761A6 510FD54F 3214EC34
6B0DC7FB 8C92EEC8 AFAF1E36 8183B6AF BCEFE842 83AE274A 11FD09F3 73D7E440
1CEE343F E86949A5 9ABDC55B 22ED57
quit
!
ip dhcp excluded-address 192.168.1.254
!
ip dhcp pool Vlan10
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 0 2
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
license udi pid C887VA-W-E-K9 sn FGL203723AA
!
username (cisco) privilege 15 password 0 (cisco)
!
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
description Inside Lan Vlan 10
switchport access vlan 10
no ip address
spanning-tree portfast
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
description Connect To hot Modem
switchport access vlan 20
no ip address
!
interface Wlan-GigabitEthernet0
switchport mode trunk
no ip address
!
interface wlan-ap0
no ip address
!
interface Vlan1
ip address 192.168.10.1 255.255.255.0
!
interface Vlan10
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface Vlan20
description WAN
no ip address
ip nat outside
ip virtual-reassembly in
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Dialer0
ip address negotiated
ip mtu 1452
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username <isp_username> password 0 <isp_password>
ppp ipcp dns request
no cdp enable
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
!
ip nat inside source list 1 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Dialer0
!
dialer-list 1 protocol ip permit
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
control-plane
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
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
privilege level 15
login local
transport input telnet ssh
!
scheduler allocate 20000 1000
!
end

Review Cisco Networking products for a $25 gift card