Friday, July 23, 2010

WM3000 Series Controller Useful Commands

Enable Global Configuration:

enable
configure terminal

Change Default Password:

username admin password <password>

Define a Country Code (Mandatory):

country-code <code>

Configure a Management IP Interface:

interface vlan <vlan-id>
ip address <address>/<mask length>
management
exit

Change IP Address on Ethernet Management Interface:

enable
configure terminal
interface me1
ip address <address>/<mask length>
ip route 0.0.0.0 0.0.0.0 <next-hop-router>

exit

Configure a Default Gateway & Static Routes:

ip route 0.0.0.0 0.0.0.0 <next-hop-router>
ip route <network> <mask> <next-hop-router>

Wednesday, July 21, 2010

vlab cisco 2511 comm server

! --------------------
! Connections
! --------------------

1-1.2001 : 
1-2.2002 : 
1-3.2003 : 
1-4.2004 : 
1-5.2005 : 
1-6.2006 : 
1-7.2007 : 
1-8.2008 : 
2-1.2009 : 
2-2.2010 : 
2-3.2011 : 
2-4.2012 : 
2-5.2013 :
2-6.2014 :
2-7.2015 : 
2-8.2016 :

# -----------------
# show version
# -----------------

show version
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-JS-L), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support:
http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Thu 24-Feb-05 16:17 by kellmill
Image text-base: 0x0307D3D4, data-base: 0x00001000

ROM: System Bootstrap, Version 11.0(10c), SOFTWARE
BOOTLDR: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c), RELEASE SOFTWARE (fc1)

LaB-CS-2 uptime is 35 minutes
System returned to ROM by power-on
System image file is "flash:c2500-js-l.122-28.bin"

cisco 2511 (68030) processor (revision L) with 14336K/2048K bytes of memory.
Processor board ID 06941604, with hardware revision 00000000
Bridging software.
X.25 software, Version 3.0.0.
SuperLAT software (copyright 1990 by Meridian Technology Corp).
TN3270 Emulation software.
1 Ethernet/IEEE 802.3 interface(s)
2 Serial network interface(s)
16 terminal line(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read ONLY)

Configuration register is 0x2142

# -----------------
# write terminal
# -----------------

Building configuration...

Current configuration : 1335 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname vlab.113.rack-01.top
!
enable secret 5 $1$JQF8$qZW.6dPw.HQ5UUCpcjq2i.
enable password 3xtr3m3
!
ip subnet-zero
no ip routing
ip host device16 2016 10.209.10.113
ip host device15 2015 10.209.10.113
ip host device14 2014 10.209.10.113
ip host device13 2013 10.209.10.113
ip host device12 2012 10.209.10.113
ip host device11 2011 10.209.10.113
ip host device10 2010 10.209.10.113
ip host device9 2009 10.209.10.113
ip host device8 2008 10.209.10.113
ip host device7 2007 10.209.10.113
ip host device6 2006 10.209.10.113
ip host device5 2005 10.209.10.113
ip host device4 2004 10.209.10.113
ip host device3 2003 10.209.10.113
ip host device2 2002 10.209.10.113
ip host device1 2001 10.209.10.113
!
!
!
!
interface Ethernet0
ip address 10.209.10.113 255.255.255.0
no ip route-cache
no ip mroute-cache
no mop enabled
!
interface Serial0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
interface Serial1
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
ip default-gateway 10.209.10.1
ip classless
ip route 0.0.0.0 0.0.0.0 10.209.10.1
no ip http server
!
!
snmp-server enable traps tty
!
line con 0
transport preferred telnet
line 1 16
session-timeout 5
autobaud
transport input telnet
transport output telnet
transport preferred telnet
stopbits 1

line aux 0
transport input all
line vty 0 4
password vlab
login
!
end