algolia search

Tìm thấy x bài viết trong xms.

| Device | Interface | IP | Subnet Mask | Gateway | |--------|----------|-----|-------------|---------| | PC0 | NIC | 192.168.1.2 | 255.255.255.0 | 192.168.1.1 | | R0 | G0/0 | 192.168.1.1 | 255.255.255.0 | – | | R0 | S0/0/0 (or G0/1) | 10.0.0.1 | 255.255.255.252 | – | | R1 | S0/0/0 | 10.0.0.2 | 255.255.255.252 | – | | R1 | G0/0 | 192.168.2.1 | 255.255.255.0 | – | | PC1 | NIC | 192.168.2.2 | 255.255.255.0 | 192.168.2.1 |

conf t ip dhcp excluded-address 192.168.1.1 192.168.1.10 ip dhcp pool LAN_POOL network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 192.168.1.100 exit int g0/0 ip addr 192.168.1.1 255.255.255.0 no shut