Jump to content

E1-Konfiguration


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Hallo zusammen,

 

wir versuchen derzeit eine E1-Anbindung zu realisieren. Dazu steht ein Cisco 2801 (IOS 124-15.T5) zur Verfügung, der eine Controller-Karte 1MFT-E1 besitzt.

Bei der Konfiguration der Controller-Karte kommt es bei dem Erstellen von Channel-Groups [channel-group 0 timeslots 1-31] zu einem Fehler [%Insufficient resources to create channel group].

 

 

Nun stehen wir wie Ochs vorm Berg und fragen uns, wie der Router zu konfigurieren ist, damit diese Anbindung funktioniert.

 

Hat jemand Tipps oder vielleicht sogar eine Beispielkonfiguration?

 

Danke,

Christian

Link zu diesem Kommentar

Danke für die schnellen Antworten!

 

Das Featurepack des IOS passt auch mit deinem RAM?

Ja, wird vollständig geladen. Hab mich beim Gerät vertan, derzeit arbeiten wir an einem 2801.

 

Wenn wir "pri-group timeslots 1-31" eingeben, erhalten wir "%ISDN switch-type must be set first."

 

Serial ist nicht konfigurierbar, es ist leider kein serielles Interface verbaut. Geht das auch mit FastEthernet-Ports?

 

Danke,

Christian

Link zu diesem Kommentar
sh vers
Cisco IOS Software, 2801 Software (C2801-ADVIPSERVICESK9-M), Version 12.4(15)T5, RELEASE SOFTWARE (fc4)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Wed 30-Apr-08 15:15 by prod_rel_team

ROM: System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)

2801-IDP uptime is 7 hours, 42 minutes
System returned to ROM by power-on
System image file is "flash:c2801-advipservicesk9-mz.124-15.T5.bin"


This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

Cisco 2801 (revision 7.0) with 119808K/11264K bytes of memory.
Processor board ID FCZ114511AP
2 FastEthernet interfaces
1 Channelized E1/PRI port
1 Virtual Private Network (VPN) Module
DRAM configuration is 64 bits wide with parity disabled.
191K bytes of NVRAM.
62720K bytes of ATA CompactFlash (Read/Write)

Configuration register is 0x2102

Link zu diesem Kommentar

Hi,

 

desweiteren - du brauchst keine Serial drin zu haben - wenn der Controller sauber erkannt wird, hast du automatisch das Serial Interface.

 

Hier eine aus einem laufenden E1 Router (Router Basis 3640)

 

controller E1 3/0

channel-group 0 timeslots 1-31

description MCI Peering

 

interface Serial3/0:0

description MCI Peering (AS702)

bandwidth 1984

ip address xx.xx.xx.xx 255.255.255.252

no ip redirects

no ip proxy-arp

encapsulation ppp

ip route-cache flow

down-when-looped

priority-group 1

no cdp enable

Link zu diesem Kommentar

Hi,

ich habe das Gerät gewechselt und nutze nun einen 1841.

Das IOS ist Version 12.4(15)T5.

Mein Problem ist: wie baut man so eine Verbindung auf? Ich habe den Controller konfiguriert und auch das Serial 0/0/0:1. Der Status ist up/down.

 

Ich versuchs zum ersten Mal und finde leider seitens Cisco auch keine vielsagende Doku, die mir hilft.

 

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname IDP-1841
!
boot-start-marker
boot-end-marker
!
enable secret 5 ***
!
no aaa new-model
dot11 syslog
ip cef
!
!
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
multilink bundle-name authenticated
isdn switch-type primary-net5
!
!
!
!
archive
log config
 hidekeys
! 
!
!
!
controller E1 0/0/0
channel-group 1 timeslots 1-31
!
!
!
!
interface FastEthernet0/0
description Lokales Netz
ip address 10.10.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0:1
ip address *.*.*.* 255.255.0.0
encapsulation ppp
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
disable-eadi
!
!
!
!
!
!
control-plane
!
!
banner login ^C ---IDP-Testsystem 1841---
Login: sdm
Passwort: ***
Enable: ***
^C
!
line con 0
line aux 0
line vty 0 4
password ***
login
!
scheduler allocate 20000 1000
end

 

Danke schön!

So, es läuft.

 

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname IDP-1841
!
boot-start-marker
boot-end-marker
!
enable secret 5 ***
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
!
isdn switch-type primary-net5
!
!
archive
log config
 hidekeys
!
!
controller E1 0/0/0
channel-group 0 timeslots 1-31
!
!
!
!
!
interface FastEthernet0/0
description Lokales Netz
ip address 10.10.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0:0
ip address negotiated
encapsulation ppp
no fair-queue
ppp pap sent-username ***@*** password 0 ***
!
ip route 0.0.0.0 0.0.0.0 Serial0/0/0:0
!
!
ip http server
no ip http secure-server
!
disable-eadi
!
!
!
!
!
!
control-plane
!
!
banner login ^C ---IDP-Testsystem 1841---
Login: ***
Passwort: ***
Enable: ***
^C
!
line con 0
line aux 0
line vty 0 4
password ***
login
!
scheduler allocate 20000 1000
!
webvpn context Default_context
ssl authenticate verify all
!
no inservice
!
end

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...