Lista de Discuss�o Rede Wan - http://www.networkdesigners.com.br
"Babilla Dangelo" <[EMAIL PROTECTED]> on 05/29/2001
09:01:01 AM
Please respond to "Lista de Discuss�o Rede Wan" <[EMAIL PROTECTED]>
To: "Lista de Discuss�o Rede Wan" <[EMAIL PROTECTED]>
cc:
Subject: [redewan] Configura��o de Router
Lista de Discuss�o Rede Wan - http://www.networkdesigners.com.br
Senhores(as),
H� alguns dias vi uns e-mails na lista sobre configura��o de roteadores,
mas acabei n�o pegando a dica, pe�o desculpas, mas ser� que algum poderia
me ajudar a pegar a configura��o de um roteador CISCO 2501?
Muito obrigada,
Babilla
______________________________________________________________________
To unsubscribe, write to [EMAIL PROTECTED]
configura��o minima pa rotesdor cisco2501 usando " ospf " ou " rip "
(See attached file: conf cisco 2501.txt)
______________________________________________________________________
To unsubscribe, write to [EMAIL PROTECTED]
System Bootstrap, Version 11.0(10c), SOFTWARE
Copyright (c) 1986-1996 by cisco Systems
2500 processor with 2048 Kbytes of main memory
F3: 3525700+86664+223888 at 0x3000060
Restricted Rights Legend
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
cisco Systems, Inc.
170 West Tasman Drive
San Jose, California 95134-1706
Cisco Internetwork Operating System Software
IOS (tm) 3000 Software (IGS-I-L), Version 11.0(16), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1997 by cisco Systems, Inc.
Compiled Tue 24-Jun-97 12:20 by jaturner
Image text-base: 0x0301E644, data-base: 0x00001000
cisco 2500 (68030) processor (revision N) with 2048K/2048K bytes of memory.
Processor board ID 06982527, with hardware revision 00000000
Bridging software.
X.25 software, Version 2.0, NET2, BFE and GOSIP compliant.
1 Ethernet/IEEE 802.3 interface.
2 Serial network interfaces.
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read ONLY)
Press RETURN to get started!
cisco >en
Password:
cisco#sh conf
Using 616 out of 32762 bytes
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname cisco
!
enable secret 5 xxxxxxx v1
enable password xxxxxxx
!
!
interface Ethernet0
ip address x.x.x.x 255.255.255.0
!
interface Serial0
ip address x.x.x.x 255.255.255.0
no fair-queue
compress stac
!
interface Serial1
no ip address
shutdown
!
router ospf 158
network x.0.0.0 0.255.255.255 area 0
!
router igrp 1
network x.0.0.0
!
ip route 0.0.0.0 0.0.0.0 x.x.x.x
snmp-server community public RO
!
line con 0
line aux 0
transport input all
line vty 0 4
password remote
login
!
end