Adding Enterprises (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.
      user@host# edit subscribers retailer default subscriber-folder local enterprise ABCInc
  2. (Optional) Configure the name that is displayed in enterprise management portals, if different from the enterprise name.
      [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
      user@host# set display-name display-name
  3. (Optional) Configure the name that identifies the enterprise in accounting records.
      [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
      user@host# set accounting-user-id accounting-user-id
  4. (Optional) Enter a description of the enterprise.
      [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
      user@host# set description description
  5. (Optional) Assign service scopes to the enterprise.
      [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
      user@host# set scope [ scope... ]
  6. (Optional) Configure the actual values for parameters associated with this enterprise.
      [edit subscribers retailer default subscriber-folder local enterprise ABCInc]
      user@host# set substitution [ substitution... ]
  7. (Optional) Verify your configuration.
    [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" ];
    
    
  8. Configure an access subscription for the enterprise. (See Configuring Accesses (SRC CLI).)