User Tools

Site Tools


informatique:extreme_200

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
informatique:extreme_200 [2021/01/11 11:19] – SSH, TELNET, NTP, ... pteuinformatique:extreme_200 [2021/12/08 10:42] – [Interfaces/ports commands] conf interface pteu
Line 192: Line 192:
  
 =====Interfaces/ports commands===== =====Interfaces/ports commands=====
 +
 +Modifier la configuration d'un port (propagation des VLANs 101 taggué et 102 untag)
 +<code bash>
 +conf
 +  interface 1/0/52
 +    description 'uplink core_tg.4.50'
 +    mtu 9198
 +    vlan pvid 102
 +    vlan participation exclude 1
 +    vlan participation include 101-102
 +    vlan tagging 101
 +    exit
 +</code>
 +
 <code bash> <code bash>
 show port all show port all
Line 292: Line 306:
 # ajout de l'utilisateur dans ce groupe # ajout de l'utilisateur dans ce groupe
 username admin2 usergroup admin-group username admin2 usergroup admin-group
 +</code>
 +
 +====Informations d'un transceiver====
 +
 +Pour afficher les informations sur un transceiver (GBIP/SFP) branché sur un port:
 +<code bash>
 +show fiber-ports optical-transceiver-info 1/0/26
 +                         Link Link                                 Nominal
 +                       Length Length                                   Bit
 +                         50um 62.5um                                  Rate
 +Port     Vendor Name      [m] [m]  Serial Number    Part Number     [Mbps] Rev  Compliance
 +-------- ---------------- --- ---- ---------------- ---------------- ----- ---- ----------------
 +1/0/26   PROVISION        0      WX0123456789     PG-SFP10GLR      10300      10GBase-LR
 </code> </code>
 ======OIDs utiles====== ======OIDs utiles======
informatique/extreme_200.txt · Last modified: 2024/02/22 09:30 by pteu