You are on page 1of 1

——————————————————

Recursividad

Router A
/ip address
add address=192.200.1.1/24 network=192.200.1.0 broadcast=192.200.1.255
interface=ether1
add address=10.10.10.1/30 network=10.10.10.0 broadcast=10.10.10.3 interface=ether2
/ip route
add distance=1 dst-address= 192.200.2.0/24 gateway=10.10.10.6 scope=30 target-
scope=30
add distance=1 dst-address= 10.10.10.4/30 gateway=10.10.10.2 scope=30 target-
scope=30

Router B
/ip address
add address= 10.10.10.2/30 network=10.10.10.0 broadcast=10.10.10.3
interface=ether1
add address=10.10.10.5/30 network=10.10.10.4 broadcast=10.10.10.7 interface=ether2
/ip route
add distance=1 dst-address= 192.200.1.0/24 gateway=10.10.10.1
add distance=1 dst-address= 192.200.2.0/24 gateway=10.10.10.6

Router C
/ip address
add address= 10.10.10.6/30 network=10.10.10.4 broadcast=10.10.10.7
interface=ether2
add address=192.200.2.1/24 network=192.200.2.0 broadcast=192.200.2.255
interface=ether1
/ip route
add distance=1 dst-address= 192.200.1.0/24 gateway=10.10.10.5
add distance=1 dst-address= 10.10.10.0/30 gateway=10.10.10.5

You might also like