06-30-2009 02:08 PM - last edited on 03-25-2019 03:25 PM by ciscomoderator
Hello,
Can I use the 1841 FastEthernet0/0 as the connection port to my ISP?
I have a T1 WIC, but am switching to an ethernet circuit from my provider.
Also - do you have configuration examples?
Thanks!
06-30-2009 02:20 PM
Which speed are you getting from the ISP ?
06-30-2009 03:03 PM
6 meg
06-30-2009 03:32 PM
All good then, just follow other fellows good advice.
06-30-2009 02:23 PM
Hi James,
You can use FastEthernet0/0 to connect to your ISP. It depend on how your ISP want you to configure the FastEthernet0/0 interface, static or DHCP. If it is static, just make sure you get the right IP address and subnet mask, for example:
interface FastEthernet0/0
ip address 1.1.1.1 255.255.255.252
no shutdown
ip route 0.0.0.0 0.0.0.0 1.1.1.2
If it is going to be assigned by ISP's DHCP, like cable,
interface FastEthernet0/0
ip address dhcp
no shutdown
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
HTH,
jerry
07-01-2009 11:09 AM
I am using static.
Is this correct?
int fastethernet0/0
ip address 168.215.69.130 255.255.255.252
no shutdown
ip route 0.0.0.0 0.0.0.0 168.215.69.129
Attached is "sh config". Thanks for help.
There are all types of commands issued to the existing serial0/0 internal port through T1-WIC.
The serial0/0 T1-WIC will no longer be used after the fa0/0 is connected to the new ethernet circuit.
Do I need to apply all commands to the fa0/0 port?
Sorry to be a dummy.
07-01-2009 11:15 AM
Hi James,
You need these commands for you FastEthernet 0/0 also:
ip verify unicast reverse-path
ip inspect DEFAULT100 out
ip nat outside
no cdp enable
crypto map SDM_CMAP_1
crypto ipsec df-bit clear
HTH,
jerry
07-01-2009 11:55 AM
Thank you Jerry!
I got dropped in an urgent Cisco project and really appreciate your help. This system will be cut-over live and I want to double check everything
07-01-2009 07:08 PM
Personally I'd hard code the speed and duplex also.
07-01-2009 07:45 PM
should I issue the
Router(config-if)#shutdown command on the serial0/0 also? The T1 connected to the T1-WIC serial0/0 will no longer be used.
07-01-2009 07:54 PM
I would. I like a nice clean router / config. However I'd archive a copy of the current config unless you need to refer or revert back to it.
07-02-2009 08:15 AM
Of course you should. Clean up would be nice, but like the other poster said, you should save the config before clean it up. And you should also save the config somewhere before you make any changes also.
Regards,
jerry
07-10-2009 07:37 AM
Hello,
Me again. I think there might be an access list issue. We performed the cutover from T1 to Ethernet. This is 1841 router with T1-WIC that is working very well. We decided to use fa0/0 for a new ethernet WAN connection and get rid of T1.
The line protocol would come up and go back down on the 1841 after fa0/0 set-up. We linked a laptop with the static IP to the service provider to test the cable connection. The ethernet connection is good before connecting to 1841 fa0/0.
Would you mind looking at the config to see where possible access list issue is?
Thanks! Attached file is running-config before changing fa0/0 for ethernet.
I added:
int fastethernet0/0
ip address 168.215.69.130 255.255.255.252
no shutdown
ip route 0.0.0.0 0.0.0.0 168.215.69.129
ip verify unicast reverse-path
ip inspect DEFAULT100 out
ip nat outside
no cdp enable
crypto map SDM_CMAP_1
crypto ipsec df-bit clear
to the fa0/0 and performed shutdown on serial0/0 when trying ethernet WAN connection.
07-10-2009 11:48 AM
While f0/0 is connected to the provider please capture the output from sh int f0/0 and post here.
07-10-2009 12:20 PM
Thanks,
I didn't capture/log the session yesterday. We are going to try again on Monday. It's a live cut-over from T1 to ethernet WAN.
Is there anything that I can try with the access-list possibly?
Someone else programmed the router. That person died and I am trying to fix.
I will capture the sh int fa0/0 while connected on Monday.
I kept seeing:
Interface up, line protocol down on fa0/0.
I issued no shutdown command on fa0/0.
We tried different cables. A laptop connected directly to WAN with static ip address. We tried both straight and x-over cables.
I put the original config back when ethernet WAN did not come up. The service provider could not ping the 1841 when we configured fa0/0.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide