Cisco Cisco Packet Data Gateway (PDG) 管理员指南

下载
页码 308
  Network Mobility (NEMO) 
Sample Configuration  ▀   
 
Cisco ASR 5x00 Home Agent Administration Guide  ▄  
 
   
233 
   ip pool cust2-f ipaddress private 0 group-name customer2 vrf <vrf-name2> nexthop-
forwarding-address ipaddress overlap vlanid 402 policy allow-static-allocation 
   ip pool <pool-name> ipaddress private 0 group-name customer3 vrf <vrf-name3>nexthop-
forwarding-address <ipaddress>overlap vlanid 403 policy allow-static-allocation 
   router bgp 1 
     enforce-first-as 
     neighbor <ipaddress> remote-as <1001> 
     neighbor <ipaddress> update-source <ipaddress> 
     neighbor <ipaddress> remote-as <1001> 
     neighbor <ipaddress> update-source <ipaddress> 
     ip vrf <vrf-name1> 
       route-distinguisher 1 1 
     exit 
     address-family ipv4 vrf <vrf-name1> 
       redistribute connected 
       neighbor <ipaddress> remote-as 1001 
       neighbor <ipaddress> use-default-table 
       neighbor <ipaddress> ebgp-multihop max-hop 255 
       neighbor <ipaddress> update-source ipaddress 
       neighbor <ipaddress> remote-as 1001 
       neighbor <ipaddress> use-default-table 
       neighbor <ipaddress> ebgp-multihop max-hop 255 
       neighbor <ipaddress> update-source <ipaddress> 
     exit 
     ip vrf vrf-cust2 
       route-distinguisher 1 2 
     #exit 
       address-family ipv4 vrf <vrf-name2> 
       redistribute connected 
       neighbor ipaddress remote-as 1001