Руководство Администратора для Cisco Cisco Packet Data Gateway (PDG)

Скачать
Страница из 377
  Interchassis Session Recovery 
Configuring Interchassis Session Recovery (ICSR)  ▀   
 
Cisco ASR 5000 System Administration Guide  ▄  
 
   
335 
Step 4 
Verify your BGP context configuration by following the steps in 
  
Step 5 
Save your configuration as described in Verifying and Saving Your Configuration
Configuring BGP Router and Gateway Address in Destination Context 
Use the following example to create the BGP context and network addresses. 
configure 
  context dest_ctxt_name 
    router bgp AS_num 
      network gw_ip_address 
      neighbor neighbor_ip_address remote-as AS_num 
      end 
Notes: 
 
AS_num is the autonomous systems path number for this BGP router. 
Configuring SRP Context for BGP for Destination Context 
Use the following example to configure the BGP context and IP addresses in the SRP context. 
configure 
  context srp_ctxt_name 
    service-redundancy-protocol 
      monitor bgp context dest_ctxt_name neighbor_ip_address 
         end 
Setting Subscriber to Default Mode 
Use the following example to set the subscriber mode to default
configure 
  context dest_ctxt_name 
    subscriber default 
      end