Перейти к содержанию

BR RTR

BR-RTR (Cisco)

vmbr2 (ISP)

int gi1
ip addr 172.16.2.2 255.255.255.240
ip nat outside
no shutdown
description ISP

vmbr4 (BR-SRV)

int gi2
ip addr 192.168.3.1 255.255.255.240
ip nat inside
no shutdown
description SRV

Gateway

ip route 0.0.0.0 0.0.0.0 172.16.2.1

NAT (BR-SRV -> ISP)

access-list 1 permit 192.168.3.0 0.0.0.15
ip nat inside source list 1 interface <интерфейс vmbr2 / gi1> overload

GRE

int Tunnel0
ip addr 192.168.4.2 255.255.255.240
tunnel source 172.16.2.2
tunnel destination 172.16.1.2
ip ospf authentication
ip ospf authentication-key aboba
no shutdown

OSPF

router ospf 1
passive-interface default
no passive-interface Tunnel0
network 192.168.3.0 0.0.0.15 area 0
network 192.168.4.0 0.0.0.15 area 0

Hostname

hostname br-rtr.au-team.irpo

Timezone

clock timezone MSK 3

Users

username net_admin privilage 15 password P@$$w0rd

Сохраняемся

wr