View Full Version : Cisco 1721 per isdn
Ciao a tutti, ho letto questa utilissima miniguida http://www.hwupgrade.it/forum/showthread.php?t=1259349
sulla configurazione dei cisco, avrei bisogno di un'integrazione :D ovvero la parte per configurare la wic isdn per poter effettuare chiamate verso provider e stabilire una connessione internet, per la quale giro tutto il traffico verso un mio firewall interno.
Se qualche buon'anima ha un po' di tempo e pazienza.. grazie!
cisketto
27-04-2007, 15:05
Posta la tua attuale config
Ciao cisketto, ho fatto il bravo e ho seguito le direttive che hai dato a numberone in questo thread http://www.hwupgrade.it/forum/showthread.php?t=1427973&page=2
adesso ti posto la conf cosė vedi dove sono... :D
yes_isdn1#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y7-M), Version 12.2(13)T4, RELEASE SOFTWARE (fc2
)
TAC Support: http://www.cisco.com/tac
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Thu 01-May-03 02:22 by eaarmas
Image text-base: 0x80008120, data-base: 0x8093E9F4
ROM: System Bootstrap, Version 12.2(7r)XM1, RELEASE SOFTWARE (fc1)
yes_isdn1 uptime is 43 minutes
System returned to ROM by power-on
System image file is "flash:c1700-y7-mz.122-13.T4.bin"
cisco 1721 (MPC860P) processor (revision 0x100) with 27667K/5101K bytes of memor
y.
Processor board ID FOC07220QF7 (936922671), with hardware revision 0000
MPC860P processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
1 FastEthernet/IEEE 802.3 interface(s)
1 ISDN Basic Rate interface(s)
1 ATM network interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
yes_isdn1#sh run
Building configuration...
Current configuration : 1427 bytes
!
version 12.2
service config
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yes_isdn1
!
enable secret 5 $1$R.UN$Cgj4yBZEWE58oFZO1QCWS/
enable password pwd
!
ip subnet-zero
!
!
isdn switch-type basic-net3
!
!
!
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
isdn incoming-voice modem
ppp authentication chap pap callin
ppp multilink
!
interface FastEthernet0
ip address 10.10.10.1 255.255.255.0
ip nat inside
speed auto
half-duplex
no cdp enable
!
interface Dialer1
ip address negotiated
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip split-horizon
dialer pool 1
dialer remote-name Cisco
dialer idle-timeout 300
dialer string 7017017010 class DialClass
dialer hold-queue 10
dialer load-threshold 10 either
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname nome
ppp chap password 0 password
ppp pap sent-username nome password 0 password
ppp multilink
!
ip nat inside source list 1 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
!
access-list 1 permit 10.10.10.0 0.0.0.255
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
access-class 1 in
password pwd
login
!
no scheduler allocate
end
yes_isdn1#sh ip int brief
Interface IP-Address OK? Method Status Prot
ocol
FastEthernet0 10.10.10.1 YES NVRAM up up
ATM0 unassigned YES NVRAM administratively down down
BRI0 unassigned YES NVRAM up up
BRI0:1 unassigned YES unset down down
BRI0:2 unassigned YES unset down down
Dialer1 unassigned YES manual up up
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.