| 1 | = Configuration Cisco Catalyst 3560 = |
| 2 | |
| 3 | {{{ |
| 4 | ! |
| 5 | version 12.2 |
| 6 | no service pad |
| 7 | service timestamps debug uptime |
| 8 | service timestamps log uptime |
| 9 | service password-encryption |
| 10 | ! |
| 11 | hostname catalyst3560 |
| 12 | ! |
| 13 | enable secret 5 $1$nCz5$0j6rHhW82v7cBf4UfHwyr/ |
| 14 | enable password 7 030752180500 |
| 15 | ! |
| 16 | no aaa new-model |
| 17 | ip subnet-zero |
| 18 | ! |
| 19 | ip multicast-routing distributed |
| 20 | ! |
| 21 | ! |
| 22 | ! |
| 23 | ! |
| 24 | ! |
| 25 | no file verify auto |
| 26 | spanning-tree mode pvst |
| 27 | spanning-tree extend system-id |
| 28 | ! |
| 29 | vlan internal allocation policy ascending |
| 30 | ! |
| 31 | ! |
| 32 | interface FastEthernet0/1 |
| 33 | switchport mode access |
| 34 | ! |
| 35 | interface FastEthernet0/2 |
| 36 | switchport mode access |
| 37 | ! |
| 38 | interface FastEthernet0/3 |
| 39 | switchport access vlan 2 |
| 40 | switchport mode access |
| 41 | ! |
| 42 | interface FastEthernet0/4 |
| 43 | switchport access vlan 2 |
| 44 | switchport mode access |
| 45 | ! |
| 46 | interface FastEthernet0/5 |
| 47 | switchport access vlan 3 |
| 48 | switchport mode access |
| 49 | ! |
| 50 | interface FastEthernet0/6 |
| 51 | switchport access vlan 3 |
| 52 | switchport mode access |
| 53 | ! |
| 54 | interface FastEthernet0/7 |
| 55 | switchport access vlan 3 |
| 56 | switchport mode access |
| 57 | ! |
| 58 | interface FastEthernet0/8 |
| 59 | switchport access vlan 3 |
| 60 | switchport mode access |
| 61 | ! |
| 62 | interface FastEthernet0/9 |
| 63 | switchport access vlan 5 |
| 64 | switchport mode access |
| 65 | ! |
| 66 | interface FastEthernet0/10 |
| 67 | switchport access vlan 5 |
| 68 | switchport mode access |
| 69 | ! |
| 70 | interface FastEthernet0/11 |
| 71 | switchport access vlan 6 |
| 72 | switchport mode access |
| 73 | ! |
| 74 | interface FastEthernet0/12 |
| 75 | switchport access vlan 6 |
| 76 | switchport mode access |
| 77 | ! |
| 78 | interface FastEthernet0/13 |
| 79 | switchport mode access |
| 80 | ! |
| 81 | interface FastEthernet0/14 |
| 82 | switchport mode access |
| 83 | ! |
| 84 | interface FastEthernet0/15 |
| 85 | switchport mode access |
| 86 | ! |
| 87 | interface FastEthernet0/16 |
| 88 | switchport mode access |
| 89 | ! |
| 90 | interface FastEthernet0/17 |
| 91 | switchport mode access |
| 92 | ! |
| 93 | interface FastEthernet0/18 |
| 94 | ! |
| 95 | interface FastEthernet0/19 |
| 96 | ! |
| 97 | interface FastEthernet0/20 |
| 98 | switchport mode access |
| 99 | ! |
| 100 | interface FastEthernet0/21 |
| 101 | switchport access vlan 3 |
| 102 | switchport mode access |
| 103 | ! |
| 104 | interface FastEthernet0/22 |
| 105 | switchport access vlan 3 |
| 106 | switchport mode access |
| 107 | ! |
| 108 | interface FastEthernet0/23 |
| 109 | switchport access vlan 3 |
| 110 | switchport mode access |
| 111 | ! |
| 112 | interface FastEthernet0/24 |
| 113 | switchport access vlan 3 |
| 114 | switchport mode access |
| 115 | ! |
| 116 | interface GigabitEthernet0/1 |
| 117 | shutdown |
| 118 | ! |
| 119 | interface GigabitEthernet0/2 |
| 120 | shutdown |
| 121 | ! |
| 122 | interface Vlan1 |
| 123 | ip address 10.10.130.1 255.255.255.0 |
| 124 | ip information-reply |
| 125 | ipv6 enable |
| 126 | ! |
| 127 | ip default-gateway 10.10.130.10 |
| 128 | ip classless |
| 129 | ip http server |
| 130 | ip http secure-server |
| 131 | ! |
| 132 | ip pim accept-register list 150 |
| 133 | ! |
| 134 | access-list 150 permit pim any any |
| 135 | ! |
| 136 | control-plane |
| 137 | ! |
| 138 | ! |
| 139 | line con 0 |
| 140 | line vty 0 4 |
| 141 | privilege level 15 |
| 142 | password 7 070C285F4D06 |
| 143 | login |
| 144 | line vty 5 15 |
| 145 | no login |
| 146 | ! |
| 147 | ! |
| 148 | monitor session 1 source interface Fa0/11 |
| 149 | monitor session 1 destination interface Fa0/20 |
| 150 | ! |
| 151 | }}} |