wiki:Realisations/2010-2011/Projet/Entreprise1/Documentation/C3560

Version 1 (modified by evain, 14 years ago) (diff)

--

Configuration du switch Catalyst 3560

Current configuration : 2676 bytes
!
version 12.2
no service pad
service telnet-zeroidle
no service timestamps debug uptime
no service timestamps log uptime
no service password-encryption
!
hostname c3560
!
enable secret 5 $1$Z0lG$R7evRXp6eSk5GUVhIPC/l1
enable password cisco1
!
username pfres privilege 15 secret 5 $1$XemP$2TSIIIiAc08KrUWbZa3W10
aaa new-model
!
aaa session-id common
ip subnet-zero
!
!
!
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
interface FastEthernet0/1
 switchport mode access
!
interface FastEthernet0/2
 switchport access vlan 112
 switchport mode access
!
interface FastEthernet0/3
 switchport access vlan 112
 switchport mode access
!
interface FastEthernet0/4
 switchport mode access
!
interface FastEthernet0/5
 switchport access vlan 112
 switchport mode access
!
interface FastEthernet0/6
 switchport access vlan 112
 switchport mode access
!
interface FastEthernet0/7
 switchport mode access
!
interface FastEthernet0/8
 switchport access vlan 112
 switchport mode access
!
interface FastEthernet0/9
 switchport access vlan 112
 switchport mode access
!
interface FastEthernet0/10
 switchport access vlan 112
 switchport mode access
!
interface FastEthernet0/11
 switchport trunk allowed vlan 111
 switchport mode access
!
interface FastEthernet0/12
 switchport mode access
!
interface FastEthernet0/13
 switchport access vlan 111
 switchport mode access
!
interface FastEthernet0/14
 switchport access vlan 112
 switchport mode access
!
interface FastEthernet0/15
 switchport mode access
!
interface FastEthernet0/16
 switchport mode access
!
interface FastEthernet0/17
 switchport mode access
!
interface FastEthernet0/18
 switchport mode access
!
interface FastEthernet0/19
 switchport access vlan 210
 switchport mode access
!
interface FastEthernet0/20
 switchport access vlan 111
 switchport mode access
!
interface FastEthernet0/21
 switchport mode access
!
interface FastEthernet0/22
 switchport mode access
!
interface FastEthernet0/23
 switchport access vlan 210
!
interface FastEthernet0/24
 switchport mode access
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
 ip address 10.10.130.1 255.255.255.0
!
ip default-gateway 10.10.130.2
ip classless
ip http server
ip http authentication local
ip http secure-server
!
!
snmp-server community public RO
radius-server source-ports 1645-1646
!
control-plane
!
!
line con 0
line vty 0 4
 password cisco
line vty 5 15
 password cisco
!
!
monitor session 1 source interface Fa0/19 , Fa0/23
monitor session 1 destination interface Fa0/12 , Fa0/22
monitor session 2 source vlan 111
monitor session 2 destination interface Fa0/11
!
end