Cisco C800




go to enable mode ( privilege mode) >enable   / password is: cisco
#show version
show version
C801>show version
Cisco Internetwork Operating System Software
IOS (tm) C800 Software (C800-SY6-MW), Version 12.1(3)T,  RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2000 by cisco Systems, Inc.
Compiled Wed 19-Jul-00 08:50 by ccai
Image text-base: 0x000EA000, data-base: 0x00758000

ROM: TinyROM version 1.2(2)
C801 uptime is 16 minutes
System returned to ROM by power-on
System image file is "flash:c800-sy6-mw.121-3.T"

Cisco C801 (MPC860) processor (revision 1) with 44036K bytes of virtual memory.
Processor board ID JAD0414025M
CPU part number 33
X.25 software, Version 3.0.0.
Bridging software.
Basic Rate ISDN software, Version 1.1.
1 Ethernet/IEEE 802.3 interface(s)
1 ISDN Basic Rate interface(s)
4M bytes of physical memory (DRAM)
8K bytes of non-volatile configuration memory
8M bytes of flash on board (4M from flash card)

Configuration register is 0x2102

C801>

show running config
show running-config
801#show running-config
Building configuration...

Current configuration:
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname C801
!
boot system flash c800-sy6-mw.121-3.T
enable password cisco
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address dhcp
!
interface BRI0
 no ip address
 shutdown
!
ip http server
ip classless
!
snmp-server community public RO
snmp-server community private RW
snmp-server chassis-id JAD0414025M
!
line con 0
 transport input none
 stopbits 1
line vty 0
 password cisco
 login
line vty 1 4
 login
!
!
end

C801#