8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and...

23
8120 CLI COMMAND You have 2 ways to login CLI command - Telnet 1. Go to Windows command prompt -> Type Telnet 192.168.1.1 ( Lan IP ) 2. Input Username : admin, Password : admin - Hyper Terminal 1. Click on Start -> program -> Accessories -> Communication -> Hyper Terminal and create new connection. 2. Login : admin, Password : admin BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Transcript of 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and...

Page 1: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

8120 CLI COMMAND

You have 2 ways to login CLI command

- Telnet

1. Go to Windows command prompt -> Type Telnet 192.168.1.1 ( Lan IP )

2. Input

Username : admin, Password : admin

- Hyper Terminal

1. Click on Start -> program -> Accessories -> Communication -> Hyper Terminal and create new connection.

2. Login : admin, Password : admin

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 2: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

Using CLI and Console Commands

There are two types of command available for 8120

•CLI commands - the CLI command replaces the majority of console commands.

•Console commands – Security configuration

How to access Console command :

- After login and password – type “ console enable “

- How to exit console command : type “ exit “

EXP :

Login: admin

Password: *****

Login successful

--> console enable ( or “ c e “ )

Switching from CLI to console mode - type 'exit' to return

00:E0:EB:6F:23:8C> atm

00:E0:EB:6F:23:8C atm> home ( back to root directory )

00:E0:EB:6F:23:8C>

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 3: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

1. CLI Command Groups

All commands in a group start with the same command string. For example, all router configuration commands start with ip.The CLI command groups are as follows:

CLI Group Command string begins: Used to:

System configuration system Save and restore the system and add new users (some of these commands are only available to super users)

user configuration user

A logged in user can change their user setup, e.g., change their password. Super users can access any user's account without knowing their password

router configuration ip Add, configure and remove IP interfaces

bridge configuration bridge Add, configure and remove bridge interfaces

RFC1483 configuration rfc1483 Create, configure and remove RFC

transports

PPPoE configuration pppoe Create, configure and remove PPPoE server and client transports

DHCP server configuration dhcpserver Defines the DHCP network topology

DHCP client configuration dhcpclient Add, change and remove DHCP client

interface declarations

DHCP relay configuration dhcprelay Add and remove DHCP server addresses

DNS relay configuration dnsrelay Add and remove DNS server addresses

DNS client configuration dnsclient Add and remove DNS client addresses

Firewall configuration firewall

Set up security. Add and remove filters from IP interfaces. Manipulate the rules that make up these filters.

Webserver webserver Control the operation and check the status of the webserver

console console Access console commands

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 4: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

2. Command syntax options

If you type a command keyword and want to find out what the next syntax options are, type '[Spacebar]?'. For example:

ethernet ?

Displays a list of valid keywords that you can use after ethernet:

add delete set show list clear

3. Administering user accounts

As admin user you can administer user accounts. This section summarizes the CLI commands which can be used to administer user accounts.

3-1. Adding new users

To add a new user username, use the command:

system add user <username> system add login user <username>

creates two new users called covad and covad1. The accounts are created with no passwords.

3-2. To view details about the new users.

CLI String :

system list users

The following information is returned:

Users: May May Access ID | Name | Conf. | Dialin | Level | Comment -----|------------|----------|----------|------------|------------- 1 | admin | ENABLED | disabled | superuser | Default admin user 2 | covad | ENABLED | disabled | default | Created by CLI 3 | covad1 | disabled | ENABLED | default | Created by CLI -------------------------------------------------------------------

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 5: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

3-3 Setting user passwords

To change the password for the user you are currently logged in as, use the command:

user password

Enter the new password twice as prompted:

Enter new password: *** Again to verify: ***

Note that no check is made for any current password which may have been set for the user.

If you wish to change the password for another user, enter the command:

user change <username>

This command logs you into the system as another user. You can then use the user password command to change the password for this user. Note that changing to another user means that you lose all superuser privileges.

Note that only superusers can use the user change command.

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 6: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

4. Changing IP addresses on the 8120

To be able to configure an IP address for the 8120.

To change the IP address of the 8120 using the CLI, follow the procedure below:

1. For example, to set the address of a new 8120 to 192.168.1.1, use the ip set interface command to add the interface and define its address. For example:

ip set interface lanip1 ipaddress 192.168.1.xx

