EasyManuals Logo

KeeNetic Lite KN-1310 User Manual

KeeNetic Lite KN-1310
320 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #24 background imageLoading...
Page #24 background image
(config)> no service dhcp
(config)> service no dhcp
2.4 Multiple input
Many commands have the property of idempotence, which means that multiple input of a
command has the same effect as as the single input. For example, entering service http
adds a single line service http to the current settings, and re-entering does not change
anything.
However, some of the commands allow you to add not a single, but multiple records, if
they are entered with different arguments. For example, static routing table entries ip
route or lters access-list are added sequentially and appear in the settings as a list:
Example 2.1. Using a command with multiple input
(config)> ip route 1.1.1.0/24 PPTP0
Network::RoutingTable: Added static route: 1.1.1.0/24 via PPTP0.
(config)> ip route 1.1.2.0/24 PPTP0
Network::RoutingTable: Added static route: 1.1.2.0/24 via PPTP0.
(config)> ip route 1.1.3.0/24 PPTP1
Network::RoutingTable: Added static route: 1.1.3.0/24 via PPTP1.
(config)> show running-config
...
ip route 1.1.1.0 255.255.255.0 PPTP0
ip route 1.1.2.0 255.255.255.0 PPTP0
ip route 1.1.3.0 255.255.255.0 PPTP1
...
Records from such tables can be removed one by one, using prex no and arguments to
identify the record you want to remove:
(config)> no ip route 1.1.2.0/24
Network::RoutingTable: Deleted static route: 1.1.2.0/24 via PPTP0.
(config)> show running-config
...
ip route 1.1.1.0 255.255.255.0 PPTP0
ip route 1.1.3.0 255.255.255.0 PPTP1
...
2.5 Saving to startup settings
Current and startup settings are stored in the les running-cong and startup-cong,
respectively. To save the current settings in the non-volatile memory, copy them as shown
below:
(config)> copy running-config startup-config
Copied: running-config -> startup-config
Command Reference Guide Keenetic Lite (KN-1310)
24
Chapter 2 Introduction to the CLI

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the KeeNetic Lite KN-1310 and is the answer not in the manual?

KeeNetic Lite KN-1310 Specifications

General IconGeneral
BrandKeeNetic
ModelLite KN-1310
CategoryNetwork Router
LanguageEnglish

Related product manuals