Changes between Initial Version and Version 1 of Realisations/2007-2008/Projet/Entreprise1/C3560


Ignore:
Timestamp:
Jun 14, 2008, 5:53:34 PM (17 years ago)
Author:
oriol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Realisations/2007-2008/Projet/Entreprise1/C3560

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