F5F Stay Refreshed Power Users Networks CIsco 2921 is a networking device manufactured by CIsco.

CIsco 2921 is a networking device manufactured by CIsco.

CIsco 2921 is a networking device manufactured by CIsco.

Pages (3): Previous 1 2 3 Next
S
Supercute909
Member
71
08-22-2016, 08:31 AM
#11
I think I'm falling behind now. I launched it and then noticed it wasn't saving. I adjusted the g0/0 interface so I ran router> enable Router#config. Then I set the IP address via Router(config-if) and tried pinging 8.8.8.8. The output said it didn't recognize the host or protocol. I exited the configuration and tried again.
S
Supercute909
08-22-2016, 08:31 AM #11

I think I'm falling behind now. I launched it and then noticed it wasn't saving. I adjusted the g0/0 interface so I ran router> enable Router#config. Then I set the IP address via Router(config-if) and tried pinging 8.8.8.8. The output said it didn't recognize the host or protocol. I exited the configuration and tried again.

S
Suburuba
Junior Member
12
08-23-2016, 07:05 PM
#12
copy run start
In case of the error, it appears the default gateway hasn’t been set yet. For the DHCP client, consider assigning a static IP instead of relying on DHCP—it would simplify things. Would that be feasible?
S
Suburuba
08-23-2016, 07:05 PM #12

copy run start
In case of the error, it appears the default gateway hasn’t been set yet. For the DHCP client, consider assigning a static IP instead of relying on DHCP—it would simplify things. Would that be feasible?

R
ranucher_james
Junior Member
13
08-23-2016, 11:23 PM
#13
Router enable configuration commands. Enter one per line. CNTL/Z
R
ranucher_james
08-23-2016, 11:23 PM #13

Router enable configuration commands. Enter one per line. CNTL/Z

W
Wim
Member
141
08-24-2016, 12:08 AM
#14
Router(config)#Success rate is 0 percent (0/5) ^ Invalid input detected at '^' marker. Router(config)#Router(config)# ^ % Invalid input detected at '^' marker. Router(config)# *Jul 17 07:18:00.187: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to down *Jul 17 07:18:01.187: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to down Router(config)# Router(config)# *Jul 17 07:30:15.983: %SYS-5-CONFIG_I: Configured from console by console Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#int g0/0 Router(config-if)#no shutdown Router(config-if)#ip address dhcp Router(config-if)#exit Router(config)#exit Router# *Jul 17 07:31:16.251: %SYS-5-CONFIG_I: Configured from console by console Router#do ping 8.8.8.8 ^ % Invalid input detected at '^' marker. Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#do ping 8.8.8.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Router(config)# *Jul 17 07:32:07.187: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up *Jul 17 07:32:08.187: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up Router(config)#do *Jul 17 07:32:18.251: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0/0 assigned DHCP address 192.168 .1.116, mask 255.255.255.0, hostname do ping 8.8.8.8 ^ % Invalid input detected at '^' marker. Router#do ping 8.8.8.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/12/16 ms Router(config)# So i decided to check if connecting the router directly to my isp router would work and see what would happen so it goes ISP Modem > ISP Router > Cisco 2921 Router > ( Then planning to set up a Cisco 2950 Switch with it as well ) I was wondering why this work instead of the original configuration i had which was ISP Modem > Cisco 2921 Router > (2950 Switch ) i feel like i cheated i process though. It is for labs but maybe i was doing it wrong ?)
W
Wim
08-24-2016, 12:08 AM #14

Router(config)#Success rate is 0 percent (0/5) ^ Invalid input detected at '^' marker. Router(config)#Router(config)# ^ % Invalid input detected at '^' marker. Router(config)# *Jul 17 07:18:00.187: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to down *Jul 17 07:18:01.187: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to down Router(config)# Router(config)# *Jul 17 07:30:15.983: %SYS-5-CONFIG_I: Configured from console by console Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#int g0/0 Router(config-if)#no shutdown Router(config-if)#ip address dhcp Router(config-if)#exit Router(config)#exit Router# *Jul 17 07:31:16.251: %SYS-5-CONFIG_I: Configured from console by console Router#do ping 8.8.8.8 ^ % Invalid input detected at '^' marker. Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#do ping 8.8.8.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Router(config)# *Jul 17 07:32:07.187: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to up *Jul 17 07:32:08.187: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up Router(config)#do *Jul 17 07:32:18.251: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0/0 assigned DHCP address 192.168 .1.116, mask 255.255.255.0, hostname do ping 8.8.8.8 ^ % Invalid input detected at '^' marker. Router#do ping 8.8.8.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/12/16 ms Router(config)# So i decided to check if connecting the router directly to my isp router would work and see what would happen so it goes ISP Modem > ISP Router > Cisco 2921 Router > ( Then planning to set up a Cisco 2950 Switch with it as well ) I was wondering why this work instead of the original configuration i had which was ISP Modem > Cisco 2921 Router > (2950 Switch ) i feel like i cheated i process though. It is for labs but maybe i was doing it wrong ?)

S
SoaringEagle
Member
59
08-29-2016, 08:34 AM
#15
The configuration mainly appears this way, but I ran the Ethernet from the back of the modem straight to the Cisco router.
S
SoaringEagle
08-29-2016, 08:34 AM #15

The configuration mainly appears this way, but I ran the Ethernet from the back of the modem straight to the Cisco router.

P
plasmashock
Member
197
08-29-2016, 09:20 AM
#16
P
plasmashock
08-29-2016, 09:20 AM #16

R
Roccoboy8
Member
162
08-31-2016, 05:59 AM
#17
The issue likely stems from your ISP requiring a distinct DHCP configuration from the Cisco router for internet access.
R
Roccoboy8
08-31-2016, 05:59 AM #17

The issue likely stems from your ISP requiring a distinct DHCP configuration from the Cisco router for internet access.

N
NRHuff1024
Member
126
09-07-2016, 04:35 PM
#18
Your Cisco router is positioned behind the modem, using an IP route like 0.0.0.0/0 to 192.168.0.0. You can enter the command "dhcp-set-route" to configure it.
N
NRHuff1024
09-07-2016, 04:35 PM #18

Your Cisco router is positioned behind the modem, using an IP route like 0.0.0.0/0 to 192.168.0.0. You can enter the command "dhcp-set-route" to configure it.

S
SloPeZ
Junior Member
33
09-11-2016, 03:33 AM
#19
It seems the ISP router is already set up for DHCP. I’d like to learn more about it and figure out what steps are needed to provide additional details.
S
SloPeZ
09-11-2016, 03:33 AM #19

It seems the ISP router is already set up for DHCP. I’d like to learn more about it and figure out what steps are needed to provide additional details.

S
Seer413
Member
120
09-14-2016, 02:12 AM
#20
It seems the ISP router is already set up for DHCP. I’d like to learn more about it and figure out what steps are needed to provide additional details.
S
Seer413
09-14-2016, 02:12 AM #20

It seems the ISP router is already set up for DHCP. I’d like to learn more about it and figure out what steps are needed to provide additional details.

Pages (3): Previous 1 2 3 Next