Package com.foxsmart.csu.config

Provides classes that deal with the Cisco Router configuration as a whole.

See:
          Description

Interface Summary
CompositeComponent This interface identifies a composite component (i.e.
IndelibleComponent This interface identifies a component that can not be deleted from the configuration.
MultiInstanceComponent This interface identifies a component that may contains multiple instances within a configuration.
MultiLineComponent This interface identifies a component whose IOS configuration spans multiple lines.
 

Class Summary
CiscoRouterConfig The CiscoRouterConfig class represents a Cisco Router IOS configuration.
CiscoRouterConfigComponent The CiscoRouterConfigComponent class represents a part of an overall Cisco Router IOS configuration.
CiscoRouterConfigParser The CiscoRouterConfigParser class contains many methods to aid in the parsing and generation of IOS strings.
Command The Command class represents a single command that can be sent to the router.
Commands The Commands class is a list of Command objects.
CommentComponent The comment class represents one or more consecutive router comments.
DscpEnum The DscpEnum class represents the Differentiated Services Codepoint Value.
IcmpTypeEnum The IcmpTypeEnum class represents ICMP Type and Code combinations.
IgmpTypeEnum The IgmpTypeEnum class represents IGMP message types.
InputOutputEnum The InputOutputEnum class represents values of input or output.
IpProtocolEnum The IpProtocolEnum class represents an IP protocol for an extended IP access list.
MultiLineConfigComponent The MultiLineConfigComponent class represents a Cisco Router Configuration Component with multiple lines.
PrecedenceEnum The PrecedenceEnum class represents the router precedence for pattern matching.
TcpPortEnum The TcpPortEnum class represents a TCP port on the router.
TosEnum The TosEnum class represents the router type of service for pattern matching.
UdpPortEnum The UdpPortEnum class represents a UDP port on the router.
UnknownComponent The UnknownComponent class represents a part of the router configuration which is not understood.
 

Exception Summary
InvalidConfigurationException This exception is thrown when an invalid Cisco router configuration is encountered.
 

Package com.foxsmart.csu.config Description

Provides classes that deal with the Cisco Router configuration as a whole.



Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.