|
Question : cisco 1720 with wic 4esw ,rr cable modem and dhcp help
|
|
first off i am trying to figure out how to set up the router to pass all traffic and assign dhcp to the 4 port wic it doesnt seam to be working i connect a computer to it and i dont get any address from the router i have the rr modem -------> cisco 1720 int f0 then the four port s i want the dhcp assigned devicess i have the interface f0 setup with mac address to spoof and dhcp from the rr modem heres the config matrix#show run Building configuration...
Current configuration : 1085 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname matrix ! boot-start-marker boot-end-marker ! memory-size iomem 25 mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 no aaa new-model ip subnet-zero ! ip dhcp excluded-address 192.168.33.26 192.168.33.29 ! ip dhcp pool matrix network 192.168.33.16 255.255.255.240 domain-name matrix.com dns-server 34.84.231.1 34.96.1.1 default-router 192.168.33.30 lease 30 ! ip cef ! interface FastEthernet0 mac-address 000f.3df4.3dcd ip address dhcp speed auto ! interface FastEthernet1 no ip address ! interface FastEthernet2 no ip address shutdown ! interface FastEthernet3 no ip address shutdown ! interface FastEthernet4 no ip address ! interface Vlan1 ip address 192.168.33.30 255.255.255.240 ! ip classless no ip http server ! control-plane ! line con 0 exec-timeout 15 0 password matrix line aux 0 line vty 0 4 exec-timeout 15 0 password matrix login transport input telnet ! end matrix#show ver Cisco IOS Software, C1700 Software (C1700-Y7-M), Version 12.3(8)T3, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2004 by Cisco Systems, Inc. Compiled Tue 20-Jul-04 16:08 by eaarmas
ROM: System Bootstrap, Version 12.0(1)XA1, RELEASE SOFTWARE (fc1)
matrix uptime is 1 hour, 10 minutes System returned to ROM by power-on System image file is "flash:c1700-y7-mz.123-8.T3.bin"
Cisco 1720 (MPC860T) processor (revision 0x101) with 36864K/12288K bytes of memory. Processor board ID JAD03021512 (1256782013), with hardware revision 0000 MPC860T processor: part number 0, mask 32 1 Ethernet interface 5 FastEthernet interfaces 32K bytes of NVRAM. 16384K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
matrix#show ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0 34.84.228.98 YES DHCP up up FastEthernet1 unassigned YES unset down down FastEthernet2 unassigned YES unset administratively down down FastEthernet3 unassigned YES unset administratively down down FastEthernet4 unassigned YES unset up up Vlan1 192.168.33.30 YES manual up up matrix#
any help to set up dhcp to the wic and set up all traffice to pass to the wic is apreciated . the int f0 is the dhcp assigned ip from the rr modem
|
Answer : cisco 1720 with wic 4esw ,rr cable modem and dhcp help
|
|
Did you initialize the Vlan database?
It has been a while since I set one up but I think these are the commands to enter from the command prompt
vlan database vlan 1 name matrix exit
|
|
|
|