Cisco Cisco Packet Data Gateway (PDG)

Pagina di 128
  Configuring the SaMOG Gateway 
Configuring the System to Perform as a SaMOG Gateway  ▀   
 
SaMOG Administration Guide, StarOS Release 18  ▄  
 
   
111 
      exit  
   ip route ipv4_address ipv4_address tunnel interface_tunnel_name 
   port ethernet port_number 
      no shutdown  
      bind interface interface_name1 context_name 
      vlan vlan_number 
         no shutdown 
         ingress-mode 
         bind interface interface_name context_name 
         end 
Notes: 
 
Use the 
interface interface_name1
 configuration only if a VRF-GRE tunnel is required. 
 
Use the 
ip vrf forwarding
 command to associate a GRE tunnel with the VRF.  
Configuring IPoVLAN 
Configure IP over VLAN (IPoVLAN) 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 ip_address 
      exit 
   interface interface_name1 
      ip vrf forwarding vrf_name 
      ip address ip_address ip_address 
      exit 
   ip route ip_address[/mask ] next-hop ip_address interface_name1 vrf vrf_name