Files
Yandex-Practicum/WEB.md
2025-11-20 00:32:48 +03:00

13 lines
165 B
Markdown

enable
configure terminal
!
interface e0/0
ip address 10.10.5.60 255.255.255.0
no shutdown
!
ip route 0.0.0.0 0.0.0.0 10.10.5.1
!
ip http server
!
end
write memory