Site hosted by Angelfire.com: Build your free website today!

 

Business-One Cisco Router 677 Configuration

 1. Boot up the router.

Hello!

Expanding CBOS image...

CBOS v2.2.0.002

 

2. Login to the router. When first boot-up no password is specified. Press enter.

User Access Verification

Password:

cbos>enable

Password:

 

3. In our configuration, we will use interface wan0-0. Before applying any commands, disable the interface.

cbos#set interface wan0-0 disabled

Wan0-0 is disabled

cbos#set interface wan0-0 close

Closing connection wan0-0

 

4. Set the command line password.

cbos#set password exec cisco

Exec Password Change Successful!

 

5. Set the enable or root password.

cbos#set password enable cisco

Enable Password Change Successful!

 

6. Enable NAT (Network Address Translation)

cbos#set nat enabled

NAT is now enabled

7. Configure DHCP server for LAN connection.

 

To configure the router as DHCP server:

cbos#set dhcp server enabled

DHCP Server enabled

            cbos#set dhcp server pool 0 ip 10.100.1.2

Pool 0 IP parameter is now 10.100.1.2

cbos#set dhcp server pool 0 size 20

Pool 0 size parameter is now 20

cbos#set dhcp server pool 0 netmask 255.255.255.0

Pool 0 netmask parameter is now 255.255.255.0

cbos#set dhcp server pool 0 gateway 10.100.1.1

Pool 0 gateway parameter is now 10.100.1.1

cbos#set dhcp server pool 0 dns 194.170.1.6

Pool 0 DNS parameter is now 194.170.1.6

cbos#set dhcp server pool 0 sdns 194.170.1.7

Pool 0 Secondary DNS parameter is now 194.170.1.7

cbos#set dhcp server pool 0 lease 172800

Pool 0 lease parameter is now 172800 seconds

 

To disable the router as DHCP server:

cbos#set dhcp server disableb

DHCP Server disabled

 

8. Configure interface Eth0

cbos#set interface eth0 address 10.100.1.1

eth0 ip address changed from 10.0.0.1 to 10.100.1.1

cbos#set interface eth0 mask 255.255.255.0

eth0 netmask changed from 255.255.255.0 to 255.255.255.0

 

9. Configure telnet service

cbos#set telnet enable

TELNET is enabled

 

10. Disable unused service.

cbos#set tftp disabled

TFTP is disabled

cbos#set web disabled

WEB is disabled

  

11. Configure interface wan0-0 for PPP.

cbos# set interface wan0 standard t1.413

cbos#set ppp wan0-0 ipcp 0.0.0.0

PPP wan0-0 IPCP Address set to 0.0.0.0

cbos#set ppp wan0-0 authentication enabled

PAP and CHAP Authentication is now enabled on specified port

cbos#set ppp wan0-0 login XYZ (Dialup username)

User name for wan0-0 has been set to XYZ.

cbos#set ppp wan0-0 password ****** (Dialup password)

Password for wan0-0 has been set to ******

            cbos#set interface wan0-0 rate 128

Connection Data rate changed

Change completed.

cbos#set interface wan0-0 vpi 0

Change completed.

cbos#set interface wan0-0 vci 50

Change completed.

cbos#set ppp restart enabled

CPE Remote Restart is now enabled...

 

12. Enable interface wan0-0.

cbos#set interface wan0-0 enabled

Wan0-0 is enabled

cbos#set interface wan0-0 open

Opening connection wan0-0

 

13. Save the configuration.

cbos#write

NVRAM written.

   


 

Debugging

 

 

Login to the router through management port:

User Access Verification

Password:cisco

 cbos>en

Password:cisco


Login to the router through telnet:

              From any computer connected accessing the router, Click on Start - Run - "telnet 10.100.1.1"

 User Access Verification

Password:   cisco

 cbos>        en

Password:  cisco


 

Check for error messages, and the PPP status.

cbos# sh errors

 Current Error Messages -

## Ticks        Module     Level      Message

 0 000:00:00:11 ATM        Info       Wan0 8032 Kbps Down, 800 Kbps Up, 6 dB Mar

gin

 1 000:00:00:11 ATM        Info       Wan0 Up

 2 000:00:00:11 PPP        Info       PPP Up Event on wan0-0

 3 000:00:00:11 PPP        Info       LCP open on wan0-0

 4 000:00:00:11 PPP        Info       IPCP Negotiated IP Address195.229.201.8

  Total Number of Error Messages: 5

 

cbos# ping 194.170.1.6

Sending 1 8 byte ping(s) to 194.170.1.6 every 2 second(s)

Received ping reply: size 8 from 194.170.1.6

 


DHCP server setup

cbos#sh dhcp server pool 0

  DHCP Server is currently enabled

  First pool will not learn IP address from IPCP

  Pool 0 currently enabled    Size 20

   IP Address:  10.100.1.2        Netmask:         255.255.255.0

   DNS Server:  194.170.1.6       Secondary DNS:   194.170.1.7

   WINS Server: 0.0.0.0           Secondary WINS:  0.0.0.0

   Gateway   :  10.100.1.1        IRC Server:      0.0.0.0

   NNTP Server: 0.0.0.0           Web Server:      0.0.0.0

   SMTP Server: 0.0.0.0           POP3 Server: 0.0.0.0

   Lease:       172800 seconds

   

