Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Routing help

Status
Not open for further replies.

DManigo

ISP
Mar 16, 2005
71
US
Network Diagram:
Zyxel 645 (Full bridge)->C1751-V (configuring CME)-> C1900 switch

I have have a static IP from my ADSL provider. Current Cisco 1751 IOS (c1700-k9o3sv8y7-mz.124-5a.bin). Does anyone know of a link I can read describing how to configure the interfaces for internet access?
Here is a stripped down copy of the config minus the CME 4.0 config:

hostname Cisco1751
!
enable password
!
no ip name-server
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface FastEthernet 0/0
no description
no ip address
shutdown
!
interface Serial 0/0
no description
no ip address
shutdown
!
voice-port 1/0
shutdown
no description
!
voice-port 1/1
shutdown
no description
!
voice-port 2/0
shutdown
no description
!
voice-port 2/1
shutdown
no description
!
router rip
version 2
no auto-summary
!
!
ip classless
ip http server
snmp-server community public RO
no snmp-server location
snmp-server contact
banner motd #5th Borough CS#
!
line console 0
exec-timeout 0 0
password
login
!
line vty 0 4
password
login
!
end

Where should the WAN address go since there isn't a option to configure the ATM 0 interface?
 
are you going to put an adsl wic in that router?
if not there will be no atm interface...
you will use an ethernet and plug it into the dsl modem that they have provided you.

do you still need to use PPPOE? or is it a bridged connection?
 
The Zyxel 645r will be in full bridge mode making the 1751-v the core router.

C1751-V interfaces:
1 FastEthernet interface
1 Serial interface
4 Voice FXO interfaces
WIC T1-DSU

I will not need to configure the router as PPPoE because I have a static IP.

Thanks for replying very appreciated.
 
So you will plug the modem into your router via its Fast Ethernet then.

this doesn't leave you any interfaces to plug your lan in though. you will need an ethernet or fastethernet wic card to plug your lan in.

to configure the interface you just need to set the ip and subnet mask they have assigned you on the FastEthernet..

ip

conf t
int fa0
ip address x.x.x.x y.y.y.y
no shut
exit
ip route 0.0.0.0 0.0.0.0 fa0

that should get you up and internet access.. but again youll need another ethernet to plug your lan into that router..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top