Cisco Catalyst 3550: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
(New page: The switch is running IOS 12.1(11)EA1 [http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_11_ea1/configuration/guide/3550scg.html This is the operating manual...)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
no service password-encryption
no service password-encryption
!
!
hostname tripswitch
hostname edgarswitch
!
!
enable secret 5 $1$OKu5$VpWJZTCyPk8wvPdfZGihc0
enable secret 5 somestring
enable password sruss3ll
enable password somepass
!
!
ip subnet-zero
ip subnet-zero
!
!
cluster enable Tripnet 0
cluster enable edgarnet 0
!
!
spanning-tree extend system-id
spanning-tree extend system-id
Line 52: Line 52:
!
!
interface FastEthernet0/4
interface FastEthernet0/4
  description TRIPSAFE
  description edgarSAFE
  switchport access vlan 2
  switchport access vlan 2
  switchport mode access
  switchport mode access
Line 101: Line 101:
!
!
interface FastEthernet0/16
interface FastEthernet0/16
  description TRIP_MONITOR_MGMT
  description edgar_MONITOR_MGMT
  no ip address
  no ip address
!
!
Line 167: Line 167:
!
!
interface FastEthernet0/27
interface FastEthernet0/27
  description TripSOAP
  description edgarSOAP
  switchport access vlan 98
  switchport access vlan 98
  switchport mode access
  switchport mode access
Line 272: Line 272:
!
!
snmp-server engineID local 800000090300000B46CE3481
snmp-server engineID local 800000090300000B46CE3481
snmp-server community tripro RO
snmp-server community edgarro RO
snmp-server community tripro@es0 RO
snmp-server community edgarro@es0 RO
snmp-server community triprw RW
snmp-server community edgarrw RW
snmp-server community triprw@es0 RW
snmp-server community edgarrw@es0 RW
!
!
line con 0
line con 0
Line 307: Line 307:
3    operations                      active    Fa0/18, Fa0/20
3    operations                      active    Fa0/18, Fa0/20
4    internal                        active
4    internal                        active
96  TRIP-INTERNET                    active
96  edgar-INTERNET                    active
97  TRIP-OPS-01                      active    Fa0/17, Fa0/19, Fa0/21, Fa0/23
97  edgar-OPS-01                      active    Fa0/17, Fa0/19, Fa0/21, Fa0/23
                                                 Fa0/25, Fa0/29
                                                 Fa0/25, Fa0/29
98  TRIP-DMZ-01                      active    Fa0/7, Fa0/27, Fa0/31
98  edgar-DMZ-01                      active    Fa0/7, Fa0/27, Fa0/31
99  TRIP-INT-01                      active
99  edgar-INT-01                      active
100  TRIP-MAN-01                      active    Fa0/22, Fa0/24, Fa0/26, Fa0/28
100  edgar-MAN-01                      active    Fa0/22, Fa0/24, Fa0/26, Fa0/28
                                                 Fa0/30, Fa0/32
                                                 Fa0/30, Fa0/32
101  VLAN0101                        active
101  VLAN0101                        active
</pre>
To change the password
<pre>
conf term
en secret <insert pass>
end
copy running-config startup-config
conf term
en password <insert pass>
end
copy running-config startup-config
why there are 2 passwords (secret and enable) is a mystery.
To turn off the password:
conf term
no en secret / no en password
end
copy running-config startup-config
</pre>
</pre>



Latest revision as of 20:59, 18 January 2017

The switch is running IOS 12.1(11)EA1

This is the operating manual

Assigning IP adresses to ports

In order to connect using the portmaster the terminal emulator needs to be set at 9600 8-N-1


Common commands


show running-config

Current configuration : 5127 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname edgarswitch
!
enable secret 5 somestring
enable password somepass
!
ip subnet-zero
!
cluster enable edgarnet 0
!
spanning-tree extend system-id
!
!
interface Loopback0
 ip address 192.168.100.100 255.255.255.0
!
interface FastEthernet0/1
 no switchport
 ip address 192.168.0.100 255.255.255.0
!
interface FastEthernet0/2
 switchport access vlan 2
 switchport mode access
 no ip address
!
interface FastEthernet0/3
 description ROUTER
 switchport access vlan 2
 switchport mode access
 no ip address
!
interface FastEthernet0/4
 description edgarSAFE
 switchport access vlan 2
 switchport mode access
 no ip address
!
interface FastEthernet0/5
 description INTERNET_MODEM
 switchport access vlan 2
 switchport mode access
 no ip address
!
interface FastEthernet0/6
 description ROUTER_NEW
 switchport access vlan 2
 switchport trunk encapsulation dot1q
 switchport mode trunk
 no ip address
!
interface FastEthernet0/7
 description SDSL-router
 switchport access vlan 98
 switchport mode access
 no ip address
!
interface FastEthernet0/8
 no ip address
!
interface FastEthernet0/9
 no ip address
!
interface FastEthernet0/10
 no ip address
!
interface FastEthernet0/11
 no ip address
!
interface FastEthernet0/12
 no ip address
!
interface FastEthernet0/13
 no ip address
!
interface FastEthernet0/14
 no ip address
!
interface FastEthernet0/15
 no ip address
!
interface FastEthernet0/16
 description edgar_MONITOR_MGMT
 no ip address
!
interface FastEthernet0/17
 description OPS_DB-01
 switchport access vlan 97
 switchport trunk encapsulation dot1q
 switchport mode trunk
 no ip address
!
interface FastEthernet0/18
 switchport access vlan 3
 switchport mode access
 no ip address
!
interface FastEthernet0/19
 description OPS_WWW-01
 switchport access vlan 97
 switchport trunk encapsulation dot1q
 switchport mode trunk
 no ip address
!
interface FastEthernet0/20
 switchport access vlan 3
 switchport mode access
 no ip address
!
interface FastEthernet0/21
 description OPS_WWW-02
 switchport access vlan 97
 switchport trunk encapsulation dot1q
 switchport mode trunk
 no ip address
!
interface FastEthernet0/22
 description MAN_DB-02
 switchport access vlan 100
 no ip address
!
interface FastEthernet0/23
 description OPS_LB-01

 switchport access vlan 97
 switchport trunk encapsulation dot1q
 switchport mode trunk
 no ip address
!
interface FastEthernet0/24
 description MAN_LB-01
 switchport access vlan 100
 no ip address
!
interface FastEthernet0/25
 description OPS_LB-02

 switchport access vlan 97
 switchport trunk encapsulation dot1q
 switchport mode trunk
 no ip address
!
interface FastEthernet0/26
 description MAN_LB-02
 switchport access vlan 100
 no ip address
!
interface FastEthernet0/27
 description edgarSOAP
 switchport access vlan 98
 switchport mode access
 no ip address
!
interface FastEthernet0/28
 description MAN_DB-01
 switchport access vlan 100
 no ip address
!
interface FastEthernet0/29
 description OPS_DB-02
 switchport access vlan 97
 switchport trunk encapsulation dot1q
 switchport mode trunk
 no ip address
!
interface FastEthernet0/30
 description MAN_WWW-01
 switchport access vlan 100
 no ip address
!
interface FastEthernet0/31
 description TEMP_MIGRATION_SRV-01
 switchport access vlan 98
 no ip address
!
interface FastEthernet0/32
 description MAN_WWW-02
 switchport access vlan 100
 no ip address
!
interface FastEthernet0/33
 no ip address
!
interface FastEthernet0/34
 no ip address
!
interface FastEthernet0/35
 no ip address
!
interface FastEthernet0/36
 no ip address
!
interface FastEthernet0/37
 no ip address
!
interface FastEthernet0/38
 no ip address
!
interface FastEthernet0/39
 no ip address
!
interface FastEthernet0/40
 no ip address
!
interface FastEthernet0/41
 no ip address
!
interface FastEthernet0/42
 no ip address
!
interface FastEthernet0/43
 no ip address
!
interface FastEthernet0/44
 no ip address
!
interface FastEthernet0/45
 no ip address
!
interface FastEthernet0/46
 no ip address
!
interface FastEthernet0/47
 no ip address
!
interface FastEthernet0/48
 no ip address
!
interface GigabitEthernet0/1
 no ip address
!
interface GigabitEthernet0/2
 no ip address
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan97
 ip address 192.168.97.20 255.255.255.0
!
interface Vlan98
 no ip address
!
ip classless
ip http server
!
ip access-list extended CMP-NAT-ACL
 dynamic Cluster-HSRP deny   ip any any
 dynamic Cluster-NAT permit ip any any
!
!
snmp-server engineID local 800000090300000B46CE3481
snmp-server community edgarro RO
snmp-server community edgarro@es0 RO
snmp-server community edgarrw RW
snmp-server community edgarrw@es0 RW
!
line con 0
line vty 0 4
 password sruss3ll
 login
line vty 5 15
 password sruss3ll
 login
!
!
monitor session 1 source vlan 1 - 1024 rx
monitor session 1 destination interface Fa0/16
end

show vlan

VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    Fa0/8, Fa0/9, Fa0/10, Fa0/11
                                                Fa0/12, Fa0/13, Fa0/14, Fa0/15
                                                Fa0/16, Fa0/33, Fa0/34, Fa0/35
                                                Fa0/36, Fa0/37, Fa0/38, Fa0/39
                                                Fa0/40, Fa0/41, Fa0/42, Fa0/43
                                                Fa0/44, Fa0/45, Fa0/46, Fa0/47
                                                Fa0/48, Gi0/1, Gi0/2
2    internet                         active    Fa0/2, Fa0/3, Fa0/4, Fa0/5
                                                Fa0/6
3    operations                       active    Fa0/18, Fa0/20
4    internal                         active
96   edgar-INTERNET                    active
97   edgar-OPS-01                      active    Fa0/17, Fa0/19, Fa0/21, Fa0/23
                                                Fa0/25, Fa0/29
98   edgar-DMZ-01                      active    Fa0/7, Fa0/27, Fa0/31
99   edgar-INT-01                      active
100  edgar-MAN-01                      active    Fa0/22, Fa0/24, Fa0/26, Fa0/28
                                                Fa0/30, Fa0/32
101  VLAN0101                         active


To change the password

conf term
en secret <insert pass>
end
copy running-config startup-config

conf term
en password <insert pass>
end
copy running-config startup-config

why there are 2 passwords (secret and enable) is a mystery.

To turn off the password:
conf term
no en secret / no en password
end
copy running-config startup-config

Configuring a range of interfaces

VLAN configuration - what are trunk ports etc


Cluster Management Suite (CMS)


Getting started with CMS

Connecting to CMS

One of the FastEthernet ports needs to have an IP address, a computer can then connect directly to that port and browse to the set IP (192.168.0.100) and log in using the 'Admin' user. The web browser needs to be IE, and the Java must be JRE 1.4.0 media:j2re-1_4_0-win.exe. The only way to get the browser to use this version of the Java web plugin is to uninstall all other versions of Java!