meta data de esta página
Diferencias
Muestra las diferencias entre dos versiones de la página.
| red:switch:juniper:portfast [082022/07/ 12:11] – creado lc | red:switch:juniper:portfast [182023/01/ 13:45] (actual) – editor externo 127.0.0.1 | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | ===== Portfast o Edge Port ===== | ||
| + | Poner un puerto como Edge Port es sólo para interfaces a los que esten conectados equipo finales (ordenadores, | ||
| + | Para habilitar un rango de puertos como Edge | ||
| + | <sxh> | ||
| + | interfaces { | ||
| + | interface-range ACCESS { | ||
| + | member-range ge-0/0/6 to ge-0/0/45; | ||
| + | } | ||
| + | protocols { | ||
| + | rstp { | ||
| + | interface ACCESS { | ||
| + | edge; | ||
| + | } | ||
| + | bpdu-block-on-edge; | ||
| + | } | ||
| + | ethernet-switching-options { | ||
| + | bpdu-block { | ||
| + | disable-timeout 60; | ||
| + | } | ||
| + | </ | ||
| + | Para comprobar | ||
| + | < | ||