Link to home
Start Free TrialLog in
Avatar of bdhtechnology
bdhtechnology

asked on

Cisco 1750 + WIC-IDSU-T1 Setup

I am going to be setting up a Cisco 1750 + WIC-IDSU-T1, neither of which I have set up before and wanted to check the configuration file before I started tinkering around with it.  The phone company has installed a dedicated T1 line for Internet access that I need to configure the router with.
Here is the information the ISP has given me (the * represents the same number in all of the addresses):
ISP Serial:       *.127.134.93/30 ( 255.255.255.252 )
Customer Serial:      *.127.134.94/30 ( 255.255.255.252 )
Encapsulation:      CISCO-HDLC
LAN IP Block:      *.125.135.176/29 ( 255.255.255.248 )
Routing Type:      Static

And I here is what I have pieced together for a configuration:
!
!
memory size iomem 20
ip subnet-zero
!
interface Ethernet0/0
 ip address *.125.135.176 255.255.255.248
!
interface FastEthernet/0/0
 ip address 10.0.0.1 255.255.255.0
!
interface Serial1/0
 ip address *.127.134.93 255.255.255.252
 encapsualtion CISCO-HDLC
!
router rip
 redistributed connected
 network 10.0.0.0
 network *.0.0.0
!
ip classes
ip route 0.0.0.0 0.0.0.0 *.127.134.93
no http server

line con 0
line aux 0
line vty 0 4

-------------------------

Does this look right?  Also how difficult will it be to install the T1 card into the router?

Thanks,
Chad
ASKER CERTIFIED SOLUTION
Avatar of Bytor
Bytor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bdhtechnology
bdhtechnology

ASKER

Yea I just typed the serial address line wrong, but it's better that I found it now instead of pulling my hair out later.  I'll get rid of the router rip, I just used it in a different config that I based this one from.  And I will add the telnet config in for sure.

All of this equipment is suppose to be new so hopefully it will have the current IOS on it, but if not does anyone know what the minimum version would need to be to support a V2 card?

So as for NAT/PAT, what would the correct configuration be?  I have seen what looks like several different setups.

Thanks!
Well it was a V1 card so that wasn't an issue, I am still having problems with NAT/PAT but I will post a different thread for that since it is different than the orginal questions.