User Tools

Site Tools


ruijie:switch:general_configuration_switch_l2

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
ruijie:switch:general_configuration_switch_l2 [2020/09/22 20:12] aperezruijie:switch:general_configuration_switch_l2 [2020/09/22 20:41] (current) aperez
Line 936: Line 936:
  
  
- +----
- +
  
 ! !
Line 1041: Line 1039:
 ! !
  
--------------------------------------------------- +----
- +
-**this method would let all the marked tags pass with the exception of the native VLAN** +
- +
---------------------------------------------------+
  
 **interface GigabitEthernet0/7** **interface GigabitEthernet0/7**
Line 1063: Line 1057:
 ** poe enable** ** poe enable**
  
--------------------------------------------------- 
  
-**this method would let only the marked tags pass including native VLAN**+----
  
--------------------------------------------------- 
  
 **interface GigabitEthernet0/8** **interface GigabitEthernet0/8**
Line 1085: Line 1077:
 ** poe enable** ** poe enable**
  
--------------------------------------------------- +----
- +
---------------------------------------------------+
  
 ! !
Line 1748: Line 1738:
 ! !
  
 +----
 +
 +**interface TenGigabitEthernet 0/50**
 +
 +**storm-control broadcast pps 3000**
 +
 +**description CONEXION SWITCH CORE  IP:  10.1.0.1**
 +
 +**switchport mode trunk**
 +
 +**ip dhcp snooping trust**
 +
 +----
  
 **interface Vlan1** **interface Vlan1**
Line 1758: Line 1761:
  
 ** no shutdown** ** no shutdown**
- 
  
 ! !
Line 1781: Line 1783:
 **snmp-server contact Ing.o Fabian Espejo** **snmp-server contact Ing.o Fabian Espejo**
  
-**snmp-server chassis-id 1234567890**+**snmp-server chassis-id 1234567890**             -------> **serial number switch**
  
------------------------------------------- 
  
-!Colocar el serial de la maquina en el chassis-id+----
  
-Ruijie# show version 
  
-Ruijie# show version slot+Ruijie(config)#**snmp-server host 192.168.1.2 traps private**         ------>**by default , SNMP trap version is version 1**
  
------------------------------------------- +Ruijie(config)#**snmp-server host 1.1.1.1 version 2c private**        ------>**set SNMP trap version to version 2c**
- +
-Ruijie(config)#show snmp host +
- +
-Ruijie(config)#show snmp view +
- +
-Ruijie(config)#show snmp user    (para el caso de config snmp v3.0) +
- +
------------------------------------------- +
- +
-Ruijie(config)#snmp-server host 192.168.1.2 traps private         ------>by default , SNMP trap version is version 1 +
- +
-Ruijie(config)#snmp-server host 1.1.1.1 version 2c private        ------>set SNMP trap version to version 2c +
- +
------------------------------------------- +
- +
-Ruijie#show running-config | include interface GigabitEthernet 0/18 +
- +
-Ruijie#show interfaces description +
- +
-Ruijie# show interface status +
- +
-Ruijie# show aggregatePort summary +
- +
-Ruijie# show interfaces aggregatePort 1 +
- +
-Ruijie# show aggregatePort load-balance +
- +
-Ruijie# show int aggreagtePort 1 +
- +
-SW1(config)#interface range gigabitEthernet 0/23-24                          ------>configure a range of interfaces with the same commands +
- +
-Ruijie# show cpu +
- +
-Ruijie# show memory +
- +
-Ruijie# show power +
- +
-Ruijie# show fan +
- +
-Ruijie# show temperature +
- +
-Ruijie# show clock +
- +
-Ruijie# show log +
- +
-Ruijie# more flash:syslog.txt +
- +
-Ruijie# dir +
- +
-Ruijie# show arp +
- +
-Ruijie# show mac-address-table +
- +
-Ruijie#show mac-address-table count +
- +
-Ruijie# show arp +
- +
-Ruijie# show arp detail +
- +
-Ruijie# show arp count +
- +
-Ruijie# show ip route +
- +
-Ruijie# show ip route count +
- +
-Ruijie# show ip interface brief +
- +
-Ruijie# show interface description +
- +
-Ruijie# show interface counters +
- +
-------------------------------------------+
  
 ! !
Line 1885: Line 1813:
 **Ruijie#copy running-config startup-config** **Ruijie#copy running-config startup-config**
  
------------------------------------------- 
  
 +----
  
-Ruijie>enable 
- 
-Ruijie#configure termina 
- 
-Ruijie(config)#interface gigabitEthernet 0/1   
- 
-Ruijie(config-if-GigabitEthernet 0/1)#storm-control broadcast level 1    ------>storm-control limits the number of broadcast packets to 1% of the bandwidth that is 1G*1%=10M 
- 
-Ruijie(config-if-GigabitEthernet 0/1)#storm-control unicast level 1         ------>storm-control limites the number of unknown unicast packets to 1% of the bandwidth that is 1G*1% =10M 
- 
-Ruijie(config-if-GigabitEthernet 0/1)#storm-control multicast level 1     
- 
-To configure storm control on a port with keyword pps, perform this task: 
- 
-Ruijie>enable 
- 
-Ruijie#configure termina 
- 
-Ruijie(config)#interface gigabitEthernet 0/1   
- 
-Ruijie(config-if-GigabitEthernet 0/1)#storm-control broadcast pps 200    ------>storm-control limits the number of broadcast packets to 200 packets per seconds 
- 
-Ruijie(config-if-GigabitEthernet 0/1)#storm-control unicast pps 200      ------>storm-control limits the number of unknown unicast packets to 200 packets per seconds 
- 
-Ruijie(config-if-GigabitEthernet 0/1)#storm-control multicast 200 
- 
-Ruijie(config-if-GigabitEthernet 0/1)#end 
- 
- 
------------------------------------------- 
- 
-Si tenemos problemas de conectiviad, con un solo cable conectado y es una instalacion nueva aplicar las siguientes lineas: 
  
 Ruijie(config)#no spanning-tree mode Ruijie(config)#no spanning-tree mode
  
-Ruijie(config)#no spanning-tree vlan 1,3-5,7,9-11     (todas las vlans que apliquen) +Ruijie(config)#no spanning-tree vlan 1,3-5,7,9-11     (all VLANs)
- +
------------------------------------------- +
- +
-Dynamic mode: +
- +
-SW1(config)#interface range gigabitEthernet 0/1-2     +
- +
-SW1(config-if-range)#port-group 1 mode active                            ------>put G0/1 and G0/2 in AP 1 in dynamic mode +
- +
-SW1(config-if-range)#exit +
- +
-SW1(config)#interface aggregateport 1                        +
- +
-SW1(config-if-AggregatePort 1)#switchport mode trunk                ------>configure AP 1 as Trunk +
- +
-SW1(config-if-AggregatePort 1)#exit +
- +
-SW2 is the same.+
  
-------------------------------------------- 
  
 +----
  
ruijie/switch/general_configuration_switch_l2.1600823539.txt.gz · Last modified: 2020/09/22 20:12 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki