This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
оборудование_уровня_3_cisco_router [2022/03/24 15:56] val [EtherChannel] |
оборудование_уровня_3_cisco_router [2025/04/22 12:43] (current) val [Настройка маршрута по умолчанию] |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ==== Базовая ==== | ==== Базовая ==== | ||
| <code> | <code> | ||
| - | interface FastEthernet1/0 | + | !interface FastEthernet1/0 |
| - | description connection to LAN | + | ! description connection to LAN |
| - | ip address 192.168.X.1 255.255.255.0 | + | ! ip address 192.168.X.1 255.255.255.0 |
| - | no shutdown | + | ! no shutdown |
| ! | ! | ||
| - | interface FastEthernet1/1 | + | !interface FastEthernet1/1 |
| - | !interface FastEthernet0/0 | + | interface FastEthernet0/0 |
| description connection to ISP | description connection to ISP | ||
| ip address 172.16.1.X 255.255.255.0 | ip address 172.16.1.X 255.255.255.0 | ||
| ! duplex half | ! duplex half | ||
| ! speed 100 | ! speed 100 | ||
| - | no ip unreachables ! for GNS | + | ! no ip unreachables ! for old GNS |
| - | mac-address e418.08f2.5900+X ! for GNS | + | ! mac-address e418.08f2.5900+X ! for old GNS |
| no shutdown | no shutdown | ||
| </code> | </code> | ||
| Line 35: | Line 35: | ||
| ip address 192.168.X.1 255.255.255.0 | ip address 192.168.X.1 255.255.255.0 | ||
| no shutdown | no shutdown | ||
| + | duplex full ! for GNS | ||
| interface FastEthernet1/0 | interface FastEthernet1/0 | ||
| Line 42: | Line 43: | ||
| interface FastEthernet1/1 | interface FastEthernet1/1 | ||
| channel-group 1 | channel-group 1 | ||
| - | ! no shutdown ! Для курса с GNS | + | ! no shutdown ! for course with GNS |
| </code> | </code> | ||
| Line 60: | Line 61: | ||
| </code> | </code> | ||
| - | Особенности GNS | + | Особенности old GNS |
| <code> | <code> | ||
| ip route 10.0.0.0 255.0.0.0 Null0 | ip route 10.0.0.0 255.0.0.0 Null0 | ||
| Line 71: | Line 72: | ||
| ==== c использованием DNS ==== | ==== c использованием DNS ==== | ||
| <code> | <code> | ||
| - | ip name-server 172.16.1.254 | + | !ip name-server 172.16.1.254 |
| - | !ip name-server 192.168.X.10 | + | ip name-server 192.168.X.10 |
| ip domain-name corpX.un | ip domain-name corpX.un | ||
| Line 95: | Line 96: | ||
| default-router 192.168.X.1 | default-router 192.168.X.1 | ||
| - | dns-server 172.16.1.254 | + | ! dns-server 172.16.1.254 |
| - | ! dns-server 192.168.X.10 | + | dns-server 192.168.X.10 |
| domain-name corpX.un | domain-name corpX.un | ||
| Line 107: | Line 108: | ||
| </code><code> | </code><code> | ||
| #show ip dhcp binding | #show ip dhcp binding | ||
| + | |||
| + | #clear ip dhcp binding 192.168.X.10N | ||
| </code> | </code> | ||
| ===== Настройка NTP сервиса ===== | ===== Настройка NTP сервиса ===== | ||
| Line 137: | Line 140: | ||
| deny ip any any ! log | deny ip any any ! log | ||
| - | ! interface FastEthernet0/0 | + | interface FastEthernet0/0 |
| - | interface FastEthernet1/1 | + | |
| ip access-group ACL_FIREWALL in | ip access-group ACL_FIREWALL in | ||
| Line 197: | Line 199: | ||
| - | interface FastEthernet1/0 | + | !interface FastEthernet1/0 |
| - | !interface Port-channel1 | + | interface Port-channel1 |
| ip route-cache flow | ip route-cache flow | ||
| - | interface FastEthernet1/1 | + | !interface FastEthernet1/1 |
| - | !interface FastEthernet0/0 | + | interface FastEthernet0/0 |
| ip route-cache flow | ip route-cache flow | ||
| </code> | </code> | ||