Changes between Initial Version and Version 1 of Realisations/2010-2011/Projet/Entreprise1/Documentation/C3560


Ignore:
Timestamp:
May 30, 2011, 7:11:13 PM (14 years ago)
Author:
evain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Realisations/2010-2011/Projet/Entreprise1/Documentation/C3560

    v1 v1  
     1Configuration du switch Catalyst 3560
     2
     3{{{
     4Current configuration : 2676 bytes
     5!
     6version 12.2
     7no service pad
     8service telnet-zeroidle
     9no service timestamps debug uptime
     10no service timestamps log uptime
     11no service password-encryption
     12!
     13hostname c3560
     14!
     15enable secret 5 $1$Z0lG$R7evRXp6eSk5GUVhIPC/l1
     16enable password cisco1
     17!
     18username pfres privilege 15 secret 5 $1$XemP$2TSIIIiAc08KrUWbZa3W10
     19aaa new-model
     20!
     21aaa session-id common
     22ip subnet-zero
     23!
     24!
     25!
     26!
     27!
     28!
     29no file verify auto
     30spanning-tree mode pvst
     31spanning-tree extend system-id
     32!
     33vlan internal allocation policy ascending
     34!
     35!
     36interface FastEthernet0/1
     37 switchport mode access
     38!
     39interface FastEthernet0/2
     40 switchport access vlan 112
     41 switchport mode access
     42!
     43interface FastEthernet0/3
     44 switchport access vlan 112
     45 switchport mode access
     46!
     47interface FastEthernet0/4
     48 switchport mode access
     49!
     50interface FastEthernet0/5
     51 switchport access vlan 112
     52 switchport mode access
     53!
     54interface FastEthernet0/6
     55 switchport access vlan 112
     56 switchport mode access
     57!
     58interface FastEthernet0/7
     59 switchport mode access
     60!
     61interface FastEthernet0/8
     62 switchport access vlan 112
     63 switchport mode access
     64!
     65interface FastEthernet0/9
     66 switchport access vlan 112
     67 switchport mode access
     68!
     69interface FastEthernet0/10
     70 switchport access vlan 112
     71 switchport mode access
     72!
     73interface FastEthernet0/11
     74 switchport trunk allowed vlan 111
     75 switchport mode access
     76!
     77interface FastEthernet0/12
     78 switchport mode access
     79!
     80interface FastEthernet0/13
     81 switchport access vlan 111
     82 switchport mode access
     83!
     84interface FastEthernet0/14
     85 switchport access vlan 112
     86 switchport mode access
     87!
     88interface FastEthernet0/15
     89 switchport mode access
     90!
     91interface FastEthernet0/16
     92 switchport mode access
     93!
     94interface FastEthernet0/17
     95 switchport mode access
     96!
     97interface FastEthernet0/18
     98 switchport mode access
     99!
     100interface FastEthernet0/19
     101 switchport access vlan 210
     102 switchport mode access
     103!
     104interface FastEthernet0/20
     105 switchport access vlan 111
     106 switchport mode access
     107!
     108interface FastEthernet0/21
     109 switchport mode access
     110!
     111interface FastEthernet0/22
     112 switchport mode access
     113!
     114interface FastEthernet0/23
     115 switchport access vlan 210
     116!
     117interface FastEthernet0/24
     118 switchport mode access
     119!
     120interface GigabitEthernet0/1
     121!
     122interface GigabitEthernet0/2
     123!
     124interface Vlan1
     125 ip address 10.10.130.1 255.255.255.0
     126!
     127ip default-gateway 10.10.130.2
     128ip classless
     129ip http server
     130ip http authentication local
     131ip http secure-server
     132!
     133!
     134snmp-server community public RO
     135radius-server source-ports 1645-1646
     136!
     137control-plane
     138!
     139!
     140line con 0
     141line vty 0 4
     142 password cisco
     143line vty 5 15
     144 password cisco
     145!
     146!
     147monitor session 1 source interface Fa0/19 , Fa0/23
     148monitor session 1 destination interface Fa0/12 , Fa0/22
     149monitor session 2 source vlan 111
     150monitor session 2 destination interface Fa0/11
     151!
     152end
     153
     154}}}