You are on page 1of 2

log-command-errors

no configuration
set hostname BOHAI_GUA_3004
add device eth-subinterface ethernet0/0 982
add device eth-subinterface ethernet0/0 10

network ethernet0/0
; -- Ethernet Interface User Configuration --
repeater-switch
; -- Switch User Config --
port 1 no autonegotiation
port 1 speed 100Mbps
port 1 duplex full
;
exit
;
exit
;
network ethernet0/0.982
; -- Ethernet Subinterface Configuration --
description "ETHERNET WAN"
;
ip address 10.53.233.126 255.255.255.252
;
encapsulation dot1q 982
;
exit
;
network ethernet0/0.10
; -- Ethernet Subinterface Configuration --
description ####CONEXION_RED_LAN_CLIENTE####
;
ip address 200.35.86.185 255.255.255.248
;
encapsulation dot1q 10
;
exit
;
set telnet
; -- Telnet user configuration --
set max-telnets 5
exit
;
protocol ip
; -- Internet protocol user configuration --
route 0.0.0.0 0.0.0.0 10.53.233.125
;
exit
;
feature dns
; -- DNS resolver user configuration --
server 200.35.65.3
server 200.35.65.4
exit
;
feature vlan
; -- VLAN configuration --
enable
;
vlan 10 ethernet0/0 port 2
vlan 10 ethernet0/0 port internal
vlan 982 ethernet0/0 port 1
vlan 982 ethernet0/0 port internal
;
tag-default ethernet0/0 port 1 982
tag-default ethernet0/0 port 2 10
;
tag-removal ethernet0/0 port 2
;
exit
;
dump-command-errors
end

You might also like