Projet

Général

Profil

FTOS » Historique » Version 15

Laurent GUERBY, 20/05/2015 09:29

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 15 Laurent GUERBY
139 15 Laurent GUERBY
140 15 Laurent GUERBY
</pre>
141 15 Laurent GUERBY
142 15 Laurent GUERBY
Pour le TouIX untagged 4031
143 15 Laurent GUERBY
144 15 Laurent GUERBY
<pre>
145 15 Laurent GUERBY
FTOS>enable
146 15 Laurent GUERBY
FTOS#conf
147 15 Laurent GUERBY
FTOS(conf)#int vlan 4031
148 15 Laurent GUERBY
FTOS(conf-if-vl-4031)#no shut
149 15 Laurent GUERBY
FTOS(conf-if-vl-4031)#description TouIX
150 15 Laurent GUERBY
FTOS(conf-if-vl-4031)#untagged tengigabitethernet 0/35
151 15 Laurent GUERBY
FTOS(conf-if-vl-4031)#exit
152 15 Laurent GUERBY
FTOS(conf)#wr
153 3 Mehdi Abaakouk
</pre>
154 5 Mehdi Abaakouk
155 5 Mehdi Abaakouk
Detruire un vlan
156 5 Mehdi Abaakouk
<pre>
157 5 Mehdi Abaakouk
no int vlan2
158 5 Mehdi Abaakouk
</pre>
159 5 Mehdi Abaakouk
160 5 Mehdi Abaakouk
Enlever un port d'un vlan
161 5 Mehdi Abaakouk
<pre>
162 5 Mehdi Abaakouk
163 5 Mehdi Abaakouk
int vlan 2
164 5 Mehdi Abaakouk
no tagged tengigabitethernet 0/1
165 5 Mehdi Abaakouk
</pre>
166 9 Mehdi Abaakouk
167 14 Mehdi Abaakouk
Configuration routage
168 14 Mehdi Abaakouk
<pre>
169 14 Mehdi Abaakouk
ip route 0.0.0.0/0 192.168.3.47
170 14 Mehdi Abaakouk
</pre>
171 14 Mehdi Abaakouk
172 14 Mehdi Abaakouk
Configuration du logging
173 14 Mehdi Abaakouk
<pre>
174 14 Mehdi Abaakouk
logging 91.224.149.152
175 14 Mehdi Abaakouk
</pre>
176 9 Mehdi Abaakouk
177 9 Mehdi Abaakouk
Fabrication port bonding
178 9 Mehdi Abaakouk
179 9 Mehdi Abaakouk
<pre>
180 9 Mehdi Abaakouk
- enable
181 9 Mehdi Abaakouk
- conf
182 9 Mehdi Abaakouk
- int tengigabitethernet 0/46
183 9 Mehdi Abaakouk
- port-channel-protocol lacp
184 9 Mehdi Abaakouk
- port-channel 10 mode active
185 9 Mehdi Abaakouk
- no shut
186 9 Mehdi Abaakouk
187 9 Mehdi Abaakouk
- int tengigabitethernet 0/47
188 9 Mehdi Abaakouk
- port-channel-protocol lacp
189 9 Mehdi Abaakouk
- port-channel 10 mode active
190 9 Mehdi Abaakouk
- no shut
191 9 Mehdi Abaakouk
- exit
192 9 Mehdi Abaakouk
193 9 Mehdi Abaakouk
- int port-channel 10
194 9 Mehdi Abaakouk
- sw
195 9 Mehdi Abaakouk
- no shut
196 9 Mehdi Abaakouk
- end
197 9 Mehdi Abaakouk
- wr
198 13 Laurent GUERBY
</pre>
199 13 Laurent GUERBY
200 13 Laurent GUERBY
tcpdump
201 13 Laurent GUERBY
<pre>
202 13 Laurent GUERBY
FTOS#tcpdump cp packet-count 10
203 13 Laurent GUERBY
% Copy operation not allowed until the TCP dump completes %
204 13 Laurent GUERBY
FTOS#dir flash:/TCP_DUMP_DIR/Tcpdump_141014021344/ 
205 9 Mehdi Abaakouk
</pre>