Netopia CLI 874 Cli Reference Manual

Netopia CLI 874 Cli Reference Manual

Firmware version 8.7.4
Table of Contents

Advertisement

Quick Links

Command Line Interface
Commands Reference
Firmware Version 8.7.4
®
Motorola Netopia
ENT-Series Routers

Advertisement

Table of Contents
loading

Summary of Contents for Netopia CLI 874

  • Page 1 Command Line Interface Commands Reference Firmware Version 8.7.4 ® Motorola Netopia ENT-Series Routers...
  • Page 2 Command Line Interface Commands Reference Copyright Copyright © 2007 by Motorola, Inc. All rights reserved. No part of this publication may be reproduced in any form or by any means or used to make any derivative work (such as translation, transformation or adaptation) without written permission from Motorola, Inc.
  • Page 3: Table Of Contents

    Interface Naming Conventions ... 1-3 Security (Configuration Access) ... 1-3 Entering and Editing Commands... 1-3 Online Help ... 1-5 Chapter 2 — Motorola Netopia® Router CLI Commands ...2-1 Configuration Access Commands ... 2-3 MAC Address Security Commands... 2-12 System Heartbeat Configuration Commands ... 2-13 Tiered Configuration Access Commands ...
  • Page 4 IP Filterset Configuration Commands ... 2-121 Hardware Acceleration Configuration Commands... 2-123 Global IPSec/IKE Configuration Commands... 2-124 IKE Dead Peer Detection ... 2-129 Xauth configuration commands ... 2-130 Current Restrictions ... 2-131 Chapter 3 — Motorola Netopia® Router Connection Profile Commands ...3-1...
  • Page 5 L2TP Connection Profile Configuration Commands 3-22 GRE Connection Profile Configuration Commands . 3-23 CompuServe Login... 3-24 IPSec/IKE ... 3-26 Chapter 4 — Motorola Netopia® Router Text Configuration Upload ...4-1 TFTP Text Configuration Upload Overview ... 4-1 SNMP ... 4-1 VT100 Menu Console... 4-1 VT100 Command Line Console ...
  • Page 6 Command Line Interface Commands Reference...
  • Page 7: Chapter 1 - Introduction

    Introduction This Command Line Interface Commands Reference contains information on the syntax and use of the Command Line Interface for the Motorola Netopia the router firmware and troubleshoot problems using the Command Line Interface. This document is intended for small office, home office, and remote office users, and other networking...
  • Page 8: Syntax Notation

    1-2 Command Line Interface Commands Reference Syntax Notation The command descriptions use formatted text to indicate various attributes of each command. The syntax is as follows: Required keywords and commands that must be typed literally are in boldface. ■ Optional elements are enclosed in square brackets “[]”. ■...
  • Page 9: Interface Naming Conventions

    Interface Naming Conventions A number of commands described in this document require you to identify the router interface to be affected by the command. This requires specifying both an interface type (denoted intf-type) and an interface index (denoted id). The intf-type argument may be replaced with one of the following keywords: adsl | aux | dds | ethernet | isdn | sdsl | t1 | wan | serial If a command is not specific to a particular WAN interface type, the intf-type wan may be specified;...
  • Page 10 1-4 Command Line Interface Commands Reference The following table provides a description of keys that can be used when entering and editing commands. Control indicates the Control key, which must be pressed simultaneously with the associated letter key. Escape indicates the Escape key, which must be pressed and released first, followed by its associated letter key. Keys are not case-sensitive.
  • Page 11: Online Help

    Online Help Beginning with Firmware Version 8.6, online help is available to prompt you when entering commands. If you enter a partial or incorrect command, the help facility displays prompts to alert you to the correct syntax for the command. The help facility offers expected keywords from which to select, and an explanation of error messages.
  • Page 12 1-6 Command Line Interface Commands Reference...
  • Page 13 Chapter 2 ® Motorola Netopia This chapter describes the syntax of the supported command set of the Motorola Netopia 4000-series, and 3000 Enterprise-series Router families. “Configuration Access Commands” on page 2-3 ■ “MAC Address Security Commands” on page 2-12 ■...
  • Page 14 2-2 Command Line Interface Commands Reference ■ “ARP Configuration Commands” on page 2-97 ■ “Scheduled Connections Configuration Commands” on page 2-98 ■ “Default Profile Configuration Commands” on page 2-100 “Frame Relay Configuration Commands” on page 2-101 ■ “Miscellaneous Commands” on page 2-103 ■...
  • Page 15: Configuration Access Commands

    Motorola Netopia® Router CLI Commands 2-3 Configuration Access Commands Configuration Access Commands date xx/yy/zz show date exit preferences changes immediate { yes | no } show preferences changes immediate no preferences changes immediate preferences check vci { yes | no }...
  • Page 16 2-4 Command Line Interface Commands Reference Configuration Access Commands (cont. 1) snmp heartbeat-interval interval show snmp heartbeat-interval no snmp heartbeat-interval snmp notify type [ v1-trap | v2-trap | inform ] snmp system contact string show snmp system contact no snmp system contact snmp system location string show snmp system location no snmp system location...
  • Page 17 Motorola Netopia® Router CLI Commands 2-5 Configuration Access Commands (cont. 2) system syslog log-attempts { yes | no } no system syslog log-attempts show system syslog log-attempts telnet { hostname | ip-addr } [ port value ] [ source ip_addr ] show telnet sessions telnet suspend [ a...
  • Page 18 2-6 Command Line Interface Commands Reference The preferences command allows you to customize certain aspects of the command line interface. Preference settings persist across restarts, and are specific to the user name, if any, you used to authenticate yourself before issuing the preferences command. If no users are defined, no authentication is required, and preference settings are global.
  • Page 19 Example: #preferences output format verbose #show interface ethernet 0 ip address interface ethernet 0 ip address 192.168.1.1/24 #preferences output format terse #show interface ethernet 0 ip address 192.168.1.1/24 Motorola Netopia® Router CLI Commands 2-7...
  • Page 20 2-8 Command Line Interface Commands Reference preferences output mask { bits | dotted-quad } show preferences output mask The preferences output mask command affects the format of the output from those show commands that display an IP address together with a subnet mask. When set to bits (the default), the IP address and subnet mask are output in prefix notation –...
  • Page 21 LAN interface. Otherwise, the IP address of the WAN interface is used. system syslog enable { yes | no } no system syslog enable show system syslog enable Note: These commands are supported beginning with Firmware Version 8.2. Motorola Netopia® Router CLI Commands 2-9...
  • Page 22 2-10 Command Line Interface Commands Reference These commands allow you to enable, disable, or show the status of logging of system events for reporting by a Syslog client. By default, all events are logged in the event history. By using the syslog commands that follow to set each event descriptor to either yes or no, you can determine which ones are logged and which are ignored.
  • Page 23 Allowed values for port number are 1 - 65535, except for 80 and 1723. time hh:mm [ am | pm ] show time These commands allow you to set or display the current time for the router’s system clock. Motorola Netopia® Router CLI Commands 2-11...
  • Page 24: Mac Address Security Commands

    2-12 Command Line Interface Commands Reference MAC Address Security Commands Note: These commands are supported beginning with firmware version 8.5. security mac-auth mode [ disabled | allow-list | deny-list ] show security mac-auth mode These commands allow you to configure or display the global MAC authentication mode. If set to allow-list, all non-matching unicasts will be dropped.
  • Page 25: System Heartbeat Configuration Commands

    Motorola Netopia® Router CLI Commands 2-13...
  • Page 26 2-14 Command Line Interface Commands Reference heartbeat enable { yes | no } show heartbeat enable These commands allow you to enable, disable, or show the status of the system heartbeat. Once a unit is configured and restarted, the WAN link is up and the WAN IP address is established, the heartbeat will begin executing and sending its payloads (or establishing its connection in the case of TCP).
  • Page 27: Tiered Configuration Access Commands

    There can be but one Superuser. The Superuser can change any attributes of any user, including itself. However, even the Superuser cannot see what the password for a user is – the show command will display 5 asterisks regardless of its actual length. Motorola Netopia® Router CLI Commands 2-15...
  • Page 28: Interface Configuration Commands

    2-16 Command Line Interface Commands Reference user name password [ { wan | lan | cp | nat | pvc | global | subnet | no-telnet }*] show user no user name These commands allow a Superuser to create, show, or delete a user and his/her access privileges. A user can change only his/her own password, and cannot change their access privileges.
  • Page 29 2 address-serve netbios scope enable no interface ethernet 2 address-serve netbios name-server enable no interface ethernet 2 address-serve netbios name-server address 0.0.0.0 interface ethernet 2 address-serve range 3.0.0.100 3.0.0.199 interface ethernet 2 mac address 00:00:c5:fa:dd:04 Motorola Netopia® Router CLI Commands 2-17...
  • Page 30: Ethernet Interface Configuration Commands

    2-18 Command Line Interface Commands Reference Ethernet Interface configuration commands Ethernet Interface Configuration Commands interface ethernet id ip address [{ ip-addr/ mask-bits | ip-addr mask | secondary }] no interface ethernet id ip address [{ ip-addr/mask-bits | ip-addr mask | secondary }] show interface ethernet id ip address interface ethernet id ip dhcp client mode { standard | copper-mountain | cmn } show interface ethernet id ip dhcp client mode...
  • Page 31 Motorola Netopia® Router CLI Commands 2-19 Ethernet Interface Configuration Commands (continued) interface ethernet wan-id ip nat passthrough dhcp mac-address { mac-address } show interface ethernet wan-id ip nat passthrough dhcp mac-address interface ethernet id ip nat server-list list-tag no interface ethernet id ip nat server-list...
  • Page 32 2-20 Command Line Interface Commands Reference Ethernet Interface RIP Configuration Commands interface ethernet id ip rip exclude-wan-routes no interface ethernet id ip rip exclude-wan-routes show interface ethernet id ip rip exclude-wan-routes interface ethernet id ip rip receive { no | v1 | v2 | both | v2-md5 } no interface ethernet id ip rip receive show interface ethernet id ip rip receive interface ethernet id ip rip transmit { no | v1 | v2broadcast | v2multicast | v2broadcast-md5 |...
  • Page 33 Motorola Netopia® Router CLI Commands 2-21 Ethernet Interface IP Address Serving Commands interface ethernet id address-serve clients { any | none | { bootp | dhcp | macip | wan } no interface ethernet id address-serve clients { any | { bootp | dhcp | macip | wan }...
  • Page 34 2-22 Command Line Interface Commands Reference Ethernet Interface Stateful Inspection Commands Ethernet Interface Stateful Inspection Commands interface ethernet id ip state-insp enable { yes | no | on | off } no interface ethernet id ip state-insp show interface ethernet id ip state-insp enable interface ethernet id ip state-insp router-access { yes | no | on | off } no interface ethernet id ip state-insp router-access show interface ethernet id ip state-insp router-access...
  • Page 35 Motorola Netopia® Router CLI Commands 2-23 Ethernet Interface VRRP Commands interface ethernet id ip vrrp vrouter id vrid vrid show interface ethernet id ip vrrp vrouter id vrid interface ethernet id ip vrrp vrouter id vrip ip-addr show interface ethernet id ip vrrp vrouter id vrip interface ethernet id ip vrrp vrouter id priority [ 1...
  • Page 36 2-24 Command Line Interface Commands Reference interface ethernet id ip address [{ ip-addr/ mask-bits | ip-addr mask | secondary }] no interface ethernet id ip address [{ ip-addr/mask-bits | ip-addr mask | secondary }] show interface ethernet id ip address These commands allow you to set, delete, or show the IP subnet(s) of an Ethernet interface.
  • Page 37 These commands allow you to set or show the Ethernet speed and duplex configuration to be used on the specified Ethernet interface. These commands only apply to 3300-Series products, single port Ethernet interface on either LAN or WAN. The default is auto-negotiation. Motorola Netopia® Router CLI Commands 2-25...
  • Page 38 2-26 Command Line Interface Commands Reference interface ethernet id ip netbios proxy enable { yes | no } no interface ethernet id ip netbios proxy enable show interface ethernet id ip netbios proxy enable These commands allow you to enable, disable, or show the NetBIOS proxy status for the specified Ethernet interface.
  • Page 39 These commands allow you to create, delete, or show the RIP-2 Authentication key(s) on the specified interface. Motorola Netopia® Router CLI Commands 2-27...
  • Page 40 2-28 Command Line Interface Commands Reference interface ethernet id ip rip auth key id start date date show interface ethernet id ip rip auth key id start date These commands allow you to set or show a start date for the RIP-2 Authentication key(s) on the specified interface.
  • Page 41 These commands are supported beginning with firmware version 8.2. These commands allow you to set or show the NAT passthrough DHCP MAC address for the specified WAN interface. This specifies the MAC address of the passthrough host. Motorola Netopia® Router CLI Commands 2-29 for more information. “IP Filterset...
  • Page 42 2-30 Command Line Interface Commands Reference interface ethernet id ip nat server-list list-tag no interface ethernet id ip nat server-list show interface ethernet id ip nat server-list These commands allow you to set, delete, or show a NAT server list for the specified WAN interface. interface ethernet wan-id mac address { MAC-address | default } show interface ethernet wan-id mac address The first command allows you to set the MAC Address for the WAN on a WAN Ethernet Router.
  • Page 43 #interface ethernet 0 address-serve helper 30.0.0.1 #no interface ethernet 0 address-serve helper 20.0.0.1 #show interface ethernet 0 address-serve helper interface ethernet 0 address-serve helper 10.0.0.1 Motorola Netopia® Router CLI Commands 2-31 IP Address IP Subnet Mask IP Gateway DHCP server...
  • Page 44 2-32 Command Line Interface Commands Reference interface ethernet 0 address-serve helper 30.0.0.1 interface ethernet id address-serve mode { relay | server } show interface ethernet id address-serve mode These commands allow you to specify or display the address serving mode for the specified Ethernet interface. The keyword relay causes the router to act as a DHCP relay agent.
  • Page 45 Motorola Netopia® Router CLI Commands 2-33 Note: The commands in this section are supported beginning with firmware version 8.2. interface ethernet id ip state-insp enable { yes | no | on | off } no interface ethernet id ip state-insp show interface ethernet id ip state-insp enable These commands allow you to set, disable, or show the status of stateful inspection for the specified interface.
  • Page 46 Motorola ® Netopia Router. If scat enable is set to yes, statically addressed LAN hosts that have an address outside of LAN subnets will be able to communicate via the Router’s WAN interface to the Internet.
  • Page 47 Motorola Netopia® Router CLI Commands 2-35 interface ethernet id ip vrrp vrouter id preempt-mode enable [ no | yes | on | off ] show interface ethernet id ip vrrp vrouter id preempt-mode enable These commands allow you to enable, disable, or display the status of preempt mode. The default is enabled.
  • Page 48: Virtual Lan (Vlan) Configuration Commands

    2-36 Command Line Interface Commands Reference Virtual LAN (VLAN) configuration commands Note: See also “RADIUS Authentication Profile configuration commands” on page 2-39 configuration command” on page vlan id by [ port-based | global ] no vlan id vlan id name name vlan id network { none | lan | eth2 | eth3 | eth4 | eth5 | eth6 | eth7 } vlan id id { 1 ..
  • Page 49 - allows you to enable or disable packet prioritization based on any 802.1p priority bits in the ■ VLAN header to prioritize packets within the Router’s internal queues, according to DiffServ priority Motorola Netopia® Router CLI Commands 2-37 2-39. “RADIUS Authentication Profile configuration commands” on...
  • Page 50 2-38 Command Line Interface Commands Reference mapping rules. ■ iptos-promote - allows you to enable or disable the translation of 802.1p priority bits to and from the IP-TOS header bit field. When enabled, write any 802.1p priority bits into the IP-TOS header bit field for received IP packets on this port destined for this VLAN;...
  • Page 51: Radius Authentication Profile Configuration Commands

    This command allows you to specify the RADIUS server’s IP address or fully qualified server name. authprofile id remote secret string This command allows you to specify the RADIUS server CHAP secret. authprofile id alternate server string This command allows you to specify an alternate RADIUS server, if available. Motorola Netopia® Router CLI Commands 2-39...
  • Page 52 2-40 Command Line Interface Commands Reference authprofile id alternate secret string This command allows you to specify the alternate RADIUS server CHAP secret. authprofile id radius identifier string This command allows you to specify the RADIUS Network Access Server (NAS) identifier. The default NAS identifier is an ASCII representation of the server’s base MAC address.
  • Page 53: Netbios Configuration Commands

    0 address-serve netbios scope enable { yes | no } no interface ethernet 0 address-serve netbios scope enable show interface ethernet 0 address-serve netbios scope enable These commands allow you to set, delete, or show whether NetBIOS scope is enabled. Motorola Netopia® Router CLI Commands 2-41 NetBIOS Configuration Commands...
  • Page 54 2-42 Command Line Interface Commands Reference interface ethernet 0 address-serve netbios scope name domain-name show interface ethernet 0 address-serve netbios scope name These commands allow you to set or show the domain name under which the NetBIOS scope is enabled. interface ethernet 0 address-serve netbios name-server enable { yes | no } no interface ethernet 0 address-serve netbios name-server enable show interface ethernet 0 address-serve netbios name-server enable...
  • Page 55: Generic Wan Interface Configuration Commands

    For ppp, the default mode is vcmux. For rfc1483, the default mode for frame-based SDSL (R7100) interfaces is bridged, while the default mode for cell-based SDSL (R7200) interfaces is routed. Example: interface wan 1 dle frame-relay Motorola Netopia® Router CLI Commands 2-43 “Interface Naming Conventions” on page 1-3. Generic WAN...
  • Page 56: Restricted Wan Interface Configuration Commands

    Circuit (PVC) on an ADSL or SDSL interface. ® Motorola Netopia routers support two ATM classes of service for data connections: Unspecified Bit Rate (UBR) and Constant Bit Rate (CBR). You can configure these classes of service on a per VC basis. The default ATM...
  • Page 57: Isdn Wan Interface Configuration Commands

    These commands allow you set or show the ISDN interface IMUX bonding mode: Multilink PPP or DML (for Copper Mountain Networks central office equipment). Example: interface isdn 1 imux mode dml Motorola Netopia® Router CLI Commands 2-45 Generic ISDN Permanent ISDN (IDSL) only Switched ISDN only...
  • Page 58 2-46 Command Line Interface Commands Reference interface isdn id line type { switched | leased | idsl-ascend | idsl-cmn } show interface isdn id line type These commands allow you set or show the ISDN interface mode: switched, leased, idsl-ascend (IDSL for Lucent/Ascend Communications central office equipment), or idsl-cmn (IDSL for Copper Mountain Networks central office equipment).
  • Page 59 This command allows you to change the ISDN switch type. This command applies only to switched ISDN. The only currently supported id is 1, which identifies the ISDN interface in the WAN 1 slot of the Motorola Netopia router. The WAN 2 slot (id 2) cannot be populated with an ISDN wanlet at this time, and the Motherboard (id 0) is incapable of supporting ISDN internally.
  • Page 60 2-48 Command Line Interface Commands Reference auto is appropriate only in the United States and allows the router to auto-determine the switch type, SPIDs, and directory numbers (DNs). uk-euro sets the switch type to Euro-ISDN, and as a side effect sets the console’s clock time display type to 24 hour (i.e., “17:45”...
  • Page 61: Adsl Wan Interface Configuration Commands

    Note: This command is supported beginning with firmware version 8.5. Motorola Netopia® Router CLI Commands 2-49 Meaning The interface is connected to the DSLAM at the specified speeds, where xxx is the downstream (receive) speed and yyy is the upstream (transmit) speed, each in Kbps.
  • Page 62 2-50 Command Line Interface Commands Reference This command allows you to display statistics for the specified ADSL interface: interface adsl id signaling-mode { fdm | echo-cancellation } show interface adsl id signaling-mode These commands allow you to set or show the signalling mode on an ADSL interface. fdm = Frequency Division Multiplexing.
  • Page 63: Sdsl Wan Interface Configuration Commands

    These commands allow you to set, change, or show the clock source associated with the SDSL WAN interface. Note: These commands apply only to frame-based SDSL (R7100) interfaces. Motorola Netopia® Router CLI Commands 2-51...
  • Page 64 2-52 Command Line Interface Commands Reference interface sdsl id clock rate rate-specification show interface sdsl id clock rate These commands allow you to set, change, or show the data rate associated with the SDSL WAN interface. Note: The permissible values for rate-specification depend on the type of SDSL WAN interface. For frame-based SDSL (R7100) interfaces, rate-specification may be replaced with: { 160 | 208 | 320 | 416 | 784 | 1040 | 1568 } For cell-based SDSL (R7200) interfaces, rate-specification may be replaced with:...
  • Page 65 Mode 384k Data Rate HUNT Data Rate Mode Network Clock Source rfc1483 192k 384k 768k 1152k 1536k Data Rates Motorola Netopia® Router CLI Commands 2-53 Lucent Paradyne Routed Routed 784k 784k LOCKED LOCKED Network Network rfc1483 rfc1483 144k 144k 160k...
  • Page 66 2-54 Command Line Interface Commands Reference Note that setting the mode value to generic will not change any other WAN interface module parameter; thus, the following command: interface sdsl 1 operation mode generic default will be rejected as a syntax error. interface sdsl id pvc vpi-value vci-value show interface sdsl id pvc These commands allow you to set, change, or show the PVC VPI and VCI values associated with the SDSL WAN...
  • Page 67: Priority Queuing (Tos Bit) Commands

    { adsl | sdsl | t1 | serial } id priority-queuing enable These commands allow you to enable, disable, or show the priority queuing (TOS) setting for the specified WAN interface. Motorola Netopia® Router CLI Commands 2-55 Meaning The interface is connected to the DSLAM at the specified speed.
  • Page 68: Differentiated Services (Diffserv) Commands

    2-56 Command Line Interface Commands Reference Differentiated Services (Diffserv) commands Note: The commands in this section are supported beginning with Firmware Version 8.4.2. diffserv enable [ yes | no ] diffserv ratio [ 79 - 100 ] diffserv rule id name string diffserv rule id protocol [ tcp | udp | icmp | other ] diffserv rule id priority [ off | assure | expedite | reserve ] diffserv rule id direction [ outbound | inbound | both ]...
  • Page 69 For outbound flows, the outside address is the destination IP address for traffic; for inbound packets, the outside address is the source IP address. Motorola Netopia® Router CLI Commands 2-57 Behavior This custom rule is disabled. You can activate it by selecting one of the two settings below.
  • Page 70: Pvcs

    2-58 Command Line Interface Commands Reference PVCs Note: The commands in this section are supported beginning with firmware release 8.3.1. interface { adsl | sdsl } id pvc { id | tag } no interface { adsl | sdsl } id pvc { id | tag } show interface { adsl | sdsl } id pvc { id | tag } interface { adsl | sdsl } id pvc { id | tag } tag tag show interface { adsl | sdsl } id pvc { id | tag } tag...
  • Page 71 Motorola Netopia® Router CLI Commands 2-59 enable interface { adsl | sdsl } id pvc { id | tag } enable { yes | no } no interface { adsl | sdsl } id pvc { id | tag } enable show interface { adsl | sdsl } id pvc { id | tag } enable These commands allow you to enable, disable, or show a permanent virtual circuit.
  • Page 72 2-60 Command Line Interface Commands Reference profile interface { adsl | sdsl } id pvc { id | tag } cp { profile-id | profile-tag | default } show interface { adsl | sdsl } id pvc { id | tag } cp These commands allow you to set or show the connection profile assigned to the specified PVC.
  • Page 73: Dsl Line Type Interface Configuration Commands

    { g.shdsl | sdsl-atm | sdsl-hdlc | idsl-cmn | idsl-leased | idsl } show interface dsl id line type These commands allow you to set or show the line type for the specified DSL interface. Motorola Netopia® Router CLI Commands 2-61...
  • Page 74: T1 Wan Interface Configuration Commands

    2-62 Command Line Interface Commands Reference T1 WAN Interface configuration commands T1 WAN Interface Configuration Commands interface t1 id buildout { auto | 0-0.6 | 7.5 | 15.0 | 22.5 } show interface t1 id buildout interface t1 id channels count integer [ start integer ] [ { alternating | contiguous } ]...
  • Page 75 { yes | no } show interface t1 id ds0-autodetect no interface t1 id ds0-autodetect These commands allow you to set, show, or disable DS0 channel auto-detection on the specified T1 interface. Motorola Netopia® Router CLI Commands 2-63...
  • Page 76 2-64 Command Line Interface Commands Reference interface t1 id framing { d4 | esf } show interface t1 id framing These commands set or display the framing mode for the specified T1 WAN interface. interface t1 id encoding { ami | b8zs } show interface t1 id encoding These commands set or display the line encoding for the specified T1 WAN interface.
  • Page 77: T1 Statistic And Diagnostic Commands

    Bursty Errored Seconds Loss of Frame Count Bipolar Violation Count #show interface t1 1 errors total 24 hours ending 16:32:44 Errored Seconds Unavailable Seconds Severely Errored Seconds Bursty Errored Seconds Loss of Frame Count Motorola Netopia® Router CLI Commands 2-65...
  • Page 78 2-66 Command Line Interface Commands Reference Bipolar Violation Count #show interface t1 1 errors current Current Interval elapsed time 02:45 Errored Seconds Unavailable Seconds Severely Errored Seconds Bursty Errored Seconds Loss of Frame Count Bipolar Violation Count interface t1 id diagnostic mode { local loopback | normal | remote loopback | send { all ones | blue alarm | loopback } } show interface t1 id diagnostic mode This command sets or displays the diagnostic mode for the specified T1 interface.
  • Page 79 Loopback Not Active #interface t1 1 diagnostic mode send loopback #show interface t1 1 loopback status PASS (00255 good, 00000 bad packets) #show interface t1 1 loopback status FAIL (00000 good, 00256 bad packets) Motorola Netopia® Router CLI Commands 2-67...
  • Page 80: Unprotected Services Configuration Commands

    2-68 Command Line Interface Commands Reference Unprotected Services Configuration Commands Note: These commands are supported beginning with Firmware Version 8.7.4. When using an IPSec force-all tunnel, Unprotected Services supports router-generated packets with a source IP address outside the local member range. It works by applying a source address to an internally-generated router service, and specifies whether the service should not be routed by default over the force-all IPSec tunnel.
  • Page 81 WAN interface, thus no interface selection is required. heartbeat unprotected no If the service fails, a message will be added to the event log. This message has the format; [service] failed. Could not open socket Motorola Netopia® Router CLI Commands 2-69...
  • Page 82: Igmp Configuration Commands

    2-70 Command Line Interface Commands Reference IGMP Configuration Commands Note: These commands are supported beginning with Firmware Version 8.5.1. IGMP Version 3 is supported beginning with Firmware Version 8.7. igmp version ( v1 | v2 | v3 ) show igmp version igmp snooping [ yes | no ] no igmp snooping show igmp snooping...
  • Page 83 ® These commands allow you to enable, disable, or show the status of the Motorola Netopia Router’s ability to “listen in” to IGMP traffic. IGMP “snooping” is a feature of Ethernet layer 2 switches that “listens in” on the IGMP conversation between computers and multicast routers.
  • Page 84 2-72 Command Line Interface Commands Reference igmp fast-leave [ yes | no ] no igmp fast-leave show igmp fast-leave These commands allow you to specify or show the status of the non-standard procedure fast-leave to decrease the time to detect that a group has no more members. show igmp groups This command allows you to display the IGMP Snooping table.
  • Page 85: Global Ip Configuration Commands

    Motorola Netopia® Router CLI Commands 2-73 Global IP Configuration Commands Global IP Configuration Commands ip dns { 1 | 2 } ip-addr no ip dns [ { 1 | 2 } [ip-addr] ] show ip dns [ { 1 | 2 } ]...
  • Page 86 2-74 Command Line Interface Commands Reference Global IP Configuration Commands (continued) ip state-insp udp-timeout value show ip state-insp udp-timeout ip state-insp tcp-timeout value show ip state-insp tcp-timeout ip state-insp dos-detect value show ip state-insp dos-detect ip state-insp xposed-addr { [server-list-tag start-ip-addr end-ip-addr] } { [protocol start-port end-port] } no ip state-insp xposed-addr { [server-list-tag] } show ip state-insp xposed-addr abc...
  • Page 87 GMT -4:00 Atlantic Standard Time GMT -3:30 Newfoundland GMT -2:00 Mid-Atlantic Time GMT -1:00 Azores Time GMT +0:00 Greenwich Mean Time Motorola Netopia® Router CLI Commands 2-75 GMT +3:30 Tehran GMT +4:00 Russia Zone 3 GMT +4:30 Kabul GMT +5:00 Russia Zone 4...
  • Page 88 2-76 Command Line Interface Commands Reference GMT +1:00 Central Europe Time GMT +2:00 Eastern Europe Time GMT +3:00 Moscow time (MSK) ip route { ip-addr/mask-bits | ip-addr mask } gw-ip-addr [{ high | low }] [advertise [{no | distance}] [{enable | disable}] no ip route { ip-addr/mask-bits | ip-addr mask } gw-ip-addr show ip route [{ static | ip-addr | ip-addr/mask-bits | ip-addr mask }] The ip route and no ip route commands allow you to add, change, or delete static routes.
  • Page 89: Dhcp Gen-Options, Option Groups, And Option Filtersets Commands

    String (up to 100 characters) String (up to 100 characters) 19 - 20 Flag IP address & mask list Unsigned 2 byte integer Motorola Netopia® Router CLI Commands 2-77 DHCP Gen-Options commands Data Size (bytes) Configure Multiples of 4 Multiples of 8...
  • Page 90 2-78 Command Line Interface Commands Reference Option Data Format Unsigned 1 byte integer Unsigned 4 byte integer Unsigned 2 byte integer list Unsigned 2 byte integer Flag IP address 29 - 31 Flag IP address IP address and mask list Flag Unsigned 4 byte integer Flag...
  • Page 91 Microsoft uses this instead of 121 Empty ip dhcp gen-option tag data-type { ascii | hex | dotted-decimal } This command allows you to specify the DHCP gen-option data type: ascii, hex or dotted-decimal. Motorola Netopia® Router CLI Commands 2-79 Data Size (bytes) Configure...
  • Page 92 2-80 Command Line Interface Commands Reference ip dhcp gen-option tag data { data_of_the_correct_format_given_data-type } This command allows you to specify the gen-option data. ■ If the data-type is ascii, then any printable character ■ If the data-type is hex, then an even number of hex characters (e.g. “0123456789AbcdEf” ■...
  • Page 93: Dhcp Option Groups Commands

    These commands allow you to set, display, or disable the option group specified by option_group_tag as the default. Motorola Netopia® Router CLI Commands 2-81 DHCP Option Groups commands...
  • Page 94: Dhcp Option Filtersets Commands

    2-82 Command Line Interface Commands Reference DHCP Option Filtersets commands Support for DHCP option filtering is provided via the filterset settings. ip dhcp-filterset fs-tag [ filter { new | last | id {1..8} } [ type { dhcp-option | hw-address | requested-option } ] [ dhcp-option { 1..255 } ] [ { match-str string_w_wildcards ('*' or '?') } | [ match-action { pass | discard | continue } ]...
  • Page 95 DHCP packet is not present. The value 0.0.0.0 means regular processing; 255.255.255.255 means discard. absent-option-group: Specifies an option group identified by opt-group-tag, or none for the absent-action ■ parameter. Motorola Netopia® Router CLI Commands 2-83 page 2-77 for a table of DHCP options.
  • Page 96 2-84 Command Line Interface Commands Reference interface ethernet id address-serve dhcp filterset fs-tag show interface ethernet id address-serve dhcp filterset no interface ethernet id address-serve dhcp filterset These commands allow you to set, display, or disable a DHCP filterset specified by fs-tag for the Ethernet interface specified by id.
  • Page 97 Accepted values for protocol are tcp, udp, or both. The show command allows you to display exposed entries in the list specified by the tag. The no command removes all addresses in the list and deletes the list. Motorola Netopia® Router CLI Commands 2-85 for Ethernet interface commands, and for Connection Profile commands.
  • Page 98: Wireless Configuration Commands

    2-86 Command Line Interface Commands Reference Wireless Configuration Commands Note: The commands in this section are supported beginning with Firmware Version 8.2 on wireless (802.11)- enabled routers. wireless enable [ yes | no ] show wireless enable wireless closed-system [ yes | no ] show wireless closed-system wireless ssid string show wireless ssid...
  • Page 99 Therefore, in order to connect, the wireless client would already have to know the SSID. This prevents casual intrusion. Default is no. Motorola Netopia® Router CLI Commands 2-87...
  • Page 100 Netopia Router will use the configured default channel. ■ at-startup causes the Netopia Router at startup to briefly initialize on the default channel, then perform a full two- to three-second scan, and switch to the best channel it can find, remaining on that channel until the next reboot.
  • Page 101 Channel selection is not necessary at the clients; clients will scan the available channels and look for access points using the same SSID as the client. Motorola Netopia® Router CLI Commands 2-89 IEEE 802.11b/g...
  • Page 102 2-90 Command Line Interface Commands Reference wireless wep [ enable | disable ] show wireless wep These commands allow you to enable, disable, or show the status of wireless WEP encryption. When enabled, WEP encryption is used for transmission and reception of wireless data. A single key is selected (see default-key) for encryption of outbound/transmitted packets.
  • Page 103: Wireless Privacy Commands (New And Revised)

    WLAN. Users must select or enter this string on their clients in order to become a part of this WLAN. This is a change to the wireless essid command from previous firmware versions. These commands are supported beginning with Firmware Version 8.3.3. Motorola Netopia® Router CLI Commands 2-91...
  • Page 104: Show Wireless Privacy

    2-92 Command Line Interface Commands Reference wireless privacy [ off | wep-manual | wep-auto | wpa-psk | wpa-802.1x ] show wireless privacy These commands allow you to specify, show, or disable the different types of wireless privacy. Five possible arguments can be set for the privacy command: turn off privacy wep-manual In this mode you enter encryption keys.
  • Page 105: Wireless Multiple Ssid Commands

    { off | wep-manual | wep-auto | wpa-psk | wpa-802.1x } show wireless third-ssid-privacy wireless fourth-ssid-privacy { off | wep-manual | wep-auto | wpa-psk | wpa-802.1x } show wireless fourth-ssid-privacy Motorola Netopia® Router CLI Commands 2-93...
  • Page 106 2-94 Command Line Interface Commands Reference Wireless Multi-SSID Configuration Commands (continued) wireless first-ssid-wpaver [ all | WPA-v1-only | WPA-v2-only ] show wireless first-ssid-wpaver wireless second-ssid-wpaver [ all | WPA-v1-only | WPA-v2-only ] show wireless second-ssid-wpaver wireless third-ssid-wpaver [ all | WPA-v1-only | WPA-v2-only ] show wireless third-ssid-wpaver wireless fourth-ssid-wpaver [ all | WPA-v1-only | WPA-v2-only ] show wireless fourth-ssid-wpaver...
  • Page 107 Motorola Netopia® Router CLI Commands 2-95 wireless second-ssid string no wireless second-ssid show wireless second-ssid These commands allow you to specify or show a 32-character string or Network Name used to identify a second SSID. This SSID will not be broadcasted. The no command will reset the second SSID to empty.
  • Page 108: Wireless Multimedia (Wmm) Configuration Commands

    2-96 Command Line Interface Commands Reference wireless first-ssid-wpaver [ all | WPA-v1-only | WPA-v2-only ] show wireless first-ssid-wpaver wireless second-ssid-wpaver [ all | WPA-v1-only | WPA-v2-only ] show wireless second-ssid-wpaver wireless third-ssid-wpaver [ all | WPA-v1-only | WPA-v2-only ] show wireless third-ssid-wpaver wireless fourth-ssid-wpaver [ all | WPA-v1-only | WPA-v2-only ] show wireless fourth-ssid-wpaver Note:...
  • Page 109: Arp Configuration Commands

    This command allows you to display the global ARP cache as well as the ARP cache for each active interface that supports ARP. Motorola Netopia® Router CLI Commands 2-97 ARP Configuration Commands (D7100 CSU only) (D7100 CSU only)
  • Page 110: Arp And Bridge Timeout Settings

    2-98 Command Line Interface Commands Reference ARP and Bridge timeout settings Note: These commands are supported beginning with Firmware Version 8.4.2. ip arp-timeout timeout system bridge-timeout timeout ip arp-timeout timeout This command allows you to set the timeout value for ARP timeout. Default = 600 secs (10 mins); range = 60 secs - 6000 secs (1–100 mins).
  • Page 111 Switched connections have a variable redial back-off time depending on the interface type. Consequently, the first three attempts for such connections will be slower. Once the connection is up it will be forced to remain up. Motorola Netopia® Router CLI Commands 2-99...
  • Page 112: Default Profile Configuration Commands

    2-100 Command Line Interface Commands Reference schedule id periodic interval ( 15min | 30min | 1hour | 2hour | 3hour | 4hour | 4hour | 8hour ) If you specify periodic, this command allows you to specify for how long the system will retry to bring up the connection.
  • Page 113: Frame Relay Configuration Commands

    IP address. The router supplies a default DLCI 16 with a 0.0.0.0 address, so in many cases manually configuring a DLCI is unnecessary. Examples: To add a DLCI using all of the default values, type: frame-relay dlci 17 Motorola Netopia® Router CLI Commands 2-101 Frame Relay Configuration Commands...
  • Page 114 17 tag "My DLCI" For descriptions of the other parameters available for configuration (and their default values) see the Motorola ® Netopia Router User’s Reference Guide. no frame-relay dlci number This command deletes the DLCI identified by number.
  • Page 115: Miscellaneous Commands

    [ time (minutes) | no ] show system restart-delay traceroute [ hostname | ip-address ] upgrade key-value upnp enable [ {yes | no} ] no upnp enable show upnp enable clear This command erases the screen. Motorola Netopia® Router CLI Commands 2-103 Miscellaneous Commands...
  • Page 116 To abort a ping operation while it is in progress, type Control-C. Example: #ping www.netopia.com Translating "www.netopia.com"... (163.176.4.31) [OK] Type Control-C to abort. Sending 5, 100-byte ICMP Echos to 163.176.4.32, timeout is 1 second: !!!!!
  • Page 117 Motorola Netopia® Router CLI Commands 2-105 The default count is 5, and the default timeout is 0. receive tftp config [server-name file-name] This command allows you to initiate a configuration file upload from the command line interface. If the TFTP server name and config file name were set previously, either by a previous invocation of this command or via...
  • Page 118 2-106 Command Line Interface Commands Reference #receive xmodem firmware This will take a long time, and the console will be inactive during this time. If the transfer is successful, the router will reboot automatically. Press Ctl-C to abort, or... Press Return/Enter to continue; you will have 10 seconds to start the transfer. Once you press Return the console is inactive until the XMODEM routine returns.
  • Page 119 This command shows the same information as is shown in the System Information screen in the console menu user interface: ■ Serial Number ■ Firmware Version ■ Processor Speed (MHz) ■ Flash ROM Capacity (MBytes) ■ DRAM Capacity (MBytes) ■ Ethernet ■ WAN Interface Motorola Netopia® Router CLI Commands 2-107...
  • Page 120 2-108 Command Line Interface Commands Reference show version [ cli ] [ firmware ] [ hardware ] [ mib ] [ wan 1 ] [ wan 2 ] This command allows you to display some or all of the router's version strings. If you don't specify anything after the keyword version, the router displays a list of all of the version strings;...
  • Page 121 By default, upnp is enabled on the Motorola Netopia For Windows XP users, the automatic discovery feature places an icon representing the Motorola Netopia Gateway automatically in the “My Network Places” folder. PCs using UPnP can retrieve the Gateway’s WAN IP address, and automatically create NAT port maps. This...
  • Page 122: Ip Network Address Translation (Nat) Commands

    2-110 Command Line Interface Commands Reference IP Network Address Translation (NAT) Commands IP Network Address Translation (NAT) Commands ip nat public tag dynamic from-address to-address ip nat public tag static pub-from-address pub-to-address ip nat public tag pat { pub-address | 0.0.0.0 } [from-port to-port] no ip nat public [ tag ] ip nat map list-tag priv-from-address priv-to-address pool-tag no ip nat map [ list-tag ]...
  • Page 123 This command allows you to map a range of private addresses (from priv-from-address to priv-to-address inclusive) to the public address range named pub-range-tag. This map is appended to the list of maps named list-tag. If a map list of that name doesn’t exist it is created. Motorola Netopia® Router CLI Commands 2-111...
  • Page 124 This command allows you to map a private server address, priv-ip-addr, and port or ports to a public address pub-ip-addr and the same port or ports. In the Motorola Netopia was called “Exported Services.” Its primary use is to allow servers to be accessed through a WAN interface to which PAT has been applied.
  • Page 125 10.1.32.127:23 Total entries in NAT cache: 4 Beginning with Firmware Version 8.3.3, the session lifetime in hours:minutes format is displayed. Indefinitely long sessions greater than 10 hours, are shown as ">10h". Motorola Netopia® Router CLI Commands 2-113 10.1.32.127:57037 204.152.184.72:123 10.1.32.127:49161 10.1.32.250:10...
  • Page 126: Nat Application Layer Gateway Commands

    2-114 Command Line Interface Commands Reference NAT Application Layer Gateway Commands Note: The commands in this section are supported beginning with Firmware Version 8.2. NAT Application Level Gateway Commands ip nat alg [ algname ] enable [ yes | no ] show ip nat alg [ algname ] enable no ip nat alg [ algname ] enable ip nat alg [ algname ] enable [ yes | no ]...
  • Page 127: Backup Configuration Commands

    { no | manual | automatic | yes } no backup show backup status These commands allow you to set, disable, or display the status of the dial backup feature. Note: yes = automatic Motorola Netopia® Router CLI Commands 2-115 Backup Configuration Commands...
  • Page 128 2-116 Command Line Interface Commands Reference backup delay 1..65535 This command allows you to set the number of seconds before the router invokes the dial backup feature in the event of loss of connectivity. This allows you to determine how long you want the system to wait before the backup port becomes enabled in the event of primary line failure, ensuring that the primary WAN connection is not merely briefly interrupted before the router switches to backup mode.
  • Page 129 2” connectivity. However, RIP running on the recovering primary interface may cause problems specific to your application. When in Backup mode, RIP routes are still sent and received through the primary interface, even though that is not the active interface. Motorola Netopia® Router CLI Commands 2-117...
  • Page 130: Serial Port Modem Backup Configuration Commands

    2-118 Command Line Interface Commands Reference Serial port modem backup configuration commands Serial Port Modem Backup Configuration Commands interface serial id modem directory-number string no interface serial id modem directory-number show interface serial id modem directory-number string interface serial id modem baud string show interface serial id modem baud interface serial id modem init-string string no interface serial id modem init-string...
  • Page 131: Radius Authentication Configuration Commands

    In those modes that involve both RADIUS and the local database, if the local database includes no user- name/password pairs, authentication will succeed only if the RADIUS server authenticates the user. This differs from the local mode where no authentication is performed when the local database is empty. Motorola Netopia® Router CLI Commands 2-119...
  • Page 132: Tacacs+ Authentication Configuration Commands

    2-120 Command Line Interface Commands Reference radius-server { 1 | 2 } { ip-address | hostname } [ secret secret ] no radius-server { 1 | 2 } show radius-server [ 1 | 2 ] These commands allow you to specify, delete, or show a RADIUS server either by using an IP address in dotted-quad notation or by using a hostname to be resolved using the Domain Name System (DNS) information configured in the router.
  • Page 133: Ip Filterset Configuration Commands

    = { nc | ne | <> | lt | < | le | <= | eq | = | ge | >= | gt | > } port-compare = { nc | { compare-op digits } } filter-id = { 1..255 | new | last } Motorola Netopia® Router CLI Commands 2-121...
  • Page 134 2-122 Command Line Interface Commands Reference ip filterset fs-tag {in | out} [filter] filter-id [enable {yes | no}] [forward {yes | no} | [ force-route {yes | no ] force-route-gateway ip-addr}] [{ call-placement | idle-reset } { no-change | disabled }] [source { ip-addr/mask-bits | ip-addr mask }] [destination { ip-addr/mask-bits | ip-addr mask }] [ tos { tos_value tos-mask tos_mask_value } |...
  • Page 135: Hardware Acceleration Configuration Commands

    R-Series router, or if the 4000-Series router has onboard acceleration capability (XL models). In the unlikely event of a hardware acceleration card failure, the no hardware acceleration enable command allows you to turn off hardware acceleration. This will disable IPcomp compression. Motorola Netopia® Router CLI Commands 2-123...
  • Page 136: Global Ipsec/Ike Configuration Commands

    2-124 Command Line Interface Commands Reference Global IPSec/IKE Configuration Commands ike phase1 { name | index } [ { yes | no } ] no ike phase1 { name | index } show ike phase1 { name | index } show ike phase1 { name | index } id ike phase1 { name | index } tag string show ike phase1 { name | index } tag...
  • Page 137 { name | index } id This command displays the index of the specified IKE Phase1 profile. This command is useful only when referring to a profile by name. Motorola Netopia® Router CLI Commands 2-125...
  • Page 138 2-126 Command Line Interface Commands Reference ike phase1 { name | index } tag string show ike phase1 { name | index } tag These commands name or display the specified IKE Phase1 profile. ike phase1 { name | index } mode { main | aggressive } show ike phase1 { name | index } mode These commands set or display whether the specified IKE Phase1 profile uses main mode or aggressive mode.
  • Page 139 { name | index } independent rekeys no ike phase1 { name | index } independent rekeys These commands set or display the specified IKE Phase1 profile’s independent phase 2 re-keys setting. Motorola Netopia® Router CLI Commands 2-127...
  • Page 140 2-128 Command Line Interface Commands Reference ike phase1 { name | index } initial-contact { yes | no } show ike phase1 { name | index } initial-contact no ike phase1 { name | index } initial-contact These commands set or display the specified IKE Phase1 profile’s send initial-contact message setting. ike phase1 { name | index } negotiation { normal | initiate-only | respond-only } show ike phase1 { name | index } negotiation These commands set or display the specified IKE Phase1 profile’s negotiation setting.
  • Page 141: Ike Dead Peer Detection

    These commands allow you to specify or show an interval, from 3 to 65535 seconds, during which IPSec traffic may be idle before the router sends a keepalive message to its peer, when ike phase1 dead-peer-detection enable is set to yes. Default is 20 (seconds). Motorola Netopia® Router CLI Commands 2-129...
  • Page 142: Xauth Configuration Commands

    2-130 Command Line Interface Commands Reference Xauth configuration commands Note: The commands in this section are supported beginning with Firmware Version 8.4.2. ike phase1 { name | index } xauth mode { disabled | client | concentrator } show ike phase1 { name | index } xauth mode ike phase1 { name | index } xauth database { local | radius } show ike phase1 { name | index } xauth database ike phase1 { name | index } xauth username name...
  • Page 143: Current Restrictions

    Motorola Netopia® Router CLI Commands 2-131 Current Restrictions None.
  • Page 144 2-132 Command Line Interface Commands Reference...
  • Page 145: Chapter 3 - Motorola Netopia® Router Connection Profile Commands

    “IP NAT Passthrough Commands” on page 3-20 ■ “Stateful Inspection Commands” on page 3-21 ■ “L2TP Connection Profile Configuration Commands” on page 3-22 ■ “GRE Connection Profile Configuration Commands” on page 3-23 ■ Motorola Netopia® Router Connection Profile Commands 3-1 Router Connection Profile Commands...
  • Page 146: Connection Profile Commands

    3-2 Command Line Interface Commands Reference Connection Profile Commands cp { name | index } no cp { name | index } show cp { name | index } cp { name | index } enable { yes | no } no cp { name | index } enable show cp { name | index } enable cp { name | index } tag string...
  • Page 147 Motorola Netopia® Router Connection Profile Commands 3-3 Connection Profile Commands (continued, 1) show cp { name | index } ip dhcp client status Note: The command above is supported beginning with firmware release 8.5. show cp { name | index } ip dhcp client [ renew | release ] Note: The command above is supported beginning with firmware release 8.5.
  • Page 148 3-4 Command Line Interface Commands Reference Connection Profile Commands (continued, 2) cp { name | index } ppp authentication type { none | pap | chap } no cp { name | index } ppp authentication type show cp { name | index } ppp authentication type cp { name | index } ppp authentication { send | receive } name string no cp { name | index } ppp authentication { send | receive } name show cp { name | index } ppp authentication { send | receive } name...
  • Page 149 Motorola Netopia® Router Connection Profile Commands 3-5 Connection Profile Commands (continued, 3) cp { name | index } telco dn [ 1 | 2 ] string no cp { name | index } telco dn [ 1 | 2 ] show cp { name | index } telco dn [ 1 | 2 ] cp { name | index } telco prefix string...
  • Page 150 3-6 Command Line Interface Commands Reference Connection Profile Commands (continued, 4) Connection Profile PPTP Commands cp { name | index } pptp ip partner ip-addr cp { name | index } pptp ip via ip-addr cp { name | index } pptp authentication type { pap | chap | mschap } cp { name | index } pptp compression { none | standardlzs } no cp { name | index } pptp compression cp { name | index } pptp encryption { none | mppe }...
  • Page 151 Motorola Netopia® Router Connection Profile Commands 3-7 Connection Profile Commands (continued, 5) Connection Profile RIP-2 MD5 Configuration Commands cp id ip rip auth key id no cp id ip rip auth key id show config cp id ip rip auth key...
  • Page 152 3-8 Command Line Interface Commands Reference Connection Profile Commands (continued, 6) Connection Profile Stateful Inspection Commands cp { name | index } ip state-insp enable { yes | no | on | off } no cp { name | index } ip state-insp enable show cp { name | index } ip state-insp enable cp { name | index } ip state-insp xposed-list xposed-list_name no cp { name | index } ip state-insp xposed-list...
  • Page 153 Motorola Netopia® Router Connection Profile Commands 3-9 Connection Profile Commands (continued, 7) Connection Profile L2TP Configuration Commands cp { name | index } l2tp ip partner ip-addr show cp { name | index } l2tp ip partner cp { name | index } l2tp ip via ip-addr...
  • Page 154: Note On Connection Profile Numbering Sequence

    3-10 Command Line Interface Commands Reference Note on Connection Profile numbering sequence The Easy Setup Profile is always assumed to be the Primary Connection Profile, whether or not it exists. The menu console reserves the index number 1 (one) for the Easy Setup Profile, even if you do not create an Easy Setup Profile.
  • Page 155 If your ISP is using PPPoE, the connection will be made normally. If your ISP is using PPPoA, when the Motorola ® Netopia Gateway detects this, it will automatically switch to PPPoA transparently. Motorola Netopia® Router Connection Profile Commands 3-11 8.3.1, the following optional modifiers are permitted if the specified DLE is...
  • Page 156 3-12 Command Line Interface Commands Reference cp { name | index } filterset string no cp { name | index } filterset [string] show cp { name | index } filterset These commands allow you to associate a filter set with the a connection profile. The filter set is identified by name.
  • Page 157 PPP Ethernet LAN reconfiguration is controlled by an ip negotiate-lan connection profile flag. If the applicable connection profile specifies an unnumbered, non-NAT connection and the ip negotiate-lan flag is yes, PPP will attempt to negotiate both an IP Address and subnet mask. Motorola Netopia® Router Connection Profile Commands 3-13 IP Gateway DHCP server...
  • Page 158 { name | index } ppp authentication { send | receive } name string This command allows you to configure the send or receive PPP authentication name. The send name is used when the remote side attempts to authenticate the Motorola Netopia ®...
  • Page 159 { name | index } telco direction { in | out | both } This command allows you to set whether this profile will be used to establish WAN connections (keyword out), to establish inbound connections (keyword in), or to establish both (keyword both). Motorola Netopia® Router Connection Profile Commands 3-15...
  • Page 160 3-16 Command Line Interface Commands Reference cp { name | index } telco dn [ 1 | 2 ] string This command allows you to set the profile’s directory number, or number-to-dial (DN). The number can be up to 32 characters in length and may contain non-dialable characters, which are ignored when placing a call. Note: For the cp and no cp versions of this command, if no DN index is specified, 1 is assumed.
  • Page 161 Motorola Netopia® Router Connection Profile Commands 3-17 cp { name | index } connection demand { yes | no } This command allows you to specify whether or not a connection profile will connect “on demand”. cp { name | index } connection timeout seconds...
  • Page 162: Pptp Commands

    3-18 Command Line Interface Commands Reference PPTP commands cp { name | index } pptp ip partner ip-addr This command allows you to specify a PPTP partner IP address for a particular connection profile specified by name or index. cp { name | index } pptp ip via ip-addr This command allows you to specify a gateway by which the PPTP partner IP address can be reached when the partner address is in the same subnet as the remote IP address.
  • Page 163: Manual Connect/Disconnect Commands

    These commands allow you to set or show a start time for the RIP-2 Authentication key(s) on the specified Connection Profile. Motorola Netopia® Router Connection Profile Commands 3-19...
  • Page 164: Ip Nat Passthrough Commands

    3-20 Command Line Interface Commands Reference cp id ip rip auth key id end date date show cp id ip rip auth key id end date These commands allow you to set or show an end date for the RIP-2 Authentication key(s) on the specified Connection Profile.
  • Page 165: Stateful Inspection Commands

    These commands allow you to set, disable, or show the status of stateful inspection for the specified Connection Profile. This option is disabled by default. Stateful inspection prevents unsolicited inbound access when NAT is disabled. Motorola Netopia® Router Connection Profile Commands 3-21 for Global Stateful Inspection commands. for Ethernet interface commands.
  • Page 166: L2Tp Connection Profile Configuration Commands

    3-22 Command Line Interface Commands Reference cp { name | index } ip state-insp xposed-list xposed-list_name no cp { name | index } ip state-insp xposed-list show cp { name | index } ip state-insp xposed-list These commands allow you to set, disable, or show the status of a stateful inspection exposed address list for the specified Connection Profile.
  • Page 167: Gre Connection Profile Configuration Commands

    Motorola Netopia® Router Connection Profile Commands 3-23 cp { name | index } l2tp authentication passphrase string This command sets the local (i.e. LAC/LNS) passphrase. The passphrase must be at least eight characters in length. This value is used to establish the shared secret key that must be present when a LAC/LNS pair wants to authenticate an L2TP tunnel.
  • Page 168: Compuserve Login

    3-24 Command Line Interface Commands Reference cp { name | index } gre checksum [ yes | no ] show cp { name | index } gre checksum [ yes | no ] These commands allow you to enable, disable, or show whether a GRE tunnel will transmit a checksum field on outgoing GRE packets, when enabled.
  • Page 169 Motorola Netopia® Router Connection Profile Commands 3-25 cp { name | index } telco compuserve login { yes | no } show cp { name | index } telco compuserve login no cp { name | index } telco compuserve login These commands set, display, or disable the specified connection profile’s CompuServe login enable setting.
  • Page 170: Ipsec/Ike

    3-26 Command Line Interface Commands Reference IPSec/IKE Connection Profile IPSec Configuration Commands cp { name | index } ipsec suite encryption { des | 3des | null } authentication { esp | ah } { md5 | sha1 } [compression { none | lzs }] cp { name | index } ipsec ip [remote {[members {xxx.xxx.xxx.xxx/nn | xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx}] [tep x.x.x.x]}] [local tep x.x.x.x] [via x.x.x.x]...
  • Page 171 { name | index } ipsec authentication key string This command allows you to specify the authentication secret for an IPsec tunnel. You must specify an authentication secret if the authentication type is anything other than None. Motorola Netopia® Router Connection Profile Commands 3-27...
  • Page 172 3-28 Command Line Interface Commands Reference Note: The key is a hexadecimal entry of 16 bytes (32 characters of input) for md5 and 20 bytes (40 characters of input) for sha1. It is not possible to retrieve the encryption keys or authentication key once they have been set.
  • Page 173 [ authentication esp { md5 | hmac-md5-96 | sha1 | hmac-sha1-96 } ] [ authentication ah { md5 | hmac-md5-96 | sha1 | hmac-sha1-96 } ] [ compression lzs ] show cp { name | index } ipsec suite Motorola Netopia® Router Connection Profile Commands 3-29...
  • Page 174 3-30 Command Line Interface Commands Reference IKE/IPSec Connection Profile Commands cp { name | index } ipsec ip [remote [members {a.b.c.d | a.b.c.d/n | a.b.c.d e.f.g.h | a.b.c.d-e.f.g.h}] [tep a.b.c.d] ] [local [members {a.b.c.d | a.b.c.d/n | a.b.c.d e.f.g.h | a.b.c.d-e.f.g.h}] [tep a.b.c.d] ] [via a.b.c.d] show cp { name | index } ipsec ip...
  • Page 175 Motorola Netopia® Router Connection Profile Commands 3-31 cp { name | index } ipsec dead-peer-detection ping-reply-timeout 1..65535 show cp { name | index } ipsec dead-peer-detection ping-reply-timeout Note: These commands are supported beginning with firmware version 8.2 These commands allow you to specify or show the maximum period of time (in seconds) an IPsec tunnel endpoint will wait for the peer’s response to its earliest ping request.
  • Page 176 3-32 Command Line Interface Commands Reference cp { name | index } ipsec suite encapsulation { esp | ah | esp+ah } [ encryption { des | 3des | null } ] [ authentication esp { md5 | hmac-md5-96 | sha1 | hmac-sha1-96 } ] [ authentication ah { md5 | hmac-md5-96 | sha1 | hmac-sha1-96 } ] [ compression lzs ] show cp { name | index } ipsec suite...
  • Page 177 { name | index } ipsec dead-peer-detection ping-retry 1...65535 show cp { name | index } ipsec dead-peer-detection ping-retry These commands allow you to specify or show the retry interval between successive pings (in seconds). Default is 5 seconds. Motorola Netopia® Router Connection Profile Commands 3-33...
  • Page 178 3-34 Command Line Interface Commands Reference cp { name | index } ipsec dead-peer-detection ping-reply-timeout 1...65535 show cp { name | index } ipsec dead-peer-detection ping-reply-timeout These commands allow you to specify or show the maximum period of time (in seconds) an IPsec tunnel endpoint should wait for the peer’s response to its earliest ping request.
  • Page 179: Chapter 4 - Motorola Netopia® Router Text Configuration Upload

    SNMP Three SNMP objects are associated with TFTP text configuration upload. They are tftpServerName, tftpConfigFileName, and tftpReadConfig. All three objects are defined in the Netopia MIB. Refer to this document found on the Netopia ftp site for more information. VT100 Menu Console...
  • Page 180: Vt100 Command Line Console

    4-2 Command Line Interface Commands Reference VT100 Command Line Console The router’s console user interface comes up in Menu mode by default. In this mode you use the arrow, Escape, and Return/Enter keys to navigate through a series of screens. To invoke the command line at any time, hit Control-N.
  • Page 181: Example Text Configuration File

    Motorola Netopia® Router Text Configuration Upload 4-3 Example Text Configuration File The following text file is provided for your use as an example. Make your own appropriate substitutions. Note: All commands, including the last, must be followed by an appropriate end-of-line sequence (Carriage Return, Line Feed, or Carriage Return/Line Feed pair).
  • Page 182 4-4 Command Line Interface Commands Reference ;cp 1 ip nat enabled yes ;cp 1 ip addressing unnumbered ;cp 1 ip addressing numbered ;cp 1 ip address remote 163.176.224.1 ;cp 1 ip mask local 255.255.255.0 ;cp 1 ip mask remote 255.255.255.0 ;cp 1 dle rfc1483 ;cp 1 dle ppp ;cp 1 ppp authentication pap...
  • Page 183: Chapter 5 - Cli Error Messages

    CLI Error Messages 5-1 Chapter 5 CLI Error Messages This chapter describes the CLI error messages and their meaning. Negative errors Negative errors are fatal. They will terminate processing of a TFTP configuration file upload if the command that caused the error was executed as part of a TFTP configuration file upload. Fatal system errors ;...
  • Page 184: Fatal Syntax Errors

    5-2 Command Line Interface Commands Reference Fatal syntax errors ; error -101: no match This error indicates that you entered an unrecognized command. ; error -120: syntax error This error indicates that you entered a command with a syntactic error for which the command line processor was unable to provide a more specific error message.
  • Page 185 ; error -123: illegal ip address This error indicates that you supplied an invalid value where an IP address is required. IP addresses should be specified in “dotted-quad” notation: four decimal values, each between 0 and 255 inclusive, separated by dots (e.g., 192.168.1.1).
  • Page 186 5-4 Command Line Interface Commands Reference Example: #ping 192.168.1.1 count abc ; error -126: number required ; error -127: index out of bounds This error indicates that an out of range value was specified in a command that requires an index, such as attempting to access connection profile 17 on a router that supports only sixteen connection profiles.
  • Page 187 ; error -131: invalid text This error indicates that an invalid string was supplied for a string item that must contain at least one required character. ; error -132: invalid dotted string This error indicates that an invalid dotted string was supplied for a string item that must contain characters in a standard dotted format, such as an IP address.
  • Page 188 5-6 Command Line Interface Commands Reference ; error -137: no arp cache entry This error indicates that you attempted to delete a non-existent arp cache entry. Example: #arp 192.168.1.1 00:00:C5:70:00:04 #no arp 192.168.1.2 00:00:C5:70:00:04 ; error -137: no arp cache entry ;...
  • Page 189 Example: #no interface ethernet 0 ip address 192.168.1.1 ; error -142: address and mask required ; error -143: can't add This error indicates that you attempted to add more than the allowed number of some object. Example: #interface ethernet 0 address-serve helper 10.0.0.1 #interface ethernet 0 address-serve helper 20.0.0.1 #interface ethernet 0 address-serve helper 30.0.0.1 #interface ethernet 0 address-serve helper 40.0.0.1...
  • Page 190 5-8 Command Line Interface Commands Reference ; error -147: too many tokens This error indicates that you entered more items than are allowed as part of the command. This could result from failing to quote a string value that contains one or more spaces. Example: #cp 1 telco dn 555 1212 ;...
  • Page 191 ; error -153 values consisting of all asterisks are ignored This error is generated if you try to set passwords, keys, or secrets with a value consisting entirely of asterisks. This is to prevent a user from pasting the results of the show config command in an attempt to substitute your passwords with asterisks.
  • Page 192: Voice Command Errors

    5-10 Command Line Interface Commands Reference Voice command errors ; error -250: bad extension number ; error -251: extension number does not exist ; error -252: extension number already exists ; error -253: wrong Auto-Attendant time ; error -254: directory number doesn't exist ;...
  • Page 193: Fatal Access Control Errors

    ; error -268: invalid digit ; error -269: only single digit allowed Fatal access control errors ; error -400: access denied This error indicates that you attempted to display an attribute that may not be displayed, or to change an attribute to which you do not have access.
  • Page 194 5-12 Command Line Interface Commands Reference ; error 102: can't delete This error indicates that you attempted to delete an item that doesn't exist. Example: #show interface ethernet 0 address-serve helper interface ethernet 0 address-serve helper 10.0.0.1 interface ethernet 0 address-serve helper 20.0.0.1 interface ethernet 0 address-serve helper 30.0.0.1 interface ethernet 0 address-serve helper 40.0.0.1 #no interface ethernet 0 address-serve helper 50.0.0.1...
  • Page 195: Index Of Commands

    Index of Commands ALANs 2-16 2-114 ip nat alg no ip nat alg 2-114 show ip nat alg 2-114 2-97 2-39 authprofile authprofile id alternate secret authprofile id alternate server authprofile id radius identifier 2-40 authprofile id radius port authprofile id remote secret 2-39 authprofile id remote server 2-39...
  • Page 196 cp { name | index } ip rip transmit cp { name | index } ip state-insp deny-frag cp { name | index } ip state-insp enable cp { name | index } ip state-insp router-access 3-22 cp { name | index } ip state-insp tcp-seq-diff cp { name | index } ip state-insp xposed-list cp { name | index } ipsec authentication key cp { name | index } ipsec dead-peer-detection...
  • Page 197 enable 2-114 exit 2-106 factory frame-relay dlci default 2-101 frame-relay lmi type 2-102 frame-relay tim 2-102 hardware acceleration enable heartbeat client-port 2-14 heartbeat count 2-14 heartbeat enable 2-14 2-14 heartbeat interval heartbeat interval contact-email heartbeat interval location 2-15 heartbeat protocol 2-14 heartbeat server address 2-15...
  • Page 198 interface ethernet 0 address-serve mode interface ethernet 0 address-serve netbios mode enable 2-41 interface ethernet 0 address-serve netbios mode type 2-41 interface ethernet 0 address-serve netbios 2-42 name-server address interface ethernet 0 address-serve netbios name-server enable 2-42 interface ethernet 0 address-serve netbios scope enable 2-41 interface ethernet 0 address-serve netbios...
  • Page 199 interface serial id modem baud interface serial id modem directory-number interface serial id modem init-string interface t1 id buildout 2-63 interface t1 id channels 2-63 interface t1 id clock source 2-63 interface t1 id diagnostic mode interface t1 id dle 2-63 interface t1 id ds0-autodetect interface t1 id encoding...
  • Page 200 hostname 3-25 no cp { name | index } telco compuserve login 3-25 no cp { name | index } telco compuserve password 3-25 no cp { name | index } telco compuserve 3-25 username no cp id ip rip auth key 3-19 no frame-relay dlci 2-102...
  • Page 201 no interface t1 id rfc1973 enable no interface t1 id rfc1973 lmi no ip dhcp gen-option 2-80 no ip dhcp option-group 2-81 no ip dhcp-filterset 2-82 no ip dns 2-74 2-74 no ip domain-name no ip filterset 2-122 no ip gateway 2-74 no ip nat map 2-112...
  • Page 202 schedule id type 2-99 2-12 security mac-auth mac-allow security mac-auth mac-deny 2-12 security mac-auth mode 2-12 security mac-auth wireless-only security password 2-105 send tftp config service interface 2-68 service unprotected 2-69 show arp static 2-97 show arp-cache 2-97 show backup failure layer-2 delay show backup gateway 2-74 show backup recovery rip tx disable...
  • Page 203 show cp { name | index } pptp authentication show cp { name | index } telco compuserve hostname 3-25 show cp { name | index } telco compuserve login 3-25 show cp { name | index } telco compuserve 3-25 username show cp id ip rip auth key id end date...
  • Page 204 show interface adsl id signaling-mode show interface adsl id statistics show interface adsl id status 2-49 show interface adsl id trellis-coding show interface dsl id line type show interface ethernet 0 address-serve show interface ethernet 0 address-serve clients 2-30 show interface ethernet 0 address-serve dhcp enable 2-26 show interface ethernet 0 address-serve dhcp...
  • Page 205 show interface ethernet wan-id ip nat 2-29 passthrough dhcp enable show interface ethernet wan-id ip nat passthrough dhcp mac-address show interface ethernet wan-id mac address show interface intf-type id dle show interface intf-type id statistics show interface intf-type id stats show interface isdn id dn 2-48 show interface isdn id imux mode...
  • Page 206 show snmp system contact show snmp system location show snmp system name show superuser 2-15 show system information 2-107 show system restart-delay 2-108 show system syslog enable show system syslog facility 2-10 show system syslog host-name show system syslog log-accepts show system syslog log-attempts show system syslog log-violations show telnet server port...
  • Page 207 vlan id interface usb 0 2-38 2-37 vlan id name vlan id network 2-37 wireless auto-channel 2-88 2-94 wireless block-bridging wireless closed-system 2-87 wireless default-channel 2-89 wireless default-keyid 2-90 wireless enable 2-87 2-88 wireless essid wireless first-ssid 2-94 wireless first-ssid-privacy 2-95 wireless first-ssid-psk 2-96...

This manual is also suitable for:

Netopia ent series

Table of Contents