The test bed router is an old 2600. I have ASA 5510, 7200VXR and other assorted Cisco Gear. Enclosed shot of config and show logging..
testbed2600#
testbed2600#w
06:26:40: %SYS-5-CONFIG_I: Configured from console by consoler t
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname testbed2600
!
enable secret 5 $1$8zTA$t4BXf4AU/qrBHudlucX6U0
enable password cisco
!
ip subnet-zero
!
!
!
!
!
!
!
interface Ethernet0/0
ip address 172.16.7.125 255.255.255.0
no ip directed-broadcast
!
interface Ethernet0/1
ip address 172.16.101.1 255.255.255.0
no ip directed-broadcast
!
router eigrp 1
network 10.0.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.100.1
!
logging trap notifications
logging source-interface Ethernet0/0
logging 172.16.7.57
!
line con 0
transport input none
line aux 0
line vty 0 4
password cisco
login
!
end
testbed2600#
testbed2600#ping 172.16.7.57
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.7.57, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
testbed2600#
testbed2600#show logging
Syslog logging: enabled (0 messages dropped, 0 flushes, 0 overruns)
Console logging: level debugging, 17 messages logged
Monitor logging: level debugging, 0 messages logged
Buffer logging: disabled
Trap logging: level notifications, 5 message lines logged
Logging to 172.16.7.57, 5 message lines logged
testbed2600#
testbed2600#show ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-IS56I-M), Version 12.0(7), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Wed 13-Oct-99 23:55 by phanguye
Image text-base: 0x80008088, data-base: 0x809A7148
ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
testbed2600 uptime is 6 hours, 27 minutes
System restarted by power-on
System image file is "flash:c2600-is56i-mz.120-7.bin"
cisco 2611 (MPC860) processor (revision 0x203) with 39936K/9216K bytes of memory
.
Processor board ID JAD0412021Z (4130027314)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
2 Ethernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
testbed2600#
testbed2600#