Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Adding Sites (SRC CLI)
Use the following configuration statements to add a site:
subscribers retailer name subscriber-folder folder-name enterprise name site name {network [ network... ]; display-name display-name ;accounting-user-id accounting-user-id ; description description ; }
To add a site:
- From configuration mode, enter the site configuration.
In this procedure, ABCInc is the name of the enterprise, and Montreal
is the name of the site. user@host# edit subscribers retailer default subscriber-folder local enterprise ABCInc site Montreal
- (Optional) Record networks used at the site. If you build
a custom enterprise manager application, you can access this information
through the enterprise portal APIs. [edit subscribers retailer default subscriber-folder local enterprise ABCInc site Montreal]user@host# set network [ network... ]
- (Optional) Configure the name that is displayed in enterprise
management portals, if different from the site name. [edit subscribers retailer default subscriber-folder local enterprise ABCInc site Montreal]user@host# set display-name display-name
- (Optional) Configure the name that identifies the site
in accounting records.[edit subscribers retailer default subscriber-folder local enterprise ABCInc site Montreal]user@host# set accounting-user-id accounting-user-id
- (Optional) Enter a description of the site. [edit subscribers retailer default subscriber-folder local enterprise ABCInc site Montreal]user@host# set description description
- (Optional) Verify your configuration.
[edit subscribers retailer default subscriber-folder local enterprise ABCInc site Montreal] user@host# show display-name "Montreal Office of ABC, Inc."; accounting-user-id abcInc; description "This enterprise is sample data for use with JunosE routers.";
- Configure an access for the site. (See Configuring Accesses (SRC CLI).)