Guest User

Untitled

a guest
Oct 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. INFORMATION
  2.  
  3. Link state : show port 6 info [detail]
  4.  
  5. Activation :
  6.  
  7. Port Name :
  8.  
  9. Auto Négoc. :
  10.  
  11.  
  12. CONFIGURATION DE PORT
  13.  
  14. Activation de port : enable port 1:6
  15.  
  16. enable port 2-6
  17.  
  18.  
  19. Activation de Vlan :
  20.  
  21. Configuration nom port : configure ports [<portlist> | mgmt] display-string <alphanumeric string>
  22.  
  23. configure ports 1 display-string corporate
  24.  
  25. configure ports 1:3-5 display-string corporate
  26.  
  27.  
  28.  
  29. Activation Auto Négoc. : configure ports 4,6 auto on // enable auto negoc.
  30.  
  31. configure ports 1:2, 1:4 auto on
  32.  
  33. configure ports 4 auto off duplex full //disable auto Negoc.
  34.  
  35. configure ports 2:1 auto off duplex full
  36.  
  37. Configuration de aggregate :
  38.  
  39.  
  40.  
  41.  
  42. DECONFIGURATION DE PORT
  43.  
  44.  
  45. Désactivation de port : disable ports [<portlist> | all |{vlan} <vlan name>]
  46.  
  47. disable ports 3,5,12-15
  48.  
  49. disable ports 1:3,1:5,1:12-1:15
  50.  
  51.  
  52.  
  53. Supprimer un port d'une VLAN : configure vlan <vlan name> delete port [all | <portlist>]
  54.  
  55. configure vlan accounting delete port 1, 2, 3, 6
  56.  
  57.  
  58.  
  59.  
  60.  
  61. Suppression du nom de port : unconfigure ports <portlist> display-string
  62.  
  63. unconfigure ports 4 display-string
  64.  
  65. unconfigure ports 2:4 display-string
  66.  
  67.  
  68. unconfigure ports redundant : unconfigure ports 5 redundant
  69.  
  70. unconfigure ports 5 redundant
  71.  
  72.  
  73. unconfigure port aggre. bandwt : unconfigure port 1:3 aggregate-bandwidth
  74.  
  75. Desactivation Auto Négoc. : configure ports 2:1 auto off duplex full
Add Comment
Please, Sign In to add comment