# Гайд по Cisco Packet Tracer ## Настройка маршрутизатора ```c=1 enable configure t hostname [name] line console 0 password letmein login exit enable password cisco enable secret itsasecret service password-encryption banner motd "Text" exit copy running-config startup-config copy startup-config flash //сохранить конфиг во флеш память exit ``` ## Настройка интерфейсов маршрутизатора ```c=1 enable config t interface gigabitethernet 0/0 ip address 192.168.10.1 255.255.255.0 no shutdown description LAN connection to S1 end exit ``` ## Настройка шлюза по-умолчанию для коммутатора ```c=1 enable config t ip default-gateway 192.168.10.1 end exit ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up