0% found this document useful (0 votes)
80 views2 pages

Script Detalle

The document configures a network device by setting attributes such as the device name and IP address. It then creates bridges, Ethernet interfaces, VLAN groups, and assigns VLANs to the bridges on the interfaces. This establishes connectivity between the bridges on the different interfaces through VLAN tagging.

Uploaded by

nico
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views2 pages

Script Detalle

The document configures a network device by setting attributes such as the device name and IP address. It then creates bridges, Ethernet interfaces, VLAN groups, and assigns VLANs to the bridges on the interfaces. This establishes connectivity between the bridges on the different interfaces through VLAN tagging.

Uploaded by

nico
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

[ creacion de datos principales, nombre, ip, puerto de transferencia, y reloj ]

setmoattribute
setmoattribute
setmoattribute
setmoattribute
setmoattribute
setmoattribute
setmoattribute
setmoattribute

1
1
1
1
1
1
1
1

stn=0
stn=0
stn=0
stn=0
stn=0
stn=0
stn=0
stn=0

stn_name TCU_NEMONICO
wakeUpRegistration 10.170.14.74
wakeUpInterval 1
DSCP_OperationAndMaintenance 46
systemClokTimeServer 192.168.109.41
systemClokTimeServerType NTP
STN_systemClockUDP_Port 123
DSCP_OM_filetransfer 22

[ creacion de puente hacia lub_1, mub_1, TCU_OAM_Abis]


createmo 1 stn=0, bridge=Lub_1
createmo 1 stn=0, bridge=Mub_1
createmo 1 stn=0, bridge=TCU_OAM_Abis
[Creacion de interfaces ethernet]
createmo 1 stn=0, ethernetinterface=WAN_port_D
setmoattribute 1 stn=0, ethernetinterface=WAN_port_D mode AUTO
setmoattribute 1 stn=0, ethernetinterface=WAN_port_D portid TN_D
createmo 1 stn=0, ethernetinterface=RBS_port_C_U1900
setmoattribute 1 stn=0, ethernetinterface=RBS_port_C_U1900 mode AUTO
setmoattribute 1 stn=0, ethernetinterface=RBS_port_C_U1900 portid TN_C
1.- [asignacion de vlan a interface WAN_port_D]
createmo 1 stn=0, vlangroup=WAN_port_D
setmoattribute 1 stn=0, vlangroup=WAN_port_D deplinklayer stn=0, ethernetinterfa
ce=WAN_port_D
[asignacion de bridge lub_1 a vlangroup=WAN_port_D]
createmo 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_lub1
setmoattribute 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_lub_1 tagvalue 1304
setmoattribute 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_lub_1 tagged true
setmoattribute 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_lub_1 depBridge stn=0, b
ridge=lub_1
[asignacion de bridge mub_1 a vlangroup=WAN_port_D]
createmo 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_Mub_1
setmoattribute 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_Mub_1 tagvalue 1305
setmoattribute 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_Mub_1 tagged true
setmoattribute 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_Mub_1 depBridge stn=0, b
ridge=Mub_1
[asignacion de bridge TCU_OAM a vlangroup=WAN_port_D]
createmo 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_TCU_OAM
setmoattribute 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_TCU_OAM tagvalue 1306
setmoattribute 1 stn=0, vlangroup=WAN_port_D, vlan=VLAN_TCU_OAM tagged true

2.- [asignacion de vlan a interface RBS_port_C_U1900]


createmo 1 stn=0, vlangroup=RBS_port_C_U1900
setmoattribute 1 stn=0, vlangroup=RBS_port_C_U1900 deplinklayer stn=0, etherneti
nterface=RBS_port_C_U1900
[asignacion de bridge lub_1 a vlangroup=RBS_port_C_U1900]
createmo 1 stn=0, vlangroup=RBS_port_C_U1900, vlan=VLAN_lub1
setmoattribute 1 stn=0, vlangroup=RBS_port_C_U1900, vlan=VLAN_lub_1 tagvalue 130
4
setmoattribute 1 stn=0, vlangroup=RBS_port_C_U1900, vlan=VLAN_lub_1 tagged true
setmoattribute 1 stn=0, vlangroup=RBS_port_C_U1900, vlan=VLAN_lub_1 depBridge st
n=0, bridge=lub_1
[asignacion de bridge mub_1 a vlangroup=RBS_port_C_U1900]
createmo 1 stn=0, vlangroup=RBS_port_C_U1900, vlan=VLAN_mub1
setmoattribute 1 stn=0, vlangroup=RBS_port_C_U1900, vlan=VLAN_mub_1 tagvalue 130
5
setmoattribute 1 stn=0, vlangroup=RBS_port_C_U1900, vlan=VLAN_mub_1 tagged true
setmoattribute 1 stn=0, vlangroup=RBS_port_C_U1900, vlan=VLAN_mub_1 depBridge st
n=0, bridge=mub_1
[creacion de vlan TCU_SYNC en vlangroup=WAN_port_D]
createmo 1 stn=0, vlangroup=WAN_port_D, vlan=TCU_SYNC

You might also like