Entradas

Mostrando entradas de agosto, 2022

JunOS | Comandos básicos Switching

Crear una VLAN  edit vlans set vlans {vlan-name} vlan-id {vlan-id} Assignar VLAN en un puerto de un switch edit interfaces   set {ge-0/0/x} unit 0 family ethernet-switching vlan members {vlan-name}     set {ge-0/0/x} unit 0 family ethernet-switching port-mode access Crear un puerto de trunk edit interfaces   set {ge-0/0/x} unit 0 family ethernet-switching port-mode trunk   set {ge-0/0/x} unit 0 family ethernet-switching vlan members {all} Crear SVI/RVI edit interfaces   set vlan unit {vlan-id} family inet address {ip-address/mask} edit vlans   set {vlan-name} vlan-id {vlan-id}   set {vlan-name} l3-interface vlan.{vlan-id}  Configurar una "Aggreggate interface" con LACP edit interfaces   set interfaces ae0 aggreggated-ether-options lacp active   set interfaces ae0 unit 0 family ethernet-switching port-mode trunk   set interfaces ae0 unit 0 family ethernet-switching vlan members all   set interfaces ge-0/0/1 ether-options 802.3ad ae0   set interfaces ge-0/0/2 ether-options 802.