Ethernet Setup

cbos#sh interface eth0

eth0  Ethernet HWaddr 00:E0:D0:14:77:77

      Link: active  Speed: 10 Duplex: Half

      IP address 10.100.1.1 Mask 255.255.255.0

      MTU 1500 Metric 0

      RX packets 21 errors 0

      TX packets 193 errors 0

      IP Port Enabled

 


Interface wan0-0 setup

cbos#sh interface wan0-0

WAN0-0  ATM Logical Port

        PVC (VPI 0, VCI 50) is open.

        ScalaRate set at 128 Kbps

        AAL 5         CBR Traffic

        PPP LCP State: Opened

        PPP NCP State (IP Routing): Opened

        PPP MRU: 2048    HDLC Framing: disabled    MPOA Mode: VC Mux

        PPP Login: foo

        Authentication Type: Autodetecting/PAP

        RADIUS: disabled

        PPP Tx: 361              Rx: 2662

        Dest IP: 195.229.201.1

        Dest Mask: 255.255.255.255

        IP Port Enabled


 

  Common Faults:

  1. WAN link is not present

-          Make sure the account ID is not TOS

-          Ask the customer to reboot the router. (Either by removing the power or by entering the command “reboot” at the router prompt)

 

Still the SYN is not ok then following has to done:

-          Confirm the Port ID is activated by calling EIM

-          If yes Sign of the port and sign on by calling PCM

 


2. WAN link shows ok but no browsing

    This confirms that the ADSL line is fine

            Reset the router, check for browsing after the restart

  Still the same problem, Telnet the router or enter through management port

CBOS# sh error

If it shows authentication failure, check the username and password confirm it is active and correct. If still authentication failure report to EIM

            CBOS# sh interface wan0-0

Will show the authenticated username configured, check for the IP address also. If IP address is 0.0.0.0 then report it to EIM for further action (could be IP availability problem).

            If there is a valid IP address try to ping the DNS from CBOS prompt, for no response report to EIM, if it is successful check the same from one of the computer

 


3. LAN link is not present

  First confirm that WAN link is Ok

  -          Reset the router check if LAN link is up, still problem check the cable ENET from router properly connected

-          Still problem, Check with CROSS cable directly connecting from router to PC

  If it works,

Make sure the existing cable is a straight cable for Hub \ Switch tot he router or check with different port on Hub \ Switch. Still the same problem advice the customer to check the Hub \ Switch

 


4. Ping is  ok, can not Browse

 

Ping indicates link is ok. Connectivity is through.

Check with the customer if any thing has been modified or installed.

  If not,

Check if any Firewall or Proxy Server has been added or Routing table has been modified.

  If so,

Disable (advice customer) and try.

  Or from one of the of the computer check the IP address and Gateway. Click on Start - Run - "winipcfg"

  If ok,

Find out for any firewall or proxy present and disable. Click on Start - Run - “msconfig" – Startup

Unselect the required programs, restart the computer and try again. If starts working advice the customer for changes.

 


 

5. Slow browsing or Frequently not browsing

  This could be internal network or ADSL line problem

  CBOS # sh interface wan0

 

This will provide all the details about Line/Data Rate/SNR/Attenuation.

   

GOOD condition

wan0   ADSL Physical Port

Line Trained

Data rate                8032 Kbps down;                 832 Kbps up

Line capacity        10304 Kbps down;               864 Kbps up

SNR Margin          12 dB;                                     previous                12 dB

Attenuation          19.0 dB;                  previous                19.0 dB

 

BAD condition

wan0   ADSL Physical Port

Line Trained

Data rate                1888 Kbps down;                 480 Kbps up

Line capacity        2016 Kbps down;                 640 Kbps up

SNR Margin          10 dB;                                     previous                10 dB

Attenuation          62.0 dB;                                  previous                62.0 dB

 

If data rate is very low and Attenuation is very high above 55db, this indicates line problem. Advice the concern team to check the cable.

 

CBOS#sh error

 

If it gives repeated error messages like,

 

Wan0 Failed train: Init - CRC1_ERROR

Wan0 Loss of Signal Failure

 

Indicate poor quality of the line. Line has to be checked to avoid frequent failure of Link.

 

If every thing is Ok, still problem exists than connect to the router and Ping the DNS to a long interval if results show ok, this could be internal network like Cable (UTP) or lots of collision or systems may be having problem.

Can be confirmed connecting a single computer to the network.

For Slow browsing try configuring manual proxy.

   


How to create  E-mail address with business one service.?

Customer has to get the domain admin username and password  from SOP  and customer can  manage their account through the website http://console.business1.net.ae/.

Customer can enter the domain name, user name & password and access the management console. There they can find the option to create. Modify ,delete their user accounts.

 

BACK TO THE HOME PAGE