-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcust3
More file actions
28 lines (28 loc) · 848 Bytes
/
Copy pathcust3
File metadata and controls
28 lines (28 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/routing bgp instance
set default as=65530
add as=65365 name=bgp1 router-id=10.33.33.1
/ip address
add address=10.3.3.2/30 interface=ether1 network=10.3.3.0
add address=10.33.33.1/24 interface=ether4 network=10.33.33.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether2
/ip route
add distance=1 gateway=10.3.3.1
/ip service
set ftp disabled=yes
set www disabled=yes
set api disabled=yes
set winbox disabled=yes
set api-ssl disabled=yes
/ip ssh
set strong-crypto=yes
/routing bgp network
add network=10.33.0.0/16 synchronize=no
/routing bgp peer
add name=peer1 out-filter=as65005-out remote-address=10.3.3.1 remote-as=65505
/routing filter
add action=accept chain=as65005-out prefix=10.33.0.0/13
/system identity
set name=cust3