2. To confirm that you have set the address, enter:

ip show interface lanip1

The following information is returned:

IP Interface: lanip1

Ipaddr : 192.168.1.1

Mask : 255.255.255.0

MTU : 1500

Dhcp : false

Enabled : true

Accept V1 : false

Send V1 : false

Accept V2 : false

Send V2 : false

Send Multicast : false

Remember to save the configuration using the config save command

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 7: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

5. “ system “ CLI Commands CLI String Used to add Add a user to the system config Configuration file maintenance delete Remove system users info Display hardware/software information legal list List system information log Set logging options restart Restart system (same as pressing reset) set Set user privileges show

5-1. System configuration CLI String :

system config restore factory ( restore to factory default setting ) system config save ( save change configuration ) system restart ( Restart modem )

5-2. System Infomation

system info The following information is returned:

Global System Configuration:

Vendor: Broadxent URL: http://www.broadxent.com MAC address: 00:E0:EB:6F:23:8C Hardware ver: BXT8120 BSP v2.0 / He100/2xx CSP v2.3 Software ver: 5.0.0.16 Build type: RELEASE

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 8: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

6. “ IP “ CLI Commands CLI string add attach attachbridge attachvirtual clear delete detach interface list ping set show

Command string

Ip add defaultroute gateway 192.168.1.1 Ip add defaultroute interface ppp-0 (interface name exp: rfc1483, ppp-0) Ip delete defaultroute gateway 192.168.1.1 Ip delete defaultroute interface ppp-0 ( interface name exp : rfc1483, ppp-0 )

To list interface name :

transport list

Command return ID | Name | Type (Interface) 1 | rfc1483-0 | RFC1483 | TxPkts: 120/0 RxPkts: VPI/VCI: 0/35 2 | eth | Ethernet | TxPkts: 3202/0 RxPkts: 2789/0 3 | ppp-0 | PPPoE | TxPkts: 83/0 RxPkts: VPI/VCI: 8/35

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 9: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

ip ping 10.1.1.1

ping: PING 10.1.1.1: 32 data bytes ping: 40 bytes from 10.1.1.1: seq=0, ttl=64, rtt=10ms

ip set interface ppp-0 mtu 1492 ip set interface ppp-0 dhcp enable ip set interface ppp-0 dhcp disable ip set interface ppp-0 ipaddress 192.168.1.1 ip set interface ppp-0 netmask 255.255.255.0 ip list routes

IP routes: ID | Name | Destination | Netmask | Gateway / Interface -----|------------ |------------------ |------------------|--------------------- 1 | DHCP-DefRt | 0.0.0.0 | 0.0.0.0 | 10.1.1.1

ip list interfaces

IP Interfaces:

ID | Name | IP Address | DHCP | Transport

----|-------------- |------------------ |--------- - |---------------- 1 | rfc1483-0 | 10.1.1.100 | ENABLED | rfc1483-0 2 | lanip1 | 192.168.1.1 | disabled | <BRIDGE> 3 | lanip2 | 0.0.0.0 | disabled | [lanip1] 4 | ppp-0 | 0.0.0.0 | disabled | Not attached

-------------------------------------------------------------------

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 10: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

ip list connections list arpentriessetCom connections sta interfaces riprouteshow routesglobal Local TCP/UDP connections: Proto | Local address | Remote address | State -------|------------------------ |------------------------ |-------------- tcp | 192.168.1.1:80 | 192.168.1.111:3344 | ESTABLISHED tcp | 192.168.1.1:80 | 192.168.1.111:3337 | ESTABLISHED tcp | 192.168.1.1:80 | 192.168.1.111:3345 | ESTABLISHED tcp | 192.168.1.1:80 | 192.168.1.111:3336 | ESTABLISHED tcp | *:53 | *:* | LISTEN tcp | *:23 | *:* | LISTEN tcp | *:2800 | *:* | LISTEN tcp | *:80 | *:* | LISTEN udp | *:50001 | *:* | udp | *:68 | *:* | DATA_READY udp | *:68 | *:* | udp | *:67 | *:* | udp *:67 | *:* | udp | *:520 | *:* | udp | *:53 | *:* | udp | *:161 | *:* | raw | *:* | *:* |

ip show debuginfo

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 11: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

