Internet

17 Oct 2000

Home
Contact Support
Search
Quick Index

Certified Hardware & Software

Tiara Routers


What You Need

Setup

Configuration

Wiring Diagram

Commands

Troubleshooting

Custom Configuration

 

Tiara Routers

Routing with Tiara 1400 Router for NxT1

Configuration

The navigation and configuration of the Tiara 1400 is very much like the configuration of a Cisco product. Below the default login and password is noted:

Default Login: tiara
Default Password: tiaranet

The login and password can be changed. Click here for help adding users and changing passwords.

Once logged in as the administrative user, you will be prompted with a “ > ”. Unlike the Cisco, you may begin configuring the Tiara 1400. No enable access is needed (since you are logged in as the administrative user).

Once logged in, the user is at the diagnostic prompt. To begin configuring the Tiara 1400, use the following command:

TIARA 1400>configure term
The prompt will change to:
TIARA 1400/configure>

Configuration changes take affect immediately. However, the run time configuration must be saved to the stored configuration before any changes will remain after a reboot occurs.

To exit the configuration mode press ctrl-z.

  • Wait for the stored configuration to be loaded before modifying the configuration.
  • After a reboot, it may take as long as 30 seconds for the configuration to load.
  • To undo configuration parameters, proceed the command with the keyword no.

Displaying the Configurations

Displaying Run Time Configuration:

TIARA 1400> display configuration running

Displaying Stored Configuration:

TIARA 1400> display configuration stored

These two commands can be implemented while in configuration mode as well as diagnostic mode.

The configuration file can be erased using the following command:

TIARA 1400> clear cfg_file

Saving the Configuration Locally

After making configuration changes, the command to save the run time configuration to the stored configuration is below. Saving the configuration requires that you are in diagnostic mode. Press CTRL-Z to exit configuration mode and to enter diagnostic mode.

Saving the Run Time Configuration to the Local Stored Configuration:

TIARA 1400> save local

Saving the Run Time Configuration to Flash:

TIARA 1400> save local [alternate file name]

Saving the Configuration to a TFTP Server

Copies of the run time and stored configurations can be sent to a TFTP server. The commands to perform these tasks are below.

Saving the stored configuration to a TFTP server:

TIARA 1400> file upload flash_file [TFTP server ip address] SYSTEM.CFG [destination filename]

Saving the Run Time Configuration to a TFTP Server:

TIARA 1400> save network [TFTP server ip address] [destination filename]

The configuration file that is stored on the TFTP server is a flat text file. The file can be modified using a standard text editor. Use extreme caution when modifying configuration files via text editors.

Loading the Configuration From a TFTP server

A configuration file can be loaded into the NCM RAM. If you load the file in with the name “SYSTEM.CFG” you will overwrite the current stored configuration. If any other name is used, the configuration file will simply be stored in the NCM RAM with the alternate name.

Loading a Configuration From a TFTP Server:

TIARA 1400> file downloadNCM [TFTP server ip address] [source filename][destination file name]

If the goal is to overwrite the existing stored configuration, the Tiara will need to be rebooted.

Configuration Templates

Modify Administrative User

The administrative username is tiara by default. This administrative username should be changed prior to connecting the Tiara 1400 to a public network. The user's password should be changed as well.

TIARA 1400> configure term
TIARA 1400/configure> admin_name [new admin username]

Administrator account name changed to name:

TIARA 1400/configure> exit
TIARA 1400> password
Name: [new admin username]
Old password: [old password]
New password: [new password]
Re-enter password: [new password]
Password has been changed

All usernames and passwords are stored in the boot ROM. The commands above modify the boot ROM directly. The configuration changes to usernames take affect immediately. There is no need to save the configuration. Even if the Tiara is rebooted the new username and password will remain.

Add User

The syntax to add a user is as follows:

TIARA 1400> configure term
TIARA 1400/configure> user name [name] level [level option]
Please enter new password: [password]
Please re-enter password: [password]
password is set

System Name

A sensible hostname should be configured. Typically the hostname would reflect the location and hardware type.

Hostname:

TIARA 1400> configure term
TIARA 1400/configure> hostname [hostname]

