| Marc Russell 2004-04-23, 2:25 pm |
| The text below is from a support document for a ISDN sim we sell, but it
will answer the questions you ahve asked.
ISDN basic setup with a B-Link U ISDN sim.
1. Make sure you are connected to the correct port. S?T or U.
2. Connect the ISDN interfaces on the routers to the ISDN with a straight
thru Ethernet patch cable that has all 8 wires installed. You don't need all
8-wires, but the extra wires won't hurt.
3. Power on the ISDN sim first.
4. Leave the ISDN switch-type on the ISDN sim set to ETSI.
5. Leave the ISDN sim set to the defaults except for adding the phone
numbers below to the ports. This will require you to click the radio button
for dual number support.
6. Next power on the routers and copy and paste the configs in below.
7. If you still have problems then check your IOS version. Some of the
versions of IOS at 12.0 and higher are buggy when it comes to ISDN.
Port 1
4930624
4930625
Port 2
4930622
4930623
ROUTER R6
hostname r6
username r5 password 0 cisco
isdn switch-type basic-net3
!
interface BRI0
ip address 56.1.1.2 255.255.0.0
no ip directed-broadcast
encapsulation ppp
dialer map ip 56.1.1.1 name r5 4930624
dialer map ip 56.1.1.1 name r5 4930625
dialer load-threshold 1 either
dialer-group 1
isdn switch-type basic-net3
ppp authentication chap
ppp multilink
no shut
!
dialer-list 1 protocol ip permit
ROUTER R5
hostname r5
username r6 password 0 cisco
isdn switch-type basic-net3
!
interface BRI0
ip address 56.1.1.1 255.255.0.0
no ip directed-broadcast
encapsulation ppp
dialer map ip 56.1.1.2 name r6 4930622
dialer map ip 56.1.1.2 name r6 4930623
dialer load-threshold 1 either
dialer-group 1
isdn switch-type basic-net3
ppp authentication chap
ppp multilink
no shut
!
dialer-list 1 protocol ip permit
Marc Russell
Networklearning, Inc. (Cisco training)
www.ccbootcamp.com
"Sam" <aser@canada.com> wrote in message
news:Vk6ic.82673$Gp4.1956408@news20.bellglobal.com...
> Hi,
>
> wondering if there is any doc on the internet that explain in detail the
> ISDN setup for 2x2503 & ISDN Sim including the wiring & what cable do i
need
> (straight through OR cross-over)
>
> Thanks
> Sam
>
>
|