7. “ rfc1483 “ CLI commands

rfc1483 list transport

RFC1483 transports:

ID | Name | Port | TxVci | RxVci | TxVpi | RxVpi -----|------------ |-----------|----------- |---------- -|---------- -|----------- 1 | rfc1483-0 | dsl | 35 | 35 | 0 | 0

rfc1483 add transport covad dsl 8 32 llc routed or bridged

This command creates a named RFC1483 transport and allows you to specify the following: •the ATM port that will transport RFC1483 data. (ATM ports are initialised in the initbun file in FlashFS, or using the bun set port console command.) •VPI (Virtual Path Identifier)•VCI (Virtual Circuit Identifier)•LLC or VcMux encapsulation (optional) •Bridged or Routed (optional)The port/VPI/VCI combination must be unique for each transport.

rfc1483 delete transport covad This command deletes a single RFC1483 transport.

rfc1483 clear transports This command deletes all RFC1483 transports that were created using the rfc1483 add transport command.

rfc1483 show transport {<name>|<number>} This command displays the following information about an existing

rfc1483 transport :•Name •Description •Encapsulation method •ATM port •TX VPI - transmit Virtual Path Identifier •RX VPI - receive Virtual Path Identifier •TX VCI - transmit Virtual Circuit Identifier •TX VCI - receive Virtual Circuit Identifier •QOS class - Quality of Service class •PCR - Peak Cell Rate•SCR - Sustainable Cell Rate •MCR - Minimum Cell Rate•BT - Burst Tolerance

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 12: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

•MBS - Maximum Burst Size

8. “ pppoe “ CLI commands Command string

pppoe add transport ppp-0 dsl pppoe delete transport ppp-0 pppoe list transport

PPPoE transports: ID | Name | Port | Vci | Vpi -----|------------ |----------|-----------|----------- 1 | ppp-0 | dsl | 35 | 8 ------------------------------------------------------

pppoe show transport ppp-0 PPP Transport: ppp-0

Description: ppp-0 Interface ID: 1 Server: false Remote NCP Address: HDLC Headers: false LLC Headers: false SVC: Local IP: 0.0.0.0 Subnet Mask: 0.0.0.0 Remote IP: 0.0.0.0 Remote DNS: 0.0.0.0 Propogate DNS to client: true To relay: true Create route: true Specific rout Route netmask: 0.0.0.0 Dialout username: covad Dialout password: test Dialout auth.: chap Dialin auth.: none LCP Max. Conf.: 10 LCP Max. Failure: 5 LCP Max Terminate: 2 LCP Echo Every: 5 Autoconnect: false User Idle Timeout: 0 Access Concentrator: Service Name: Port: dsl VPI: 8 VCI: 35 QOS class: UBR Peak cell rate: 2500 Burst tolerance: 0 Sustainable cell rate: 0 Max. burst size: 0

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 13: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

Minimum cell rate: 0

pppoe set tranport <name > vpi 0 This command sets the Virtual Path Identifier for an existing PPPoE transport that performs dialout over PVC.

pppoe set tranport <name > vci 35 This command sets the Virtual Circuit Identifier for an existing PPPoE transport that performs dialout over PVC.

pppoe set tranport <name > username < > This command sets a (dialout) username on a named transport. The username is required when PPP negotiation takes place and is supplied to the remote PPP server for authentication.

pppoe set tranport <name > password < > This command sets a dialout password on a named transport. The password is required when PPP negotiation takes place and is supplied to the remote PPP server for authentication.

pppoe set transport pppoe1 autoconnect enabled ( disable ) This command allows you to enable/disable the PPPoE autoconnect function. If enabled, PPPoE automatically connects to TCP/IP whenever a user requests TCP/IP packets from a public destination.

pppoe set transport {<name>|<number>} routemask This command sets the subnet mask used by the route that is created when a PPP link comes up. If it is set to 0.0.0.0, the subnet mask is determined by the IP address of the remote end of the link. The class of the IP address is obtained during IPCP (Internet Protocol Control Protocol) negotiation.

pppoe set transport {<name>|<number>} subnetmask <mask> This command sets the subnet mask used for the local IP interface connected to the PPP transport. If the value 0.0.0.0 is supplied, the netmask will be calculated from the class of the IP address obtained during IPCP negotiation.

