Cisco Cisco Packet Data Gateway (PDG)

Seite von 421
System Interfaces and Ports   
▀  Ethernet Interfaces and Ports 
 
 
▄  ASR 5500 System Administration Guide, StarOS Release 18 
100 
   
Configuring a Port and Binding It to an Interface 
Use the following example configuration to configure and assign a port to an interface: 
configure 
   port ethernet slot#/port# 
      description description 
      no shutdown 
      bind interface interface_name  context_name 
      end 
Notes: 
 
For port ethernet slot#, use the actual chassis slot in which the MIO/UMIO card is installed; this could be 5 or 
6. 
 
For port ethernet port#, use ports 10 to 19 (DC1) or 20 to 29 (DC2). 
 
Optional: In the Ethernet Port configuration mode, add the preferred slot slot# command if you want to specify a 
port preference. 
 
Binding associates the port and all of its settings to the named interface. 
Configuring a Static Route for an Interface 
Use the following example to configure a static route for an interface: 
configure 
   context name 
       { ip | ipv6 } route ip_address netmask next-hop gw_address interface_name 
      end 
Notes: 
 
ip_address and netmask are the IP address and subnet mask of the target network. This IP address can be entered 
using IPv4 dotted-decimal or IPv6 colon-separated-hexadecimal notation. 
 
gw_address is the IP address of the default gateway or next-hop route. This IP address can be entered using IPv4 
dotted-decimal or IPv6 colon-separated-hexadecimal notation. 
 
To configure a route to the gateway router, use 0.0.0.0 for the network and mask variables. 
 
Repeat as needed. Multiple static routes can be configured to the same destination to provide an alternative 
means of communication in case the preferred route fails.