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


Configuring Simulated Router Drivers

You configure a simulated router in the same way that you configure a real router.

Before you configure a simulated router driver:

See SRC-PE Subscribers and Subscriptions Guide, Chapter 6, Classifying Interfaces and Subscribers with the SRC CLI.

See SRC-PE Network Guide, Chapter 2, Configuring the SAE with the SRC CLI.

Use the following configuration statements to configure simulated router drivers:

shared sae configuration driver simulated name {
driver-type (junos | junose | pcmm); 

router-version router-version; 

driver-address driver-address; 

transport-router transport-router; 
}

To configure simulated router drivers:

  1. From configuration mode, access the configuration statement that configures simulated router drivers. In this sample procedure, west-region is the name of the SAE group, and default@simjunos is the name of the simulated router driver.
  2. [edit]
    
    user@host# edit shared sae group west-region configuration driver simulated 
    default@simJunos 
    
    
    
  3. Configure the type of device that the simulated driver simulates.
  4. [edit shared sae group west-region configuration driver simulated 
    default@simJunos]
    
    user@host# set driver-type (junos | junose | pcmm)
    
    
    
  5. (Optional) Configure the version of the router software to simulate. This is the software version that is sent by the router.
  6. [edit shared sae group west-region configuration driver simulated 
    default@simJunos]
    
    user@host# set router-version router-version 
    
    
    
  7. Configure the IP address of the device driver.
  8. [edit shared sae group west-region configuration driver simulated 
    default@simJunos]
    
    user@host# set driver-address driver-address 
    
    
    
  9. (Optional) Configure the name of a virtual router that is used to connect to the SAE. This value is passed to the router initialization script. It is not supported on the JUNOS routing platform.
  10. [edit shared sae group west-region configuration driver simulated 
    default@simJunos]
    
    user@host# set transport-router transport-router 
    
    
    
  11. (Optional) Verify the configuration of the simulated driver.
  12. [edit shared sae group west-region configuration driver simulated 
    default@simJunos]
    
    user@host# show 
    
    driver-type junos;
    
    router-version 8.4;
    
    driver-address 10.10.90.5;
    
    
    

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