pppoe set transport {<name>|<number>} theylogin {none|pap|chap This command sets the authentication method that remote PPP clients must use to dialin to the server. If authentication is used, clients must use the specified authentication method and provide the username set using the system add user command.This command is only valid if the user has maydialin set using the system set login maydialin command.

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 14: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

8. “ nat “ CLI commands CLI string add clear delete disable enable iketranslation list set show status

nat status NAT enabled on: ID | Name | Interface | Type ------------------------------------------ 1 | rfc1483-0 | rfc1483-0 | internal 2 | ppp-0 | ppp-0 | internal

nat disable <name>

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 15: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

9. “ dhcpserver “ CLI commands CLI Command add clear delete disable enable list set show subnet update

dhcpserver list subnet

DHCP Server subnets: Default Max Host is

ID | IP Address | Netmask | Lease time | Lease time | DNS svr -----|------------------|-----------------|------------|------------|--------

1 | 192.168.1.0 | 255.255.255.0 | 43200 | 86400 | true -----------------------------------------------------------------------------

dhcpserver enable This command enables/disables the DHCP server. You must have the DHCP server enabled in order to carry out any DHCP server configuration. If you try configuring DHCP server when dhcpserver disable is set, the CLI issues a warning message.You cannot have DHCP server and DHCP relay enabled at the same time. If you try to configure DHCP server when DHCP relay is enabled, the CLI issues a warning message.

dhcpserver set maxleasetime 100000 ( default value 43200 ) This command sets the global maximum lease time for DHCP server.

dhcpserver defaultleasetime 50000 ( default value 86400 ) This command sets the global default lease time for DHCP server.

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 16: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

dhcpserver add subnet <name> <ipaddress> <netmask> [<startaddr> <endaddr>] This command creates a subnet that stores a pool of IP addresses. The DHCP server can allocate IP addresses from this pool to clients on request.

Example: dhcpserver add subnet Covad 192.168.1.1 255.255.255.0 192.168.1.10 192.168.1.200

dhcpserver delete subnet {<name>|<number>} This command deletes a single DHCP server subnet. The pool of IP addresses in the subnet are also deleted.

dhcpserver clear subnets This command deletes all DHCP server subnets that were created using the dhcpserver add subnet commands.

dhcpserver list options This command lists the option data types available for DHCP server.

dhcpserver list subnet This command lists the following information about existing DHCP server subnets: •subnet number •subnet name •subnet IP address •subnet netmask address •default lease time (in seconds) •maximum lease time (in seconds) •whether the host is a DNS server (true or false) Example dhcpserver list subnets DHCP Server subnets:

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 17: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

10. “ dnsrelay “ CLI commands add Add ServerIP/LanHost of DNS clear Clear DNS relay table delete Remove single DNS server list List known DNS status set show

dnsrelay add server <ip-address>(This command adds the IP address of a DNS server to DNS relay’s list of server IP addresses. The relay can store a maximum of 10 DNS server addresses.) Example: > dnsrelay add server 239.252.197.0 DNS server set to 0.0.0.0 DNS server set to 239.252.197.0

dnsrelay clear servers This command deletes all DNS server IP addresses stored in DNS relay’s list of server IP addresses.dhcpserver list subnet.

dnsrelay delete server <id-number> This command deletes a single DNS server address stored in DNS relay’s list of server IP addresses.dhcpserver list subnet.

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 18: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

11. “ webserver “ CLI commands

webserver {enable|disable} This command enables or disables the Web Server process.By default, the Web Server process is enabled.

webserver set managementip {ip-address} This command allows connection requests to be restricted to only one IP address, (e.g. from an IP address that is used by a management entity) or from any IP address (by setting the IP address to 0.0.0.0).

webserver set port <port> This command sets the HTTP port number that the Web Server process will use to transfer data. Example - webserver set port 100 ( default is port 80 ) HTTP port number is 100

webserver show info This command displays the following information about the Web Server process: •EmWeb (Embedded Web Server) release details •Web Server enabled status (true or false) •Interface set •HTTP port set •UPnP port set •Management IP address

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 19: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

Console Command Login: admin Password: ***** Login successful --> c e Switching from CLI to console mode - type 'exit' to return 00:E0:EB:6F:23:80

config print ( list 8120 basic config ) Module 'dnsrelay': DNS Server address : 206.13.28.12 Max connection retries: 2 Server Bind to LanIP: Enable Device Name : BXT8120 User defined Host PC : IP Address | Client Name Module 'bridge': Active configuration: Port 1: 'bun/port=ethernet' Filter age time: 300 No stored configuration Module 'ip':

# Port table: l2tp 1701/UDP router 520/UDP snmp 161/UDP http 80/TCP tftp 69/UDP telnet 23/TCP

# SNMP configuration: access read public access write private

Module 'bun':

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 20: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

chips info BXT8120 ADSL Router version 5.0.0.16 (17 November 2003) Machine Name : BXT8120 ADSL Router MAC Address : 00:E0:EB:6F:23:8C

default log ( showing rfc1483, bridge, pppoe connect status )

PPPoE status log

45d:01h:24m:38s ppp: LCP Send Configure Request

45d:01h:24m:40s ppp: LCP Send Configure Request

45d:01h:24m:41s DSL Training

45d:01h:24m:42s ppp: LCP Send Configure Request

45d:01h:24m:44s ppp: LCP Send Configure Request

45d:01h:24m:46s ppp: LCP Send Configure Request

45d:01h:24m:48s ppp: LCP Send Configure Request

45d:01h:24m:49s DSL Show Time

45d:01h:24m:49s DSL Line mode G.dmt

45d:01h:24m:49s DSL UpStream is Fast mode

45d:01h:24m:49s DSL DownStream is Fast mode

45d:01h:24m:49s DSL UpStream rate 256 Kbps

45d:01h:24m:49s DSL DownStream rate 1536 Kbps

45d:01h:24m:50s ppp: LCP Send Configure Request

45d:01h:24m:52s ppp: LCP Send Configure Request

45d:01h:24m:53s ppp: LCP Receive Configure-Request id=208 len=20

45d:01h:24m:53s ppp: LCP Send Configure Ack

45d:01h:24m:55s ppp: LCP Send Configure Request

45d:01h:24m:55s ppp: LCP Receive Configure-Ack id=2 len=6

45d:01h:24m:55s ppp: PPP LCP layer up

45d:01h:24m:55s ppp: Starting PAP

45d:01h:24m:55s ppp: Phase change: Establishing -> Authenticate

45d:01h:24m:55s ppp: Send Authenticate Request

45d:01h:24m:57s ppp: Our log in successful

45d:01h:24m:57s ppp: Phase change: Authenticate -> Network

45d:01h:24m:57s ppp: IPCP Send Configure Request

45d:01h:24m:57s ppp: IPCP Receive Configure-Request id=154 len=12

45d:01h:24m:57s ppp: IPCP Send Configure Ack

45d:01h:24m:57s ppp: IPCP Receive Configure-Nak id=1 len=24

45d:01h:24m:57s ppp: IPCP Send Configure Request

45d:01h:24m:57s ppp: IPCP Receive Configure-Ack id=2 len=24

45d:01h:24m:57s ppp: PPP can transport IP

45d:01h:24m:57s ppp: Local IP address 67.121.88.171

45d:01h:24m:57s ppp: Remote IP address 67.121.91.254, Gateway is local p

45d:01h:24m:57s ppp: Enable DNS client & relay with Primary DNS server:

206.13.28.12

45d:01h:24m:57s ppp: Enable DNS client & relay with Secondary DNS server:

206.13.29.12

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 21: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

bridge1483 status log

21. 02d:01h:16m:19s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 22. 02d:01h:16m:33s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 23. 02d:01h:17m:04s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 24. 02d:01h:17m:42s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 25. 02d:01h:18m:32s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 26. 02d:01h:19m:29s DHCPREQUEST on rfc1483-0 to 255.255.255.255 27. 02d:01h:19m:29s DHCPACK from 10.1.1.1 28. 02d:01h:19m:29s Interface 'rfc1483-0' new ip address is 10.1.1.100 29. 02d:01h:19m:29s Interface 'rfc1483-0' new subnet mask is 255.255.255.0 30. 02d:01h:19m:29s Default route is already set to 10.1.1.1. 31. 02d:01h:19m:29s Primary DNS server address already set to 206.13.28.12. 32. 02d:01h:19m:29s Secondary DNS server address already set to 33. 02d:01h:19m:29s bound to 10.1.1.100 -- renewal in 300 seconds. 34. 02d:01h:24m:29s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 35. 02d:01h:24m:43s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 36. 02d:01h:24m:58s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 37. 02d:01h:25m:06s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 38. 02d:01h:25m:31s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 39. 02d:01h:26m:05s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 40. 02d:01h:27m:03s DHCPREQUEST on rfc1483-0 to 10.0.0.2 port 67 00:E0:EB:6F:23:8C>

bun adsl status ( display DSL connection status )

Re-Training Count : 1 Line Up Count : 1 Line Up Time : 2 : 01 : 33 : 11 Line State : Show Time Line Mode : G.dmt Line Rate : 8000 Kbps (DS) 992 Kbps (US) Latency Mode : Interleave Mode (DS) Interleave Mode (US) Trellis Coding : ENABLED Line Attenuation : 0 dB SNR Margin : 14.5 dB Loss of Signal : 0 Loss of Signal Second : 0 seconds Loss of Frame : 0 Loss of Frame Second : 0 seconds CRC Error : 12 Error Second : 0 Error Second Second : 6 seconds

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 22: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

dhcpserver status dhcpserver client log status

dhcpserver reset reset dhcpserver table

dhcpserver config Current DHCP server configuration Default-lease-time 43200; max-lease-time 86400; allow bootp; allow unknown-clients;

Subnet 192.168.1.0 netmask 255.255.255.0 max-lease-time 86400;

default-lease-time 43200; host-is-dns-server; host-is-default-gateway;

range 192.168.1.101 192.168.1.254; option domain-name "lan"

oamcli oam>loopevery <seconds> <port> <vpi> <vci> <flags> <llid> - send a loopback cell

Example:

1) Send out F4 or F5 loopback cells on PVC (8/35) :

