Projet

Général

Profil

FTOS » Historique » Version 14

Mehdi Abaakouk, 25/01/2015 13:55

1 1 Laurent GUERBY
{{>toc}}
2 1 Laurent GUERBY
3 1 Laurent GUERBY
h1. FTOS
4 1 Laurent GUERBY
5 1 Laurent GUERBY
Dell/Force10 S4810 48 ports 10G SFP+ + 4 ports 40G
6 1 Laurent GUERBY
supporte cumulus http://cumulusnetworks.com/static/cumulus/pdf/Cumulus_Networks_Dell_Datasheet.pdf
7 1 Laurent GUERBY
http://cumulusnetworks.com/
8 1 Laurent GUERBY
9 13 Laurent GUERBY
* ssh keys
10 13 Laurent GUERBY
http://www.force10networks.com/CSPortal20/TechTips/0006_RSA-SSH.aspx
11 13 Laurent GUERBY
12 13 Laurent GUERBY
13 1 Laurent GUERBY
h2. Commandes
14 1 Laurent GUERBY
15 2 Laurent GUERBY
screen -m -c /dev/null /dev/ttyUSB0 9600 8n1
16 2 Laurent GUERBY
17 1 Laurent GUERBY
dir 
18 1 Laurent GUERBY
delete flash://startup-config 
19 1 Laurent GUERBY
reload 
20 1 Laurent GUERBY
no 
21 1 Laurent GUERBY
yes
22 1 Laurent GUERBY
23 1 Laurent GUERBY
24 1 Laurent GUERBY
en exec 
25 1 Laurent GUERBY
stop jumpstart
26 1 Laurent GUERBY
wr 
27 1 Laurent GUERBY
28 1 Laurent GUERBY
username force10 password force10 
29 1 Laurent GUERBY
enable password force10 
30 1 Laurent GUERBY
wr
31 1 Laurent GUERBY
32 1 Laurent GUERBY
portmod hybrid 
33 1 Laurent GUERBY
switchport
34 1 Laurent GUERBY
int vl 2
35 1 Laurent GUERBY
unttagged t0/23
36 1 Laurent GUERBY
int vl 3
37 1 Laurent GUERBY
tagged t0/23
38 1 Laurent GUERBY
39 1 Laurent GUERBY
40 1 Laurent GUERBY
show vlan 
41 1 Laurent GUERBY
42 1 Laurent GUERBY
stack-unit 1 renumber 0 
43 1 Laurent GUERBY
no 
44 1 Laurent GUERBY
yes
45 1 Laurent GUERBY
46 1 Laurent GUERBY
show inventory media 
47 1 Laurent GUERBY
48 4 Mehdi Abaakouk
ip ssh server enable
49 3 Mehdi Abaakouk
50 12 Laurent GUERBY
show mac-address-table dynamic
51 12 Laurent GUERBY
show mac-address-table dynamic vlan 3132
52 12 Laurent GUERBY
53 12 Laurent GUERBY
h2. Switch Openstack
54 3 Mehdi Abaakouk
55 3 Mehdi Abaakouk
56 3 Mehdi Abaakouk
On se logue
57 3 Mehdi Abaakouk
58 3 Mehdi Abaakouk
<pre>
59 3 Mehdi Abaakouk
enable password force10 
60 3 Mehdi Abaakouk
conf
61 3 Mehdi Abaakouk
</pre>
62 3 Mehdi Abaakouk
63 3 Mehdi Abaakouk
Preparation des ports
64 3 Mehdi Abaakouk
65 3 Mehdi Abaakouk
<pre>
66 7 Mehdi Abaakouk
int range tengigabitethernet 0/0 - 47
67 3 Mehdi Abaakouk
no switchport
68 3 Mehdi Abaakouk
portmod hybrid 
69 3 Mehdi Abaakouk
switchport
70 3 Mehdi Abaakouk
no shut
71 6 Mehdi Abaakouk
72 8 Mehdi Abaakouk
int range fortyGigE 0/48 - 60
73 8 Mehdi Abaakouk
no switchport
74 8 Mehdi Abaakouk
portmod hybrid 
75 8 Mehdi Abaakouk
switchport
76 8 Mehdi Abaakouk
no shut
77 8 Mehdi Abaakouk
78 6 Mehdi Abaakouk
# Pour le port uplink
79 6 Mehdi Abaakouk
int range tengigabitethernet 0/1
80 6 Mehdi Abaakouk
speed 1000
81 3 Mehdi Abaakouk
</pre>
82 3 Mehdi Abaakouk
83 11 Laurent GUERBY
Pour un seul port :
84 11 Laurent GUERBY
<pre>
85 11 Laurent GUERBY
enable
86 11 Laurent GUERBY
conf
87 11 Laurent GUERBY
int t0/10
88 11 Laurent GUERBY
speed 1000
89 11 Laurent GUERBY
exit
90 11 Laurent GUERBY
exit
91 11 Laurent GUERBY
wr
92 11 Laurent GUERBY
# ou do wr
93 11 Laurent GUERBY
</pre>
94 3 Mehdi Abaakouk
95 3 Mehdi Abaakouk
Creation des vlans
96 3 Mehdi Abaakouk
<pre>
97 3 Mehdi Abaakouk
int vlan 3131
98 3 Mehdi Abaakouk
no shut
99 1 Laurent GUERBY
100 3 Mehdi Abaakouk
int vlan 3175
101 4 Mehdi Abaakouk
ip address 192.168.3.48/24
102 3 Mehdi Abaakouk
no shut
103 3 Mehdi Abaakouk
104 14 Mehdi Abaakouk
105 3 Mehdi Abaakouk
int vlan 3195
106 3 Mehdi Abaakouk
no shut
107 3 Mehdi Abaakouk
108 3 Mehdi Abaakouk
int vlan 174
109 3 Mehdi Abaakouk
no shut
110 3 Mehdi Abaakouk
</pre>
111 3 Mehdi Abaakouk
112 14 Mehdi Abaakouk
113 3 Mehdi Abaakouk
Ajout des ports au vlan
114 3 Mehdi Abaakouk
<pre>
115 3 Mehdi Abaakouk
int vlan 3131
116 3 Mehdi Abaakouk
tagged tengigabitethernet 0/1
117 3 Mehdi Abaakouk
tagged tengigabitethernet 0/5
118 3 Mehdi Abaakouk
tagged tengigabitethernet 0/7
119 3 Mehdi Abaakouk
tagged tengigabitethernet 0/9
120 3 Mehdi Abaakouk
121 10 Mehdi Abaakouk
int vlan 3132
122 10 Mehdi Abaakouk
tagged tengigabitethernet 0/1
123 10 Mehdi Abaakouk
tagged tengigabitethernet 0/5
124 10 Mehdi Abaakouk
tagged tengigabitethernet 0/7
125 10 Mehdi Abaakouk
tagged tengigabitethernet 0/9
126 10 Mehdi Abaakouk
127 3 Mehdi Abaakouk
int vlan 3175
128 3 Mehdi Abaakouk
tagged tengigabitethernet 0/1
129 3 Mehdi Abaakouk
tagged tengigabitethernet 0/5
130 3 Mehdi Abaakouk
tagged tengigabitethernet 0/7
131 3 Mehdi Abaakouk
tagged tengigabitethernet 0/9
132 3 Mehdi Abaakouk
133 3 Mehdi Abaakouk
int vlan 3199
134 3 Mehdi Abaakouk
tagged tengigabitethernet 0/1
135 3 Mehdi Abaakouk
tagged tengigabitethernet 0/5
136 3 Mehdi Abaakouk
tagged tengigabitethernet 0/7
137 3 Mehdi Abaakouk
tagged tengigabitethernet 0/9
138 3 Mehdi Abaakouk
</pre>
139 5 Mehdi Abaakouk
140 5 Mehdi Abaakouk
Detruire un vlan
141 5 Mehdi Abaakouk
<pre>
142 5 Mehdi Abaakouk
no int vlan2
143 5 Mehdi Abaakouk
</pre>
144 5 Mehdi Abaakouk
145 5 Mehdi Abaakouk
Enlever un port d'un vlan
146 5 Mehdi Abaakouk
<pre>
147 5 Mehdi Abaakouk
148 5 Mehdi Abaakouk
int vlan 2
149 5 Mehdi Abaakouk
no tagged tengigabitethernet 0/1
150 5 Mehdi Abaakouk
</pre>
151 9 Mehdi Abaakouk
152 14 Mehdi Abaakouk
Configuration routage
153 14 Mehdi Abaakouk
<pre>
154 14 Mehdi Abaakouk
ip route 0.0.0.0/0 192.168.3.47
155 14 Mehdi Abaakouk
</pre>
156 14 Mehdi Abaakouk
157 14 Mehdi Abaakouk
Configuration du logging
158 14 Mehdi Abaakouk
<pre>
159 14 Mehdi Abaakouk
logging 91.224.149.152
160 14 Mehdi Abaakouk
</pre>
161 9 Mehdi Abaakouk
162 9 Mehdi Abaakouk
Fabrication port bonding
163 9 Mehdi Abaakouk
164 9 Mehdi Abaakouk
<pre>
165 9 Mehdi Abaakouk
- enable
166 9 Mehdi Abaakouk
- conf
167 9 Mehdi Abaakouk
- int tengigabitethernet 0/46
168 9 Mehdi Abaakouk
- port-channel-protocol lacp
169 9 Mehdi Abaakouk
- port-channel 10 mode active
170 9 Mehdi Abaakouk
- no shut
171 9 Mehdi Abaakouk
172 9 Mehdi Abaakouk
- int tengigabitethernet 0/47
173 9 Mehdi Abaakouk
- port-channel-protocol lacp
174 9 Mehdi Abaakouk
- port-channel 10 mode active
175 9 Mehdi Abaakouk
- no shut
176 9 Mehdi Abaakouk
- exit
177 9 Mehdi Abaakouk
178 9 Mehdi Abaakouk
- int port-channel 10
179 9 Mehdi Abaakouk
- sw
180 9 Mehdi Abaakouk
- no shut
181 9 Mehdi Abaakouk
- end
182 9 Mehdi Abaakouk
- wr
183 13 Laurent GUERBY
</pre>
184 13 Laurent GUERBY
185 13 Laurent GUERBY
tcpdump
186 13 Laurent GUERBY
<pre>
187 13 Laurent GUERBY
FTOS#tcpdump cp packet-count 10
188 13 Laurent GUERBY
% Copy operation not allowed until the TCP dump completes %
189 13 Laurent GUERBY
FTOS#dir flash:/TCP_DUMP_DIR/Tcpdump_141014021344/ 
190 9 Mehdi Abaakouk
</pre>