Saving Configurations - Tasman Networks 1002 Installation Manual

Table of Contents

Advertisement

56
CHAPTER 4
Configuration

Saving Configurations

Installation Guide: 1002 and 1004 Routers
TiOS 8.0
BGP4
Configuring EBGP between two different autonomous systems.
Router/configure# interface bundle Chicago
Router/configure/interface/bundle Chicago# link ct3 1 1-10
Router/configure/interface/bundle Chicago# encapsulation ppp
Router/configure/interface/bundle Chicago# ip address 20.20.20.1 24
Router/configure/interface/bundle Chicago# exit
Router/configure# router bgp 10
Router/configure/router/bgp 10# neighbor 20.20.20.2 20
Router/configure/router/bgp 10/neighbor 20.20.20.2 20# exit 3
Configuring IBGP between two neighbors in the same autonomous system.
Router/configure# interface ethernet 0
Router/configure/interface/ethernet 0# ip address 10.10.10.1 24
Router/configure/interface/ethernet 0# exit
Router/configure# router bgp 10
Router/configure/router/bgp 10# neighbor 10.10.10.2 10
Router/configure/router/bgp 10/neighbor 10.10.10.2 10# exit 3
Redistributing static and connected routes.
Router/configure# ip route 9.9.0.0 255.255.0.0 10.10.10.10
Router/configure# router bgp 10
Router/configure/router/bgp 10# redistribute static
Router/configure/router/bgp 10# redistribute connected
Router/configure/router/bgp 10# exit 2
Use the following command to save new configurations to system memory.
NOTE: Before powering down the router, execute a write memory command to save the router configuration.
Router# write memory
Use the following command to save new configurations to a network host for archiving and
back-up purposes. Identify the host name or IP address, the host directory the file is being
transferred to, and the new name as follows.
Router# save network 10.1.100.149 /maindir/config01.txt
NOTE: When saving to a network host, the host directory and file name must already exist.
Saving Configurations

Advertisement

Table of Contents
loading

This manual is also suitable for:

1004

Table of Contents