oam>loopevery 6 dsl 8 35 f4 etoe oam>loopevery 6 dsl 8 35 f4 segment oam>loopevery 6 dsl 8 35 f5 etoe oam>loopevery 6 dsl 8 35 f5 segment

2) Stop sending F4 or F5 loopback cells on PVC (8/35) :

oam>loopevery 0 dsl 8 35 f4 etoe oam>loopevery 0 dsl 8 35 f4 segment oam>loopevery 0 dsl 8 35 f5 etoe oam>loopevery 0 dsl 8 35 f5 segment

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information

Page 23: 8120 CLI COMMAND - ABUSARPPPoE configuration pppoe Create, configure and remove PPPoE server and client transports DHCP server configuration dhcpserver Defines the DHCP network topology

ppp> 1 info all

Command return PPP 1: Channel 1 : Down PPP 1: PPPoE / ATM setting : port 0 vpi 0 vci 38 acname "" servicename PPP 1: Attribute setting : /txVci=38/rxVci=38/class=UBR/port=dsl PPP 1: Transport : IP PPP 1: Our login protocol : CHAP PPP 1: Our login name : covad PPP 1: Interface : 1 (02:e0:eb:6f:23:8c) PPP 1: MAC address : 06:e0:eb:6f:23:8c PPP 1: Phase : Establishing PPP 1: LCP: state : Starting PPP 1: LCP: local options : MRU=1492 magic=0 PPP 1: LCP: remote options : MRU=1500 magic=0 PPP 1: ECHO: : every 5 seconds PPP 1: PAP: login as user : 'covad' PPP 1: CHAP: login as user : 'covad' PPP 1: IPCP: state : Starting PPP 1: IPCP: local options : IP address=0.0.0.0 PPP 1: IPCP: local options : primary DNS server=0.0.0.0 PPP 1: IPCP: local options : secondary DNS server=0.0.0.0 PPP 1: IPCP: remote options: IP address=0.0.0.0 PPP 1: Transmitted : 0 bytes 0 packets PPP 1: Received : 0 bytes 0 packets

dnsrelay> status

Command return DNS relay status Manual 1 DNS server address : 0.0.0.0 Manual 2 DNS server address : 0.0.0.0 Manual 3 DNS server address : 0.0.0.0 Primary DNS server address : 206.13.28.12 Secondary DNS server address : 206.13.31.12 *** Working DNS server address : 206.13.28.12dhcpserver config

BroadXent Inc,. 2003. This document contains Proprietary and Confidential information