|
- C3560 Boot Loader (C3560-HBOOT-M) Version 12.2(25r)SEC, RELEASE SOFTWARE (fc4)
- cisco WS-C3560-24PS (PowerPC405) processor (revision P0) with 122880K/8184K bytes of memory.
- 3560-24PS starting...
- Base ethernet MAC Address: 000C.851A.E348
- Xmodem file system is available.
- Initializing Flash...
- flashfs[0]: 3 files, 0 directories
- flashfs[0]: 0 orphaned files, 0 orphaned directories
- flashfs[0]: Total bytes: 64016384
- flashfs[0]: Bytes used: 8918011
- flashfs[0]: Bytes available: 55098373
- flashfs[0]: flashfs fsck took 1 seconds.
- ...done Initializing Flash.
-
- Boot Sector Filesystem (bs:) installed, fsid: 3
- Parameter Block Filesystem (pb:) installed, fsid: 4
-
-
- Loading "flash:/c3560-advipservicesk9-mz.122-37.SE1.bin"...
- ########################################################################## [OK]
- 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 IOS Software, C3560 Software (C3560-ADVIPSERVICESK9-M), Version 12.2(37)SE1, RELEASE SOFTWARE (fc1)
- Copyright (c) 1986-2007 by Cisco Systems, Inc.
- Compiled Thu 05-Jul-07 22:22 by pt_team
- Image text-base: 0x00003000, data-base: 0x01500000
-
-
-
- POST: CPU MIC register Tests : Begin
- POST: CPU MIC register Tests : End, Status Passed
-
- POST: PortASIC Memory Tests : Begin
- POST: PortASIC Memory Tests : End, Status Passed
-
- POST: CPU MIC interface Loopback Tests : Begin
- POST: CPU MIC interface Loopback Tests : End, Status Passed
-
- POST: PortASIC RingLoopback Tests : Begin
- POST: PortASIC RingLoopback Tests : End, Status Passed
-
- POST: Inline Power Controller Tests : Begin
- POST: Inline Power Controller Tests : End, Status Passed
-
- POST: PortASIC CAM Subsystem Tests : Begin
- POST: PortASIC CAM Subsystem Tests : End, Status Passed
-
- POST: PortASIC Port Loopback Tests : Begin
- POST: PortASIC Port Loopback Tests : End, Status Passed
-
- Waiting for Port download...Complete
- --More--
- This product contains cryptographic features and is subject to United
- States and local country laws governing import, export, transfer and
- use. Delivery of Cisco cryptographic products does not imply
- third-party authority to import, export, distribute or use encryption.
- Importers, exporters, distributors and users are responsible for
- compliance with U.S. and local country laws. By using this product you
- agree to comply with applicable laws and regulations. If you are unable
- to comply with U.S. and local laws, return this product immediately.
-
- A summary of U.S. laws governing Cisco cryptographic products may be found at:
- http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
-
- If you require further assistance please contact us by sending email to
- export@cisco.com.
-
-
- cisco WS-C3560-24PS (PowerPC405) processor (revision P0) with 122880K/8184K bytes of memory.
- Processor board ID CAT1037RJF7
- 24 FastEthernet/IEEE 802.3 interface(s)
- 2 Gigabit Ethernet/IEEE 802.3 interface(s)
-
- 63488K bytes of flash-simulated non-volatile configuration memory.
- Base ethernet MAC Address : 000C.851A.E348
- Motherboard assembly number : 73-9673-09
- Power supply part number : 341-0029-05
- Motherboard serial number : CAT103758VY
- Power supply serial number : DTH1036C7UB
- Model revision number : P0
- Motherboard revision number : A0
- Model number : WS-C3560-24PS-E
- System serial number : CAT1037RJF7
- Top Assembly Part Number : 800-26380-04
- Top Assembly Revision Number : B0
- Version ID : V06
- CLEI Code Number : COM1100ARC
- Hardware Board Revision Number : 0x01
-
-
- Switch Ports Model SW Version SW Image
- ------ ----- ----- ---------- ----------
- * 1 26 WS-C3560-24PS 12.2(37)SE1 C3560-ADVIPSERVICESK
-
- Cisco IOS Software, C3560 Software (C3560-ADVIPSERVICESK9-M), Version 12.2(37)SE1, RELEASE SOFTWARE (fc1)
- Copyright (c) 1986-2007 by Cisco Systems, Inc.
- Compiled Thu 05-Jul-07 22:22 by pt_team
-
- Press RETURN to get started!
-
-
- %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
-
- %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
-
- %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down
-
- %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
-
- Switch>en
- Switch#conf t
- Enter configuration commands, one per line. End with CNTL/Z.
- Switch(config)#int f0/1
- Switch(config-if)#switch trunk encap dot1q
- Switch(config-if)#switch mode trunk
- Switch(config-if)#exit
- Switch(config)#exit
- Switch#
- %SYS-5-CONFIG_I: Configured from console by console
-
- Switch#conf t
- Enter configuration commands, one per line. End with CNTL/Z.
- Switch(config)#vlan 10
- Switch(config-vlan)#vlan 20
- Switch(config-vlan)#vlan 30
- Switch(config-vlan)#eixt
- ^
- % Invalid input detected at '^' marker.
-
- Switch(config-vlan)#ex
- Switch(config)#int vlan 10
- Switch(config-if)#
- %LINK-5-CHANGED: Interface Vlan10, changed state to up
-
- %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to up
-
- Switch(config-if)#ip address 192.168.10.254 255.255.255.0
- Switch(config-if)#no shutdown
- Switch(config-if)#int vlan 20
- Switch(config-if)#
- %LINK-5-CHANGED: Interface Vlan20, changed state to up
-
- %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan20, changed state to up
-
- Switch(config-if)#ip address 192.168.20.254 255.255.255.0
- Switch(config-if)#no shutdown
- Switch(config-if)#int vlan 30
- Switch(config-if)#
- %LINK-5-CHANGED: Interface Vlan30, changed state to up
-
- %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan30, changed state to up
-
- Switch(config-if)#ip address 192.168.30.254 255.255.255.0
- Switch(config-if)#no shutdown
- Switch(config-if)#exit
- Switch(config)#ip routing
- Switch(config)#int f0/2
- Switch(config-if)#no switch
- Switch(config-if)#ip address 10.1.1.1 255.255.255.0
- Switch(config-if)#no shutdown
- Switch(config-if)#router rip
- Switch(config-router)#no auto-summary
- Switch(config-router)#network 192.168.10.0
- Switch(config-router)#network 192.168.20.0
- Switch(config-router)#network 192.168.30.0
- Switch(config-router)#network 10.1.1.0
- Switch(config-router)#
- Switch#
- %SYS-5-CONFIG_I: Configured from console by console
-
- Switch#
|