Hướng Dẫn Cấu Hình Cisco FlexVPN Site To Site
Sơ đồ bài thực hành – Thiết lập IP và định tuyến tại Router 1 R1>enable R1#conf t R1(config)# hostname R1 R1(config)# interface ethernet 0/0 R1(config-if)# ip add 192.1.12.1 255.255.255.252 R1(config-if)# no sh R1(config-if)# exit R1(config-if)# int ethernet 0/1 R1(config-if)# ip add 172.16.1.254 255.255.255.0 R1(config-if)# no sh R1(config-if)# exit R1(config)# ip route 0.0.0.0 0.0.0.0 192.1.12.2 […]