cisco>enable
Password:
cisco#sh config
Using 1920 out of 29688 bytes
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname cisco
!
!
ip subnet-zero
ip name-server 10.0.0.13
!
!
!
!
interface FastEthernet0/0
ip address XX.XXX.XXX.XXX 255.255.255.128
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
speed auto
full-duplex
!
interface Serial0/0
bandwidth 1536
ip address XXX.XX.X.XX 255.255.255.252
no ip redirects
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
no fair-queue
!
interface Serial0/1
description frame relay link to Brunswick
bandwidth 384
ip address 192.168.254.1 255.255.255.252
no ip directed-broadcast
encapsulation frame-relay
no ip route-cache
no ip mroute-cache
ip policy route-map 2Internet
no fair-queue
frame-relay interface-dlci 30
frame-relay lmi-type ansi
!
interface Ethernet1/0
ip address XX.XX.XX.XX 255.255.255.248
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
!
router eigrp 100
redistribute static
passive-interface FastEthernet0/0
passive-interface Serial0/0
passive-interface Ethernet1/0
network 10.0.0.0
network 192.168.254.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
no ip http server
ip http port 12337
!
access-list 100 permit ip 10.0.1.0 0.0.0.255 any
access-list 101 permit ip any host 209.131.213.101
access-list 101 permit ip host 209.131.213.101 any
access-list 102 permit ip host 10.0.0.2 any
access-list 102 permit ip any host 10.0.0.2
access-list 102 permit ip host 10.0.0.3 any
access-list 102 permit ip any host 10.0.0.3
route-map 2Internet permit 10
match ip address 100
set ip next-hop 10.0.0.3
!
snmp-server engineID local 0000000902000002FDB68680
snmp-server community public RO
!
line con 0
password XXXXXXXXXXXXX
transport input none
line aux 0
line vty 0 4
password XXXXXXXXX
login
!
end
*********************************************************
cisco#show version
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.0(7)T, RELEASE SOFTWARE (fc2)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Tue 07-Dec-99 02:12 by phanguye
Image text-base: 0x80008088, data-base: 0x807AAF70
ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
cisco uptime is 1 week, 2 days, 12 hours, 37 minutes
System returned to ROM by power-on
System image file is "flash:c2600-i-mz.120-7.T"
cisco 2620 (MPC860) processor (revision 0x102) with 26624K/6144K bytes of memory
.
Processor board ID JAD0432052C (3578804881)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
1 FastEthernet/IEEE 802.3 interface(s)
2 Serial network interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
**********************************************************
I will post some specific questions in a new post.
Christine