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


Adding Enterprises with the SRC CLI

Use the following configuration statements to add an enterprise subscriber:

subscribers retailer name subscriber-folder folder-name enterprise name {
display-name display-name; 

accounting-user-id accounting-user-id; 

description description; 

scope [scope...]; 

substitution [substitution...]; 
}

To add an enterprise subscriber:

  1. From configuration mode, enter the enterprise subscriber configuration. In this procedure, ABCInc is the name of the enterprise subscriber.
  2. user@host# edit subscribers retailer default subscriber-folder local enterprise 
    ABCInc 
    
    
    
  3. (Optional) Configure the name that is displayed in enterprise management portals, if different from the enterprise name.
  4. [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
    
    user@host# set display-name display-name 
    
    
    
  5. (Optional) Configure the name that identifies the enterprise in accounting records.
  6. [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
    
    user@host# set accounting-user-id accounting-user-id 
    
    
    
  7. (Optional) Enter a description of the enterprise.
  8. [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
    
    user@host# set description description 
    
    
    
  9. (Optional) Assign service scopes to the enterprise.
  10. [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
    
    user@host# set scope [scope...] 
    
    
    
  11. (Optional) Configure the actual values for parameters associated with this enterprise.
  12. [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
    
    user@host# set substitution [substitution...] 
    
    
    
  13. (Optional) Verify your configuration.
  14. [edit subscribers retailer default subscriber-folder local enterprise 
    ABCInc]
    
    user@host# show 
    
    display-name ABCInc;
    
    description "This enterprise is sample data for use with JUNOSe routers.  
    
    The attached EntJunose scope contains enterprise services that are designed 
    to work with JUNOSe. 
    
    scope [ EntJunose POP-Ottawa POP-Boca POP-Boston POP-Montreal ];
    
    substitution [ "acct : network = 208.93.36.80 / 28" "eng : network = 
    208.93.36.64 / 28" ];
    
    
    
  15. Configure an access subscription for the enterprise. (See Configuring Accesses with the SRC CLI.)

Configuring Administrative Information for Enterprise Subscribers with the SRC CLI

Use the following configuration statements to configure administrative information about the enterprise subscriber:

subscribers retailer name subscriber-folder folder-name enterprise name info {
phone phone; 

fax fax; 

po-box po-box; 

city city; 

street street; 

state state; 

postal-code postal-code; 
}

To add administrative information about enterprise subscribers:

  1. From configuration mode, enter the enterprise subscriber info configuration. For example:
  2. user@host# edit subscribers retailer default subscriber-folder local enterprise 
    ABCInc info 
    
    
    
  3. (Optional) Configure a phone number for the subscriber.
  4. [edit subscribers retailer default subscriber-folder local enterprise ABCInc info]
    
    user@host# set phone phone 
    
    
    
  5. (Optional) Configure a fax number for the subscriber.
  6. [edit subscribers retailer default subscriber-folder local enterprise ABCInc info]
    
    user@host# set fax fax 
    
    
    
  7. (Optional) Configure a post office box for the subscriber.
  8. [edit subscribers retailer default subscriber-folder local enterprise ABCInc info]
    
    user@host# set po-box po-box 
    
    
    
  9. (Optional) Configure the city for the subscriber.
  10. [edit subscribers retailer default subscriber-folder local enterprise ABCInc info]
    
    user@host# set city city 
    
    
    
  11. (Optional) Configure the street address for the subscriber.
  12. [edit subscribers retailer default subscriber-folder local enterprise ABCInc info]
    
    user@host# set street street 
    
    
    
  13. (Optional) Configure a state for the subscriber.
  14. [edit subscribers retailer default subscriber-folder local enterprise ABCInc info]
    
    user@host# set state state 
    
    
    
  15. (Optional) Configure the postal code for the subscriber.
  16. [edit subscribers retailer default subscriber-folder local enterprise ABCInc info]
    
    user@host# set postal-code postal-code 
    

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