User Tools

Site Tools


office

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
office [2023/05/24 11:01] sysadmoffice [2023/07/19 07:55] sysadm
Line 275: Line 275:
  
 The hold up time and hold down time can also be used to improve the stability of the network by preventing flapping. Flapping occurs when a routing loop is created and then broken, and then created again. This can happen if a router is constantly declaring neighbors down and then up again. The hold up time and hold down time can help to prevent flapping by preventing a router from declaring a neighbor down too quickly. The hold up time and hold down time can also be used to improve the stability of the network by preventing flapping. Flapping occurs when a routing loop is created and then broken, and then created again. This can happen if a router is constantly declaring neighbors down and then up again. The hold up time and hold down time can help to prevent flapping by preventing a router from declaring a neighbor down too quickly.
 +
 +
 +  * interface Ethernet1/21
 +  *   description ICC-NIX_TO-ODF-1 T5 P12_iccc_160220_022_ic
 +  *   switchport access vlan 777
 +  *   spanning-tree guard root
 +  *   switchport port-security
 +  *   switchport port-security mac-address C4AD.3468.6AC2
 +  *   no shutdown
 +
 +---------------spanning -------------------
 +
 +show  running-config | i spann
 +no spanning-tree vlan 1565,1933,2389,2463,3029,3442,3826
 +DHUTRCLSW-01# show  running-config | i spa
 +no spanning-tree vlan 1565,1933,2389,2463,3029,3442,3826
 +
 +HUTRCLSW-01(config)# no spanning-tree vlan 1467,1565,1933,2389,2463,3029,3442,3826
 +
 +----------------------------------------Cisco Nexus L2 Switch port-channel configure ---switchport-- 
 +
 +  * DHDHNCLSW-02# show running-config interface port-channel 1
 +  * 
 +  * !Command: show running-config interface port-channel1
 +  * !Running configuration last done at: Wed Jul 19 12:58:46 2023
 +  * !Time: Wed Jul 19 13:53:30 2023
 +  * 
 +  * version 9.3(4) Bios:version 07.66 
 +  * 
 +  * interface port-channel1
 +  *   description TO-PALTAN SW1
 +  *   switchport
 +  *   switchport mode trunk
 +  *   switchport trunk allowed vlan 9,12-14
 +  * 
 +  * DHDHNCLSW-02# 
 +  * DHDHNCLSW-02# show running-config interface Eth1/53
 +  * 
 +  * !Command: show running-config interface Ethernet1/53
 +  * !Running configuration last done at: Wed Jul 19 12:58:46 2023
 +  * !Time: Wed Jul 19 13:54:01 2023
 +  * 
 +  * version 9.3(4) Bios:version 07.66 
 +  * 
 +  * interface Ethernet1/53
 +  *   description TO-PALTAN SW1-port-100GE1/4/8,siig_230521_003_ic&siig_230521_004_ic#-DHN-ODF-03-T-1-P-9&10
 +  *   switchport
 +  *   switchport mode trunk
 +  *   switchport trunk allowed vlan 9,12-14
 +  *   channel-group 1 mode active
 +  *   no shutdown
 +  * 
 +  * DHDHNCLSW-02# 
 +  * DHDHNCLSW-02# show running-config interface Eth1/54
 +  * 
 +  * !Command: show running-config interface Ethernet1/54
 +  * !Running configuration last done at: Wed Jul 19 12:58:46 2023
 +  * !Time: Wed Jul 19 13:54:08 2023
 +  * 
 +  * version 9.3(4) Bios:version 07.66 
 +  * 
 +  * interface Ethernet1/54
 +  *   description TO-PALTAN SW1-port-100GE1/4/7,siig_230521_001_ic&&siig_230521_002_ic-DHN-ODF-03-T-1-P-7,8
 +  *   switchport
 +  *   switchport mode trunk
 +  *   switchport trunk allowed vlan 9,12-14
 +  *   channel-group 1 mode active
 +  *   no shutdown
 +  *   
 +----------------------
office.txt · Last modified: 2024/05/05 16:51 by sysadm