| Field | Value | Meaning |
| :--- | :--- | :--- |
| Platform | c3560 | Cisco Catalyst 3560 Series switches |
| Feature Set | ipservicesk9 | IP Services + Crypto (K9 = 3DES/AES encryption) |
| Format | mz | Runs from RAM (not compressed flash) |
| Release | 150-2.SE11 | IOS version 15.0(2)SE11 |
| Extension | .bin | Binary executable image |
Note: The string
1502se11is an alternative concatenation of150-2.SE11. c3560ipservicesk9mz1502se11bin
The 3560 has deep packet buffers. SE11 refines trust boundaries: | Field | Value | Meaning | |
Switch(config)# mls qos
Switch(config)# interface gigabitethernet0/1
Switch(config-if)# mls qos trust dscp
Switch(config-if)# auto qos voip cisco-phone
With IP Base, you are stuck with static routes. With ipservices: Note: The string 1502se11 is an alternative concatenation
Switch(config)# router ospf 1
Switch(config-router)# network 10.0.0.0 0.255.255.255 area 0
Switch(config-router)# passive-interface default
Switch(config-router)# no passive-interface vlan 100
This turns the 3560 into a true L3 switch.
Switch# configure terminal
Switch(config)# boot system flash:/c3560ipservicesk9mz1502se11.bin
Switch(config)# end
Switch# write memory
Switch# reload
When prompted: "Save configuration? [yes/no]:" press yes.