Cisco 1700 series Skrócona instrukcja obsługi - Strona 4

Przeglądaj online lub pobierz pdf Skrócona instrukcja obsługi dla Gateway Cisco 1700 series. Cisco 1700 series 6 stron. Secure firewall management center
Również dla Cisco 1700 series: Podręcznik dotyczący zgodności z przepisami i informacji na temat bezpieczeństwa (45 strony), Podręcznik (15 strony), Podręcznik konfiguracji (25 strony), Nota aplikacyjna (41 strony), Rozwiązywanie problemów ze sprzętem (12 strony), Podręcznik przeglądowy (13 strony), Konfigurowanie (34 strony), Podręcznik (5 strony), Instrukcja instalacji sprzętu (46 strony)

Cisco 1700 series Skrócona instrukcja obsługi
Configuring Dynamic Routing Parameters
Step
Task
5
Configure this interface for PPP encapsulation.
Enable this interface and the configuration changes you have just
6
made on the interface.
Exit configuration mode for this interface.
7
Configuring Dynamic Routing Parameters
Use this table to configure some dynamic routing parameters.
Step
Task
1
Enable RIP routing on the router and enter router
configuration mode.
Specify the router to use RIP version 2.
2
Enable Enhanced IGRP for this network.
3
4
Disable automatic summarization of subnet routes into
network-level routes.
Configure the router to forward packets addressed to a subnet
5
of a network with no network default route.
6
Exit router configuration mode.
Configuring Command-Line Access to the Router
Use this table to configure some parameters that control access to the router.
Step
Task
Specify the console terminal line and enter line configuration mode.
1
Set the interval that the EXEC command interpreter waits until user input
2
is detected.
Specify a virtual terminal for remote console access
3
4
Specify a password on the line.
Enable password checking at terminal session login.
5
6
Exit configuration mode.
Verifying Your Configuration
You can verify your configuration by checking the serial interface configuration:
Step 1
Step 2
4-4
Cisco 1700 Router Software Configuration Guide
From privileged EXEC command mode, enter the show interface serial 0 command.
Confirm that the "Serial0 is up, line protocol is up" message (shown in bold in the
example) appears in the command output.
1700# show interface ser0
Serial0 is up, line protocol is up
Hardware is PowerQUICC Serial
Router Prompt
1700(config-if)#
1700(config-if)#
1700(config-if)#
Router Prompt
1700(config)#
1700(config-router)#
1700(config-router)#
1700(config-router)#
1700(config-router)#
1700(config-router)#
Router Prompt
1700(config)#
1700(config-line)#
1700(config-line)#
1700(config-line)#
1700(config-line)#
1700(config-line)#
Command
encapsulation PPP
no shutdown
exit
Command
router rip
version 2
network 10.0.0.0
no auto-summary
ip classless
exit
Command
line console 0
exec-timeout 5
line vty 0 4
password <lineaccess>
login
end