Cisco Cisco Packet Data Gateway (PDG)

Seite von 128
Configuring the SaMOG Gateway   
▀  Configuring the System to Perform as a SaMOG Gateway 
 
 
▄  SaMOG Administration Guide, StarOS Release 18 
110 
   
         exit  
      mag-service mag_service_name 
         bind ipv4-address ipv4_address 
         reg-lifetime max_reg_duration 
         mobility-option-type-value standard 
         end 
Configuring IPoGRE 
Important:
  The IP over GRE functionality requires an additional GRE Interface Tunneling license to create IP-
GRE tunnels. For more information, contact your Cisco account representative. 
Configure IP over GRE (IPoGRE) encapsulation for processing DHCP Layer 3 IP packets by applying the example 
configuration below. 
config 
   context context_name 
      ip vrf vrf_name 
      exit  
   interface interface_name 
      ip address ip_address[/mask ]ipv4/v6_address 
      exit  
   interface interface_name1 
      ip address ip_address[/mask ]ipv4/v6_address 
      exit  
   interface interface_tunnel_name tunnel 
      ip vrf forwarding gre_vrf_name 
      ip address ip_address[/mask ]ipv4/v6_address 
      tunnel-mode gre 
         source interface interface_name 
         destination address ipv4_address 
         exit