Date and Time

Configure the local time and date:

TIARA 1400> configure terminal
TIARA 1400/configure> date - 5 00 mo 7 d 7 y 2000 h 10 mi 49 s 31
FRI JUL 07 10:49:31 2000

The -5 00 specifies 5 hours and 0 minutes behind UTC. Change this parameter according to the local time zone.

Ethernet Interface

Configure an IP Address for One or Both Ethernet Interfaces:

TIARA 1400> configure terminal
TIARA 1400/configure> interface ethernet [ethernet port number]
TIARA 1400/configure/interface/ethernet> ip address [ip address] [netmask]
TIARA 1400/configure/interface/ethernet> speed [speed option] [duplex option]

ethernet port number 0 or 1
speed option auto, 10 or 100
duplex option half_duplex or full_duplex

Configuring the speed and duplex is suggested. The “auto” speed option does not allow the configuration of duplex. The auto sensing of the proper duplex did not succeed during 100% of the testing.

Individual T1s

Configure the Individual T1 Channels:

TIARA 1400> configure terminal
TIARA 1400/configure> module t1 1-8
TIARA 1400/configure/module/t1> no enable
TIARA 1400/configure/module/t1> framing esf
TIARA 1400/configure/module/t1> linecode b8zs
TIARA 1400/configure/module/t1> clock_source line
TIARA 1400/configure/module/t1> exit
TIARA 1400/configure> module [range]
TIARA 1400/configure/module/t1> enable

The default configuration uses the ANSI FDL protocol.

All T1s are enabled by default. The T1’s not in use will produce red alarms. Hence all of the T1s are disabled before enabling the used T1s. This is done to avoid mistaking a port that has not been provisioned with a port that is actually down.

IP Configuration

Turn on IP Routing and Configure a Default Route:

TIARA 1400> configure term
TIARA 1400/configure> ip
TIARA 1400/configure/ip> routing
TIARA 1400/configure/ip> route 0.0.0.0 0.0.0.0 [next hop] [cost]

Frame Relay Bundle Interface

Configure the Frame Relay Bundle Interface:

TIARA 1400> configure term
TIARA 1400/configure> interface bundle [BUNDLE NAME]
TIARA 1400/configure/interface/bundle> link t1 [range]
TIARA 1400/configure/interface/bundle> encapsulation fr
TIARA 1400/configure/interface/bundle> fr
TIARA 1400/configure/interface/bundle/fr> enable interface
TIARA 1400/configure/interface/bundle/fr> intf_type dte
TIARA 1400/configure/interface/bundle/fr> lmi ansi
TIARA 1400/configure/interface/bundle/fr/lmi> keepalive 10
TIARA 1400/configure/interface/bundle/fr/lmi> exit
TIARA 1400/configure/interface/bundle/fr> pvc [dlci]
TIARA 1400/configure/interface/bundle/fr/pvc> enable
TIARA 1400/configure/interface/bundle/fr/pvc> ip address [serial ip address] [netmask]

Optional Configuration Parameters

Simple Network Monitoring Protocol (SNMP)

The Tiara 1400 supports SNMP read and write functions.

TIARA 1400> configure term
TIARA 1400/configure> snmp
TIARA 1400/configure/snmp> community [read only community string] ro

Packet Filters

The Tiara 1400 implements packet filtering very much like the Cisco series routers. Filter profiles need to be created and applied to the appropriate interface(s).

Creating Filter Lists:

TIARA 1400> configure term
TIARA 1400/configure> ip filter_list [filter name]
TIARA 1400/configure/ip/filter_list> [filter options]

The syntax of the filter options is outlined below:

add [action] [protocol] [src address/mask] [dst address/mask] [compare options] [log options]
delete [rule number]
insert [line number] [action] [protocol] [src address/mask] [dst address/mask] [compare options] [log options]

The compare and log options can be viewed by using a “?” after entering the destination address and netmask.

The filter list must be applied to an interface before it will affect any traffic.

Applying Filter Lists:

TIARA 1400> configure term
TIARA 1400/configure> ip apply_filter [bundle name]:[DLCI] [profile name] [direction]


TopHomeContact SupportSearchQuick Index