|
This chapter describes the function and displays the syntax for Apollo Domain commands. For more information about defaults and usage guidelines, see the corresponding chapter of the Network Protocols Command Reference, Part 3.
To apply an access list to an interface, use the apollo access-group interface configuration command. To remove the access list, use the no form of this command.
apollo access-group access-list-nameaccess-list-name | Name of an access list to apply to the interface. |
To define an Apollo Domain access list, use the apollo access-list global configuration command. To remove an access list, use the no form of this command.
apollo access-list access-list-name {deny | permit} [firstnet-]lastnet.host [wildcard-mask]access-list-name | Name of the access list. |
deny | Denies access if the conditions are matched. |
permit | Permits access if the conditions are matched. |
firstnet | (Optional) Number that specifies the lower limit of a selected Apollo network range. |
lastnet.host | Number that specifies the upper limit of a selected Apollo network range. This is a 32-bit Apollo address consisting of a network number and a host number separated by a period. To specify all networks, use a value of -1. |
wildcard-mask | (Optional) A wildcard mask that uses the one bits to ignore the host part of the network address. Host bits corresponding to wildcard mask bits set to zero are used in comparisons. |
To set the maximum number of paths the Cisco IOS software uses when sending packets, use the apollo maximum-paths global configuration command. To restore the default value, use the no form of this command.
apollo maximum-paths pathspaths | Maximum number of equal-cost paths from which the software chooses. The argument paths can be a value from 1 to 512. The default is 1. |
To enable Apollo Domain routing on a particular interface, use the apollo network interface configuration command. To disable Apollo Domain routing on an interface, use the no form of this command.
apollo network numbernumber | Network number. This is an eight-digit hexadecimal number consisting of the network address followed by the host address. |
To add a static route to the Apollo Domain routing table, use the apollo route global configuration command. To remove a route from the routing table, use the no form of this command.
apollo route destination-network network.hostdestination-network | Network to which you want to establish a static route. This is a 12-bit hexadecimal number. You can omit leading zeros. |
network.host | Network address of the router to which to forward packets destined for destination-network.
The argument network is a 12-bit hexadecimal number. You can omit leading zeros. The argument host is the host number of the target router. This is a 20-bit hexadecimal value. |
To enable Apollo Domain routing, use the apollo routing global configuration command. To disable Apollo Domain routing, use the no form of this command.
apollo routing hosthost | Host number of the router. This is a five-digit hexadecimal host address that is unique across the Apollo Domain internetwork. |
To set the interval between Apollo Domain routing updates, use the apollo update-time interface configuration command. To restore the default value, use the no form of this command.
apollo update-time intervalinterval | Interval, in seconds, at which Apollo Domain routing updates are sent. The minimum interval is 10 seconds, and the maximum is 2493644 seconds. The default is 30 seconds. |
To list the entries in the Apollo Domain Address Resolution Protocol (ARP) table, use the show apollo arp EXEC command.
show apollo arpTo display the status of the Apollo Domain interfaces configured in the router and the parameters configured on each interface, use the show apollo interface EXEC command.
show apollo interface [type number]type | (Optional) Interface type. It can be one of the following types: asynchronous, dialer, Ethernet (IEEE 802.3), loopback, null, serial, or tunnel. |
number | (Optional) Interface number. |
To display the contents of the Apollo Domain routing table, use the show apollo route EXEC command.
show apollo route [network]network | (Optional) Number of the network that the route is to. This is a 12-bit hexadecimal number. |
To display information about the number and type of Apollo Domain packets transmitted and received by the Cisco IOS software, use the show apollo traffic EXEC command.
show apollo traffic
|