Table 54: Contents Of Ds1Mac.mac - Juniper JUNOSE SOFTWARE FOR E SERIES 11.3.X - SYSTEM BASICS CONFIGURATION GUIDE 2010-10-04 Configuration Manual

Software for e series broadband services routers system basics configuration guide
Hide thumbs Also See for JUNOSE SOFTWARE FOR E SERIES 11.3.X - SYSTEM BASICS CONFIGURATION GUIDE 2010-10-04:
Table of Contents

Advertisement

JunosE 11.3.x System Basics Configuration Guide
488
Some of the macros provide a single configuration function, like configuring the controller.
These are invoked by other macros that are executable from the command line. A
high-level macro invokes several of the executables, acting much like a script to provide
greater functionality.

Table 54: Contents of ds1mac.mac

Macro Name
Description
Help
Lists the executable macros in ds1mac.mac
controllerDs1
Executable macro that configures Cx1 ports; calls macro cntrDs1
ds1Encap
Executable macro that configures Frame Relay encapsulation on Cx1 serial
interfaces; calls macro cx1Encap
ds1FrCir
Executable macro that configures Frame Relay circuits on Cx1 subinterfaces;
calls macro cx1FRCir
configCx1
Executable macro that configures Cx1 serial Frame Relay interfaces; calls
macros cntrDs1, cx1Encap, and cx1FrCir
cntrDs1
Configures the Cx1 controller; called by other macros
cx1Encap
Configures Frame Relay encapsulation on serial interfaces; called by other
macros
cx1FrCir
Configures Frame Relay circuits on the subinterfaces; called by other macros
The following examples list the complete set of macros contained in ds1mac.mac. You
can run the Help macro to list the other executable macros contained in ds1mac.mac.
To configure Frame Relay on your router with ds1mac.mac, you can do one of the following:
Run the controllerDS1, ds1Encap, and ds1FrCir macros in that order
Run the configCx1 macro
In either case, to run the macros you must provide the required values described in the
macros.
<# Help #>
! This file contains the following executable macros:
!
controllerDs1
!
ds1Encap
!
ds1FrCir
!
configCx1
<# endtmpl #>
<# controllerDs1 #>
<# if env.argc = 0 #>
! This macro configures your Cx1 controller.
! This macro will configure e1 ports as unframed.
! This macro should be called with 4 arguments.
! The argument list should be as follows:
! type; number of numPorts; slot; port; clock; framing; lineCoding
<# return #>
Copyright © 2010, Juniper Networks, Inc.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.3

Table of Contents