Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to configure DHCP and NAT at home on my Cisco 870. Here are the steps I used to create my DHCP:Router(config)# interface ethernet0/0Router(config-if)#ip address 172.168.1.1 255.255.255.224Router(config)# ip dhcp exclude-address 172.168.1....
I have been trying to configure frame relay for the past two days, my protocol will not stay up. Below is my running config on both routers:R1sh runBuilding configuration...Current configuration : 1132 bytes!version 12.3service timestamps debug datet...
I just purchased a 871 (non-wireless) and during the intial setup I couldnt get the 3 port up. All out of options I created a Vlan with all the ports inside, gave it an ip address and brought it up. when I connected a straight through cable from the ...
with your example I am using Vlan10 to direct all traffic out of F0/0 correct? Well the other ports still work if I connect something to it?How will this effect my DHCP?
After googling that error, I find out that the 871 (along with other 8 series) has an intergrated switch built into it. Some of the people suggest creating Vlans and assigning IP addresses to the Vlan, will this work? Also how would this work with NA...
when I tried to configure DHCP on one of the interfaces (F0-3), I got the error "% IP addresses may not be configured on L2 links". Can someone explain what that means?
So to configure my router for DHCP and NAT is this correct?Router(config)# interface ethernet0/0 Router(config-if)#ip address 172.16.1.1 255.255.255.224 Router(config)# ip dhcp exclude-address 172.16.1.1 172.16.1.4 Router(config)# ip dhcp pool Home R...
or do is this configuration correct:router(config)# access-list 1 permit 172.16.0.0 0.0.255.255 (or should I use 0.0.0.0)router(config)#ip nat inside source list 1 int f0/4 overloadrouter(config)#int f0/0router(config-if)#ip nat insiderouter(config-i...