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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Configuring NM-1CE1B

Status
Not open for further replies.

trismegistus

Technical User
Jun 14, 2002
81
GB
Hi

I have a 2620 with the module named above installed, as well as a WIC-1BS/T.

Has anybody got the bare bones config for the E1 module? I have a config, but it looks all wrong to me, compared to samples I have seen before.

The E1 is currently showing a local alarm and passing no data. It is not even seen by the router when issuing a show interfaces command. The IOS is 12.3.1a so I am sure that is not the problem.



Current configuration : 4217 bytes
!
version 12.3
service timestamps debug datetime localtime show-timezone
service timestamps log datetime localtime show-timezone
service password-encryption
!
hostname xxxxxxx
!
enable password xxxxxxxx
!
username xxxxxxxx password xxxxxxxx
clock timezone GMT 0
clock summer-time BST recurring last Sun Mar 1:00 last Sun Oct 1:00
ip subnet-zero
no ip source-route
!
!
ip domain name xxxxxxxxxx
ip name-server xxxxxxxxx
ip name-server xxxxxxxxx
!
no ip bootp server
isdn switch-type basic-net3
isdn tei-negotiation first-call
!
!
!
controller E1 1/0
!
!
interface FastEthernet0/0
ip address xxxxxxxxx xxxxxxxxxx
no ip proxy-arp
duplex auto
speed auto
traffic-shape rate 2048000 2048000 2048000 1000
!
interface Serial0/0
bandwidth 2048
ip address xxxxxxxxxx xxxxxxxxxxx
ip access-group 151 in
ip access-group 101 out
backup interface BRI0/0
no ip mroute-cache
down-when-looped
no fair-queue
traffic-shape rate 2048000 2048000 2048000 1000
!
interface Serial0/0.1
shutdown
!
interface BRI0/0
bandwidth 64
ip address negotiated
ip access-group 151 in
ip access-group 101 out
encapsulation ppp
dialer idle-timeout 360
dialer wait-for-carrier-time 10
dialer string1111111111111
dialer-group 1
isdn switch-type basic-net3
no fair-queue
no cdp enable
ppp authentication chap callin
!
no ip http server
ip classless
ip default-network xxxxxxxxx
ip route 0.0.0.0 0.0.0.0 BRI0/0
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route xxxxxxxxxxxxxxx BRI0/0
ip route xxxxxxxxxxxxxxx Serial0/0
ip route xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
!
logging trap debugging

access-list 105 deny ip xxxxxxxxxxxxxxxxxxxxxxxxxx
access-list 105 permit ip xxxxxxxxxxxxxxxxxxxxxxxxxx


dialer-list 1 protocol ip list 105



line con 0
password xxxxxxxxxxxxxxxxxxxxxxxxxxx
login
transport preferred none
line aux 0
transport preferred none
transport output none
line vty 0 4
access-class 1 in
password xxxxxxxxxxxxxxxxxxxxxxx
login
transport preferred none
x
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top