The AccessListMatchInfo class represents the access list match information that is used by the router to determine
whether certain network traffic matches a set of criteria.
The BackupRouterConfigs program reads router configurations from a list of routers and writes those configurations to
an optional user supplied output directory.
The frame relay FECN adapt class enables Traffic Shaping reflection of FECN as BECN through the existence of this
class being added to the MapClassFrameRelayComponent.
Searches the parent component hierarchy of the passed in component and returns the first CiscoRouterConfig
component found (should be the highest level parent).
Returns the port portion of the interface name if one exists as an Integer The port is parsed from the interface
name based on the the following: "[slot/][port-adapter/]port[:channel-group][.sub-interface]".
Returns the list of IOS commands that can be used to provision the router to update the original configuration
(passed in as a parameter) to look like this component.
The MindTermSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH
client using the MindTerm implementation.
The MindTermSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH
client using the MindTerm implementation.
The MindTermSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH
client using the MindTerm implementation.
The NoRouterExample provides a base class for CSU example programs that don't have access to a router but want to
simulate communication with a router using a configuration that comes from a file.
Determines if a comment separator should be generated between the various instances of this component when
generateIos is called and more than one component of this type exists.
Determines if a comment separator should be generated between the various instances of this component when
generateIos is called and more than one component of this type exists.
If a specific sub-class of UnknownComponent (not sure who would want this)
wishes to have comment separators in between multiple instances of this component, it should override this method
and return true.
RESET -
Static variable in class com.foxsmart.csu.config.global.line.ScriptComponent
This method performs the same functionality as the shell method although this one throws the original exception
rather than eating the exception and returning a boolean.
The VerifyRouterConfigs program reads router configurations from a list of files and/or directories and verifies that
the configurations can be parsed successfully.