[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Adding Sites with the 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:

  1. 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.
  2. user@host# edit subscribers retailer default subscriber-folder local enterprise 
    ABCInc site Montreal 
    
    
    
  3. (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.
  4. [edit subscribers retailer default subscriber-folder local enterprise ABCInc site 
    Montreal]
    
    user@host# set network [network...] 
    
    
    
  5. (Optional) Configure the name that is displayed in enterprise management portals, if different from the site name.
  6. [edit subscribers retailer default subscriber-folder local enterprise ABCInc site 
    Montreal]
    
    user@host# set display-name display-name 
    
    
    
  7. (Optional) Configure the name that identifies the site in accounting records.
  8. [edit subscribers retailer default subscriber-folder local enterprise ABCInc site 
    Montreal]
    
    user@host# set accounting-user-id accounting-user-id 
    
    
    
  9. (Optional) Enter a description of the site.
  10. [edit subscribers retailer default subscriber-folder local enterprise ABCInc site 
    Montreal]
    
    user@host# set description description 
    
    
    
  11. (Optional) Verify your configuration.
  12. [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.";
    
    
    
  13. Configure an access for the site. (See Configuring Accesses with the SRC CLI.)

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]