Projet

Général

Profil

FTOS » Historique » Version 15

Version 14 (Mehdi Abaakouk, 25/01/2015 13:55) → Version 15/31 (Laurent GUERBY, 20/05/2015 09:29)

{{>toc}}

h1. FTOS

Dell/Force10 S4810 48 ports 10G SFP+ + 4 ports 40G
supporte cumulus http://cumulusnetworks.com/static/cumulus/pdf/Cumulus_Networks_Dell_Datasheet.pdf
http://cumulusnetworks.com/

* ssh keys
http://www.force10networks.com/CSPortal20/TechTips/0006_RSA-SSH.aspx

h2. Commandes

screen -m -c /dev/null /dev/ttyUSB0 9600 8n1

dir
delete flash://startup-config
reload
no
yes

en exec
stop jumpstart
wr

username force10 password force10
enable password force10
wr

portmod hybrid
switchport
int vl 2
unttagged t0/23
int vl 3
tagged t0/23

show vlan

stack-unit 1 renumber 0
no
yes

show inventory media

ip ssh server enable

show mac-address-table dynamic
show mac-address-table dynamic vlan 3132

h2. Switch Openstack

On se logue

<pre>
enable password force10
conf
</pre>

Preparation des ports

<pre>
int range tengigabitethernet 0/0 - 47
no switchport
portmod hybrid
switchport
no shut

int range fortyGigE 0/48 - 60
no switchport
portmod hybrid
switchport
no shut

# Pour le port uplink
int range tengigabitethernet 0/1
speed 1000
</pre>

Pour un seul port :
<pre>
enable
conf
int t0/10
speed 1000
exit
exit
wr
# ou do wr
</pre>

Creation des vlans
<pre>
int vlan 3131
no shut

int vlan 3175
ip address 192.168.3.48/24
no shut

int vlan 3195
no shut

int vlan 174
no shut
</pre>

Ajout des ports au vlan
<pre>
int vlan 3131
tagged tengigabitethernet 0/1
tagged tengigabitethernet 0/5
tagged tengigabitethernet 0/7
tagged tengigabitethernet 0/9

int vlan 3132
tagged tengigabitethernet 0/1
tagged tengigabitethernet 0/5
tagged tengigabitethernet 0/7
tagged tengigabitethernet 0/9

int vlan 3175
tagged tengigabitethernet 0/1
tagged tengigabitethernet 0/5
tagged tengigabitethernet 0/7
tagged tengigabitethernet 0/9

int vlan 3199
tagged tengigabitethernet 0/1
tagged tengigabitethernet 0/5
tagged tengigabitethernet 0/7
tagged tengigabitethernet 0/9

</pre>

Pour le TouIX untagged 4031

<pre>
FTOS>enable
FTOS#conf
FTOS(conf)#int vlan 4031
FTOS(conf-if-vl-4031)#no shut
FTOS(conf-if-vl-4031)#description TouIX
FTOS(conf-if-vl-4031)#untagged tengigabitethernet 0/35
FTOS(conf-if-vl-4031)#exit
FTOS(conf)#wr

</pre>

Detruire un vlan
<pre>
no int vlan2
</pre>

Enlever un port d'un vlan
<pre>

int vlan 2
no tagged tengigabitethernet 0/1
</pre>

Configuration routage
<pre>
ip route 0.0.0.0/0 192.168.3.47
</pre>

Configuration du logging
<pre>
logging 91.224.149.152
</pre>

Fabrication port bonding

<pre>
- enable
- conf
- int tengigabitethernet 0/46
- port-channel-protocol lacp
- port-channel 10 mode active
- no shut

- int tengigabitethernet 0/47
- port-channel-protocol lacp
- port-channel 10 mode active
- no shut
- exit

- int port-channel 10
- sw
- no shut
- end
- wr
</pre>

tcpdump
<pre>
FTOS#tcpdump cp packet-count 10
% Copy operation not allowed until the TCP dump completes %
FTOS#dir flash:/TCP_DUMP_DIR/Tcpdump_141014021344/
</pre>