Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

# oct/06/2022 23:39:33 by RouterOS 7.

4
# software id =
#

/system identity
set name=CE04-PPPOE01

/interface bridge
add name=lobridge

/interface vlan
add interface=ether1 name=vlan40-Internet use-service-tag=yes vlan-id=40

/ip pool
add name=pool1 ranges=200.100.1.32/29

/ppp profile
set *0 dns-server=8.8.8.8,10.99.99.0 local-address=10.88.88.4 remote-address=pool1

/routing ospf instance


add disabled=no name=ospf-instance-1 originate-default=never redistribute=\
connected,static router-id=10.88.88.4 routing-table=main

/routing ospf area


add disabled=no instance=ospf-instance-1 name=ospf-area-0
add area-id=0.0.0.5 disabled=no instance=ospf-instance-1 name=ospf-area-5 type=stub

/interface pppoe-server server


add disabled=no interface=ether2 one-session-per-host=yes service-name=pppoe

/ip address
add address=172.24.1.2/30 interface=vlan40-Internet network=172.24.1.0
add address=10.88.88.4 interface=lobridge network=10.88.88.4

/ip route
add disabled=no distance=111 dst-address=0.0.0.0/0 gateway=172.24.1.1

/ppp secret
add name=teste01 service=pppoe
add name=teste02 service=pppoe
add name=teste03 service=pppoe

/routing ospf interface-template


add area=ospf-area-0 disabled=no interfaces=vlan40-Internet networks=172.24.1.0/30
type=ptp

You might also like