A B C D E F G H I K L M N O P Q R S T U V W X Z _

A

AAA - Static variable in class com.foxsmart.csu.config.global.AaaNewModelComponent
 
AaaNewModelComponent - Class in com.foxsmart.csu.config.global
The AAA New Model command enables new access control commands and functions while disabling old commands.
AaaNewModelComponent() - Constructor for class com.foxsmart.csu.config.global.AaaNewModelComponent
Constructs a notify object.
ABORT_CHARACTER - Static variable in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
 
ABSOLUTE_TIMEOUT - Static variable in class com.foxsmart.csu.config.global.line.AbsoluteTimeoutComponent
 
AbsoluteTimeoutComponent - Class in com.foxsmart.csu.config.global.line
The absolute timeout class sets the absolute timeout for line disconnection.
AbsoluteTimeoutComponent() - Constructor for class com.foxsmart.csu.config.global.line.AbsoluteTimeoutComponent
Constructs an absolute timeout object.
AbstractCliProtocolHandler - Class in com.foxsmart.ic.net
The AbstractProtocolHandler class provides base functionality for protocols handlers.
AbstractCliProtocolHandler() - Constructor for class com.foxsmart.ic.net.AbstractCliProtocolHandler
Default Constructor.
ACCESS_CLASS - Static variable in class com.foxsmart.csu.config.global.line.AccessClassComponent
 
ACCESS_DENIED - Static variable in class com.foxsmart.csu.CiscoRouter
 
ACCESS_GROUP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
ACCESS_GROUP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
 
ACCESS_LIST - Static variable in class com.foxsmart.csu.config.global.AccessListComponent
 
ACCESS_LIST - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
 
AccessClassComponent - Class in com.foxsmart.csu.config.global.line
The access-class class filters connections based on an IP access list.
AccessClassComponent() - Constructor for class com.foxsmart.csu.config.global.line.AccessClassComponent
Constructs an access-class object.
AccessListComponent - Class in com.foxsmart.csu.config.global
The AccessListComponent class represents all the numbered access lists defined on the router.
AccessListComponent() - Constructor for class com.foxsmart.csu.config.global.AccessListComponent
Constructs an access list component object.
AccessListEntry - Class in com.foxsmart.csu.config.global
The AccessListEntry class represents a single access list entry on the router.
AccessListEntry() - Constructor for class com.foxsmart.csu.config.global.AccessListEntry
Constructs an access list entry object.
AccessListMatchInfo - Class in com.foxsmart.csu.config.global
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.
AccessListMatchInfo() - Constructor for class com.foxsmart.csu.config.global.AccessListMatchInfo
Constructs an access list match info object.
AccessListMatchInfoAny - Class in com.foxsmart.csu.config.global
The AccessListMatchInfoAny class matches any network traffic.
AccessListMatchInfoAny() - Constructor for class com.foxsmart.csu.config.global.AccessListMatchInfoAny
Constructs an access list match info any object.
AccessListMatchInfoHost - Class in com.foxsmart.csu.config.global
The AccessListMatchInfoHost class matches network traffic based on a single host.
AccessListMatchInfoHost() - Constructor for class com.foxsmart.csu.config.global.AccessListMatchInfoHost
Constructs an access list match info host object.
AccessListMatchInfoNetwork - Class in com.foxsmart.csu.config.global
The AccessListMatchInfoNetwork class matches network traffic based on network address information.
AccessListMatchInfoNetwork() - Constructor for class com.foxsmart.csu.config.global.AccessListMatchInfoNetwork
Constructs an access list match info network object.
AccessListPortMatchInfo - Class in com.foxsmart.csu.config.global
This class represents the port match information for a particular IP protocol.
AccessListPortMatchInfo() - Constructor for class com.foxsmart.csu.config.global.AccessListPortMatchInfo
 
AccessListTcpFlagInfo - Class in com.foxsmart.csu.config.global
This class represents the various TCP flags that can be set on Extended IP Access Lists configured with a TCP port.
AccessListTcpFlagInfo() - Constructor for class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
 
AccessListTcpPortMatchInfo - Class in com.foxsmart.csu.config.global
This class represents the port match information for the TCP protocol.
AccessListTcpPortMatchInfo() - Constructor for class com.foxsmart.csu.config.global.AccessListTcpPortMatchInfo
 
AccessListUdpPortMatchInfo - Class in com.foxsmart.csu.config.global
This class represents the port match information for the UDP protocol.
AccessListUdpPortMatchInfo() - Constructor for class com.foxsmart.csu.config.global.AccessListUdpPortMatchInfo
 
ACCUNET - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
 
ACK - Static variable in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
 
ACTIVATION - Static variable in class com.foxsmart.csu.config.global.line.ScriptComponent
 
ACTIVATION_CHARACTER - Static variable in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
 
ActivationCharacterComponent - Class in com.foxsmart.csu.config.global.line
The activation character class defines the line activation character.
ActivationCharacterComponent() - Constructor for class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
Constructs an activation character object.
ADAPTIVE_SHAPING - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayAdaptiveShapingComponent
 
add(String) - Method in class com.foxsmart.csu.config.Command
Adds a line to the command.
add(int, String) - Method in class com.foxsmart.csu.config.Command
Adds a line at a specified position
add(Command) - Method in class com.foxsmart.csu.config.Commands
Adds a command to the list of commands.
add(int, Command) - Method in class com.foxsmart.csu.config.Commands
Adds a command at a specified position
add(int, String) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Adds an individual line to the list of lines at a specified index.
add(String) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Adds an individual line to the list of lines.
add(Collection) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Adds a collection of lines.
add(String, Object, Integer) - Static method in class com.foxsmart.ic.util.ExpirableCache
Adds an entry into the cache using a specified key.
addAccessListEntry(NumberAccessListEntry) - Method in class com.foxsmart.csu.config.global.AccessListComponent
Adds an access list entry.
addAccessListEntry(NameAccessListEntry) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Adds an access list entry.
addAll(ArrayList) - Method in class com.foxsmart.csu.config.Command
Appends all the passed in lines to the end of the list.
addAll(int, ArrayList) - Method in class com.foxsmart.csu.config.Command
Inserts all the lines at the specified offset.
addAll(Commands) - Method in class com.foxsmart.csu.config.Commands
Appends all the passed in commands to the end of the list.
addAll(int, Commands) - Method in class com.foxsmart.csu.config.Commands
Inserts all the commands at the specified offset.
addArgument(String, String) - Method in class com.foxsmart.ic.util.CommandLineParams
Adds a command line argument.
addCharacter(String) - Method in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
Adds a dispatch character.
addCharacter(String, Integer) - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
Adds a character to be padded and the number of nulls to output.
addComponent(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Adds a component to the list of configuration components based on a configuration key.
addComponent(String, CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Adds a component to the list of configuration components based on a configuration key.
addFlag(String, String, String) - Method in class com.foxsmart.ic.util.CommandLineParams
Adds a command line flag.
addInputProtocol(String) - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Adds an input transport protocol.
addOption(String, String, String, boolean) - Method in class com.foxsmart.ic.util.CommandLineParams
Adds a command line option.
addOutputProtocol(String) - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Adds an output transport protocol.
addRateLimit(RateLimitEntry) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
Adds a rate limit.
addRoute(IpRouteEntry) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Adds a route.
addStateMachineInstance(StateMachineInstance) - Method in class com.foxsmart.csu.config.global.StateMachineComponent
Adds a state machine instance.
ADMINISTRATIVELY_PROHIBITED - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/13, Name: administratively-prohibited, Short Description: Administratively prohibited.
AF11 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 10, Name: af11, Short Description: AF_11 dscp (001010).
AF12 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 12, Name: af12, Short Description: AF_12 dscp (001100).
AF13 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 14, Name: af13, Short Description: AF_13 dscp (001110).
AF21 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 18, Name: af21, Short Description: AF_21 dscp (010010).
AF22 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 20, Name: af22, Short Description: AF_22 dscp (010100).
AF23 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 22, Name: af23, Short Description: AF_23 dscp (010110).
AF31 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 26, Name: af31, Short Description: AF_31 dscp (011010).
AF32 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 28, Name: af32, Short Description: AF_32 dscp (011100).
AF33 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 30, Name: af33, Short Description: AF_33 dscp (011110).
AF41 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 34, Name: af41, Short Description: AF_41 dscp (100010).
AF42 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 36, Name: af42, Short Description: AF_42 dscp (100100).
AF43 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 38, Name: af43, Short Description: AF_43 dscp (100110).
AGE - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
AHP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 51, Name: ahp, Short Description: Authentication Header Protocol.
alert(String) - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
 
ALIGNMENT - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
ALL - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
ALLOCATE - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
 
ALTERNATE_ADDRESS - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 6/null, Name: alternate-address, Short Description: Alternate address.
ANSWER_TIMEOUT - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 
ANY - Static variable in class com.foxsmart.csu.config.global.AccessListEntry
 
ANY - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
appendKeyValue(StringBuffer, String, String, boolean) - Static method in class com.foxsmart.ic.util.StringUtils
Appends a key and value to the string buffer.
ARAP - Static variable in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
ARAP_CALLBACK - Static variable in class com.foxsmart.csu.config.global.line.ScriptComponent
 
ARP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Value: 1, Name: arp, Short Description: IP ARP.
ASYNC - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 0, Name: Async, Short Description: Async, Format: port.
AsyncInterfaceComponent - Class in com.foxsmart.csu.config.global
The Async interface class represents a specific type of interface on the router.
AsyncInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.AsyncInterfaceComponent
Constructs a specific interface component.
ATM - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 19, Name: ATM, Short Description: ATM, Format: slot/port-adapter/port.sub-interface [multipoint | point-to-point] (e.g.
ATM - Static variable in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
ATM_DXI - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
AtmDxiEncapsulationOptions - Class in com.foxsmart.csu.config.global.interfacepkg
The AtmDxiEncapsulationOptions class contains ATM-DXI encapsulation options.
AtmDxiEncapsulationOptions() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.AtmDxiEncapsulationOptions
Constructs a AtmDxiEncapsulationOptions object.
AtmInterfaceComponent - Class in com.foxsmart.csu.config.global
The ATM interface class represents a specific type of interface on the router.
AtmInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.AtmInterfaceComponent
Constructs a specific interface component.
AUTHENTICATION - Static variable in class com.foxsmart.csu.config.global.line.LoginComponent
 
AUTHENTICATION - Static variable in class com.foxsmart.csu.config.global.line.ValidationMechanismEnum
Value: 2, Name: authentication, Short Description: authentication validation.
AuthenticationFailedException - Exception in com.foxsmart.csu
This exception is thrown when an invalid username or password was specified when attempting to login to a Cisco router.
AuthenticationFailedException() - Constructor for exception com.foxsmart.csu.AuthenticationFailedException
Constructs a new authentication failed exception with no message.
AuthenticationFailedException(String) - Constructor for exception com.foxsmart.csu.AuthenticationFailedException
Constructs a new authentication failed exception with a message.
AuthenticationFailedException(String, Throwable) - Constructor for exception com.foxsmart.csu.AuthenticationFailedException
Constructs a new authentication failed exception with a message and a throwable.
AuthenticationFailedException(Throwable) - Constructor for exception com.foxsmart.csu.AuthenticationFailedException
Constructs a new authentication failed exception with no message and a throwable.
AuthenticationFailedException - Exception in com.foxsmart.ic.net
This exception is thrown when an invalid username or password was specified when attempting to login to a device.
AuthenticationFailedException() - Constructor for exception com.foxsmart.ic.net.AuthenticationFailedException
Constructs a new authentication failed exception with no message.
AuthenticationFailedException(String) - Constructor for exception com.foxsmart.ic.net.AuthenticationFailedException
Constructs a new authentication failed exception with a message.
AuthenticationFailedException(String, Throwable) - Constructor for exception com.foxsmart.ic.net.AuthenticationFailedException
Constructs a new authentication failed exception with a message and a throwable.
AuthenticationFailedException(Throwable) - Constructor for exception com.foxsmart.ic.net.AuthenticationFailedException
Constructs a new authentication failed exception with no message and a throwable.
AUTOBAUD - Static variable in class com.foxsmart.csu.config.global.line.AutobaudComponent
 
AutobaudComponent - Class in com.foxsmart.csu.config.global.line
The autobaud command sets the line to autobaud.
AutobaudComponent() - Constructor for class com.foxsmart.csu.config.global.line.AutobaudComponent
Constructs an autobaud object.
AUTOCOMMAND - Static variable in class com.foxsmart.csu.config.global.line.AutocommandComponent
 
AUTOCOMMAND_OPTIONS - Static variable in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
 
AutocommandComponent - Class in com.foxsmart.csu.config.global.line
The auto command class sets an exec command that is automatically executed.
AutocommandComponent() - Constructor for class com.foxsmart.csu.config.global.line.AutocommandComponent
Constructs an auto command object.
AutocommandOptionsComponent - Class in com.foxsmart.csu.config.global.line
The autocommand options class represents a line's autocommand options.
AutocommandOptionsComponent() - Constructor for class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
Constructs an auto command options object.
AUTOCONFIGURE - Static variable in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
 
AUTOHANGUP - Static variable in class com.foxsmart.csu.config.global.line.AutohangupComponent
 
AutohangupComponent - Class in com.foxsmart.csu.config.global.line
The auto hangup is used to automatically hangup the line when when the last connection closes.
AutohangupComponent() - Constructor for class com.foxsmart.csu.config.global.line.AutohangupComponent
Constructs an auto hangup object.
AUTOSELECT - Static variable in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
AutoselectComponent - Class in com.foxsmart.csu.config.global.line
The auto select class configures the line to automatically startup a specific protocol.
AutoselectComponent() - Constructor for class com.foxsmart.csu.config.global.line.AutoselectComponent
Constructs an autoselect object.
AUX - Static variable in class com.foxsmart.csu.config.global.LineComponent
 
AX25 - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
AX25 - Static variable in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationEnum
Value: 0, Name: ax25, Short Description: IATA's Airline X.25.

B

BackupRouterConfigs - Class in com.foxsmart.csu.example
The BackupRouterConfigs program reads router configurations from a list of routers and writes those configurations to an optional user supplied output directory.
BackupRouterConfigs() - Constructor for class com.foxsmart.csu.example.BackupRouterConfigs
 
Bandwidth - Interface in com.foxsmart.csu.config.global.policymap.classmap
The bandwidth interface specifies a bandwidth.
BANDWIDTH - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthComponent
 
BandwidthComponent - Class in com.foxsmart.csu.config.global.policymap.classmap
The bandwidth command sets the bandwidths for the policy map.
BandwidthComponent() - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.BandwidthComponent
Constructs a bandwidth object.
BandwidthPercentage - Class in com.foxsmart.csu.config.global.policymap.classmap
The BandwidthPrecentage class represents a bandwidth as a percentage.
BandwidthPercentage() - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.BandwidthPercentage
Constructs a bandwidth percentage object.
BandwidthValue - Class in com.foxsmart.csu.config.global.policymap.classmap
The BandwidthValue class represents a bandwidth in Kbps.
BandwidthValue() - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.BandwidthValue
Constructs a bandwidth value object.
BANNER - Static variable in class com.foxsmart.csu.config.global.BannerComponent
 
BANNER_DELIMITER - Static variable in class com.foxsmart.csu.config.global.BannerComponent
 
BANNER_UPDATE_DELIMITER - Static variable in class com.foxsmart.csu.config.global.BannerComponent
 
BannerComponent - Class in com.foxsmart.csu.config.global
The Banner class represents various router banners.
BannerComponent() - Constructor for class com.foxsmart.csu.config.global.BannerComponent
Constructs a Banner object.
BC - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
 
BE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
 
BECN - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayRateAdjustmentEnum
Value: 1, Name: becn, Short Description: Becn.
BFE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
BFE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationEnum
Value: 1, Name: bfe, Short Description: Blacker Front End attachment.
BGP - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 179, Name: bgp, Short Description: Border Gateway Protocol.
BIDIRECTIONAL - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
Value: 1, Name: bidirectional, Short Description: Bidirectional mode.
BIFF - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 512, Name: biff, Short Description: Biff (mail notification, comsat).
BIT_COUNT - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
 
BOOTPC - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 68, Name: bootpc, Short Description: Bootstrap Protocol (BOOTP) client.
BOOTPS - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 67, Name: bootps, Short Description: Bootstrap Protocol (BOOTP) server.
BREAK - Static variable in class com.foxsmart.csu.CiscoRouter
 
BREAK - Static variable in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
 
BREAK_ON_IP - Static variable in class com.foxsmart.csu.config.global.line.TelnetComponent
 
BRI - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 17, Name: Bri, Short Description: BRI, Format: port.
BRIDGE - Static variable in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Value: 2, Name: bridge, Short Description: Bridging.
BriInterfaceComponent - Class in com.foxsmart.csu.config.global
The BRI interface class represents a specific type of interface on the router.
BriInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.BriInterfaceComponent
Constructs a specific interface component.
buildFromIos(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfig
Builds this a Cisco Router Configuration set of classes based on the specified IOS configuration string.
buildFromIos(List) - Method in class com.foxsmart.csu.config.CiscoRouterConfig
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Parse and populate the specific CiscoRouterComponent object based on the passed in individual lines of the IOS configuration.
buildFromIos(List) - Method in class com.foxsmart.csu.config.CommentComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.AaaNewModelComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.AccessListComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.BannerComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.classmap.DescriptionComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.ClassMapComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.EnableComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.EndComponent
 
buildFromIos(String, List) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
This method builds this class from an IOS string.
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.ExtIpNameAccessListEntry
See comments in CiscoRouterConfigComponent.
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
See comments in CiscoRouterConfigComponent.
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.HostnameComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.InterfaceComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
 
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Builds the IP route entry from the passed in IOS line.
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
 
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Builds the IP route entry from the passed in IOS line.
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.AbsoluteTimeoutComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.AccessClassComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.AutobaudComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.AutocommandComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.AutohangupComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.DatabitsComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.DataCharacterBitsComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.DisconnectCharacterComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.DispatchMachineComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.DispatchTimeoutComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.DomainLookupComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.EditingComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.ExecBannerComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.ExecComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.FlushAtActivationComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.FullHelpComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.HistoryComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.HoldCharacterComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.InsecureComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.InternationalComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.IpComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.LengthComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.LocationComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.LockableComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.LoggingComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.LoginComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.LogoutWarningComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.ModemComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.MonitorComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.MotdBannerComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.NotifyComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.ParityComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.PasswordComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.PrivateComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.PrivilegeComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.RefuseMessageComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.RxspeedComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.SessionLimitComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.SpeedComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.StartCharacterComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.StopbitsComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.StopCharacterComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.TerminalTypeComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.TimeoutComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.TransportComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.TxspeedComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.VacantMessageComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.WidthComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.line.X25Component
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.LineComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerVoiceCallComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayAdaptiveShapingComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFecnAdaptComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueueComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.MemorySizeComponent
 
buildFromIos(String) - Method in interface com.foxsmart.csu.config.global.NameAccessListEntry
 
buildFromIos(String) - Method in interface com.foxsmart.csu.config.global.NumberAccessListEntry
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.PromptComponent
 
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
 
buildFromIos(String, List) - Method in class com.foxsmart.csu.config.global.RemarkAccessListEntry
This method builds this class from an IOS string.
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.RemarkNameAccessListEntry
 
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.RemarkNumberAccessListEntry
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.SchedulerComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.ServiceComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.StateMachineComponent
 
buildFromIos(String, List) - Method in class com.foxsmart.csu.config.global.StdIpAccessListEntry
This method builds this class from an IOS string.
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.StdIpNameAccessListEntry
 
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
 
buildFromIos(String) - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.global.VersionComponent
 
buildFromIos(List) - Method in class com.foxsmart.csu.config.UnknownComponent
 
buildInterfaceAndSubInterfaceNames(String, String) - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Builds the interface name and sub-interface name from the passed in token.
BUSYOUT - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 
BVI - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 1, Name: BVI, Short Description: Bridge-Group Virtual Interface, Format: port.
BviInterfaceComponent - Class in com.foxsmart.csu.config.global
The Bridge Group Virtual interface class represents a specific type of interface on the router.
BviInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.BviInterfaceComponent
Constructs a specific interface component.

C

CALLBACK - Static variable in class com.foxsmart.csu.config.global.line.ScriptComponent
 
CALLBACK_SERVER - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
 
CBR - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 25, Name: CBR, Short Description: Constant Bit Rate, Format: slot/port.
CbrInterfaceComponent - Class in com.foxsmart.csu.config.global
The Constant Bit Rate interface class represents a specific type of interface on the router.
CbrInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.CbrInterfaceComponent
Constructs a specific interface component.
CDP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Value: 3, Name: cdp, Short Description: Cisco Discovery Protocol.
CHANNEL - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 26, Name: Channel, Short Description: Channel, Format: slot/port.
channelGroupInteger - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
channelGroupString - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
ChannelInterfaceComponent - Class in com.foxsmart.csu.config.global
The channel interface class represents a specific type of interface on the router.
ChannelInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.ChannelInterfaceComponent
Constructs a specific interface component.
CHARGEN - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 19, Name: chargen, Short Description: Character Generator.
checkAccess(boolean) - Method in class com.foxsmart.csu.CiscoRouter
Checks that we are connected to the router and that we have the proper access to run a command.
checkComponentType(CiscoRouterConfigComponent, Class) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Checks that the passed in component is the same type as our component.
checkExists(Object, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks to see if a variable is not null.
checkForRecognizedCommand(String) - Method in class com.foxsmart.csu.CiscoRouter
Checks to see if the command is recognized.
checkForValidHandler() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
checkLineComplete(String, List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that there are no more tokens on the current line.
checkNotEmpty(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks to see if a variable is not empty.
checkRange(Number, Number, Number, boolean, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that a value is possibly not null and between a specified range.
checkTokenCount(String, List, Integer, Integer) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Ensures that the passed in list of tokens contains the correct count.
checkTokenCount(String, List, Integer) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Ensures that the passed in list of tokens contains the count specified.
checkTokenMatch(String, List, int, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that the token number in the array of tokens matches the passed in string.
checkTokenMatch(String, String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that a token matches the passed in match string.
CIR - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
 
CiscoRouter - Class in com.foxsmart.csu
The CiscoRouter class represents a Cisco Router device and the underlying communication with the router.
CiscoRouter(String, String, String, String) - Constructor for class com.foxsmart.csu.CiscoRouter
Constructs a Cisco Router object.
CiscoRouterConfig - Class in com.foxsmart.csu.config
The CiscoRouterConfig class represents a Cisco Router IOS configuration.
CiscoRouterConfig() - Constructor for class com.foxsmart.csu.config.CiscoRouterConfig
Constructs a Cisco Router configuration object.
CiscoRouterConfigComponent - Class in com.foxsmart.csu.config
The CiscoRouterConfigComponent class represents a part of an overall Cisco Router IOS configuration.
CiscoRouterConfigComponent() - Constructor for class com.foxsmart.csu.config.CiscoRouterConfigComponent
Constructs the component.
CiscoRouterConfigParser - Class in com.foxsmart.csu.config
The CiscoRouterConfigParser class contains many methods to aid in the parsing and generation of IOS strings.
CiscoRouterConfigParser() - Constructor for class com.foxsmart.csu.config.CiscoRouterConfigParser
Constructs the parser.
CLASS - Static variable in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
 
CLASS - Static variable in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
CLASS_DEFAULT - Static variable in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
CLASS_MAP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
CLASS_MAP - Static variable in class com.foxsmart.csu.config.global.ClassMapComponent
 
ClassComponent - Class in com.foxsmart.csu.config.global.policymap
The Class class specifies the policy criteria for a policy map.
ClassComponent() - Constructor for class com.foxsmart.csu.config.global.policymap.ClassComponent
Constructs a class object.
ClassMapComponent - Class in com.foxsmart.csu.config.global
The ClassMap class represents a QoS class map.
ClassMapComponent() - Constructor for class com.foxsmart.csu.config.global.ClassMapComponent
Constructs a class map object.
classToKeywordMap - Static variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
clear() - Method in class com.foxsmart.csu.config.Command
Clears out all the lines.
clear() - Method in class com.foxsmart.csu.config.Commands
Clears out all the commands.
clear() - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Clears all lines from the list of lines.
clear() - Method in class com.foxsmart.ic.lang.OrderedHashMap
Removes all mappings from this map.
clearAccessListEntries(int) - Method in class com.foxsmart.csu.config.global.AccessListComponent
Removes any previously added number access lists etnries for the specified access list number.
clearAccessListEntries(String) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Removes any previously added name access lists etnries for the specified access list name.
clearAllRateLimits() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
Clears all of the rate limits.
clearAllRoutes() - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Clears all of the routes.
clearPausedMessages() - Static method in class com.foxsmart.ic.util.Logger
Clears any paused messages in the internal buffer.
clearRoutes(IpAddress, IpAddress) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Clears the list of IpRouteEntry objects for the specified destination prefix and destination prefix mask.
CliProtocolHandler - Interface in com.foxsmart.ic.net
The CliProtocolHandler handles the communications for various command line interface (CLI) protocols in a consistent manner.
clone() - Method in class com.foxsmart.csu.config.CiscoRouterConfig
Creates a cloned router configuration.
clone() - Method in class com.foxsmart.csu.config.global.AccessListEntry
Clones this access list entry.
clone(Object) - Static method in class com.foxsmart.ic.io.IoUtils
Clones the passed in object by serializing and deserializing all the serialized contents of the object.
clone() - Method in class com.foxsmart.ic.lang.Hexadecimal
Clones this hexadecimal object.
clone() - Method in class com.foxsmart.ic.lang.OrderedHashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
close() - Method in class com.foxsmart.ic.io.StreamReader
Closes the input stream.
close() - Method in class com.foxsmart.ic.io.StreamWriter
Closes the output stream.
CMD - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 514, Name: cmd, Short Description: Remote Commands (rcmd).
CMNS - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
com.foxsmart.csu - package com.foxsmart.csu
The main Cisco Smart Update high level classes.
com.foxsmart.csu.config - package com.foxsmart.csu.config
Provides classes that deal with the Cisco Router configuration as a whole.
com.foxsmart.csu.config.global - package com.foxsmart.csu.config.global
Provides classes that deal with "global" part of the Cisco Router configuration.
com.foxsmart.csu.config.global.classmap - package com.foxsmart.csu.config.global.classmap
Provides classes that deal with "classmap" part of the Cisco Router configuration.
com.foxsmart.csu.config.global.interfacepkg - package com.foxsmart.csu.config.global.interfacepkg
Provides classes that deal with "interface" part of the Cisco Router configuration.
com.foxsmart.csu.config.global.line - package com.foxsmart.csu.config.global.line
Provides classes that deal with "line" part of the Cisco Router configuration.
com.foxsmart.csu.config.global.mapclassdialer - package com.foxsmart.csu.config.global.mapclassdialer
Provides classes that deal with "mapclassdialer" part of the Cisco Router configuration.
com.foxsmart.csu.config.global.mapclassframerelay - package com.foxsmart.csu.config.global.mapclassframerelay
Provides classes that deal with "mapclassframerelay" part of the Cisco Router configuration.
com.foxsmart.csu.config.global.policymap - package com.foxsmart.csu.config.global.policymap
Provides classes that deal with "policymap" part of the Cisco Router configuration.
com.foxsmart.csu.config.global.policymap.classmap - package com.foxsmart.csu.config.global.policymap.classmap
Provides classes that deal with "classmap" portion of the "policymap" part of the Cisco Router configuration.
com.foxsmart.csu.example - package com.foxsmart.csu.example
Provides example programs that demonstrate how to use the Cisco Smart Update API's.
com.foxsmart.ic.io - package com.foxsmart.ic.io
Provides common infrastructure classes that aid in Input/Output operations.
com.foxsmart.ic.lang - package com.foxsmart.ic.lang
Provides common infrastructure classes that aid in language operations.
com.foxsmart.ic.net - package com.foxsmart.ic.net
Provides common infrastructure classes that aid in network oriented operations.
com.foxsmart.ic.util - package com.foxsmart.ic.util
Provides common infrastructure classes that aid in utility operations.
Command - Class in com.foxsmart.csu.config
The Command class represents a single command that can be sent to the router.
Command(String) - Constructor for class com.foxsmart.csu.config.Command
Creates a command from a string.
COMMAND_PART_SEPARATOR - Static variable in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Command part separator.
CommandAndResponse - Class in com.foxsmart.csu
The CommandAndResponse class contains a single command issued to the router along with the router response when the command was issued.
CommandAndResponse() - Constructor for class com.foxsmart.csu.CommandAndResponse
 
CommandLineParams - Class in com.foxsmart.ic.util
This class provides the ability to define and parse command line parameters to a Java main program.
CommandLineParams() - Constructor for class com.foxsmart.ic.util.CommandLineParams
Construct a new CommandLineArgs object.
Commands - Class in com.foxsmart.csu.config
The Commands class is a list of Command objects.
Commands() - Constructor for class com.foxsmart.csu.config.Commands
Default constructor that creates an empty list of commands.
Commands(Commands) - Constructor for class com.foxsmart.csu.config.Commands
Constructs a list of commands based on the passed in list of commands.
commentComponent - Variable in class com.foxsmart.csu.config.CiscoRouterConfigComponent
 
CommentComponent - Class in com.foxsmart.csu.config
The comment class represents one or more consecutive router comments.
CommentComponent() - Constructor for class com.foxsmart.csu.config.CommentComponent
Constructs a comment object.
CommonsTelnetProtocolHandler - Class in com.foxsmart.ic.net
The CommonsTelnetProtocolHandler class helps with the handling of sending and receiving of data to and from a telnet client.
CommonsTelnetProtocolHandler() - Constructor for class com.foxsmart.ic.net.CommonsTelnetProtocolHandler
Default Constructor.
COMPARE_OP_AND - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
'Logical And' compare operator.
COMPARE_OP_EQ - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
'Equal' compare operator.
COMPARE_OP_GT - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
'Greater Than' operator.
COMPARE_OP_LT - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
'Less Than' operator.
COMPARE_OP_NEQ - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
'Not Equal' operator.
COMPARE_OP_XOR - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
'Exclusive Or' operator.
compareTo(Object) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Compares this object to the passed in RateLimitEntry object.
compareTo(Object) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Compares this object to the passed in IpRouteEntry object.
compareTo(Object) - Method in class com.foxsmart.ic.lang.Hexadecimal
Compares this objejct to the passed in object.
compareTo(Object) - Method in class com.foxsmart.ic.util.Version
Compares the passed in version with this version.
componentMap - Variable in class com.foxsmart.csu.config.CiscoRouterConfigComponent
 
CompositeComponent - Interface in com.foxsmart.csu.config
This interface identifies a composite component (i.e.
COMPRESS_CONFIG - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
COMPRESSEDTCP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Value: 4, Name: compressedtcp, Short Description: Comopressed TCP.
CON - Static variable in class com.foxsmart.csu.config.global.LineComponent
 
CONFIG - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
ConfigUpdateResult - Class in com.foxsmart.csu
The ConfigUpdateResult class contains the configuration update status based on a configlet being updated on a router.
ConfigUpdateResult() - Constructor for class com.foxsmart.csu.ConfigUpdateResult
 
CONFIGURE_MEMORY - Static variable in class com.foxsmart.csu.CiscoRouter
 
CONFIGURE_TERMINAL - Static variable in class com.foxsmart.csu.CiscoRouter
 
CONFORM_ACTION - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
 
connect() - Method in class com.foxsmart.csu.CiscoRouter
Makes a connection with the router and sets the active protocol handler.
connect(String, String, String, String) - Method in interface com.foxsmart.ic.io.FileLoader
This method initiates a connection from the client to the server.
connect(String, String, String, String) - Method in class com.foxsmart.ic.io.HttpFileLoader
This method determines if the server is accessible.
connect(String, Integer, String, String, Integer) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Connects to the hostname at the specified port number and authenticates with the remote device.
connect(String, Integer, String, String, Integer) - Method in class com.foxsmart.ic.net.CommonsTelnetProtocolHandler
 
connect(String, Integer, String, String, Integer) - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Connects to the router using HTTP.
connect(String, Integer, String, String, Integer) - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Connects to the hostname at the specified port number and authenticates with the remote device.
connect(String, Integer, String, String, Integer) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
connect(String, Integer, String, String, Integer) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
 
connect(String, Integer, String, String, Integer) - Method in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
CONNECTION - Static variable in class com.foxsmart.csu.config.global.line.ScriptComponent
 
CONSOLE - Static variable in class com.foxsmart.csu.config.global.LineComponent
 
contains(String) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Determines if the list of lines contains the specified line.
containsFlag(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Returns whether the command line parameters contained the specified flag.
containsInputProtocol(String) - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Determines if an input protocol is specified.
containsOnlyBlankComments() - Method in class com.foxsmart.csu.config.CommentComponent
Determines if all of the comments in this list of comments are empty (blank) comments.
containsOption(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Returns whether the command line parameters contained the specified option.
containsOutputProtocol(String) - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Determines if an output protocol is specified.
CONTINUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitContinueAction
 
CONVVERSION_ERROR - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 31/null, Name: conversion-error, Short Description: Datagram conversion.
COS - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
COUNTERS - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
CR - Static variable in class com.foxsmart.csu.CiscoRouter
 
CR - Static variable in interface com.foxsmart.ic.net.CliProtocolHandler
A carriage return character.
CR - Static variable in interface com.foxsmart.ic.net.ProtocolHandler
A carriage return character.
CR_CHAR - Static variable in class com.foxsmart.csu.CiscoRouter
 
CRC32File - Class in com.foxsmart.ic.io
This class provides the ability to checksum a file.
CRC32File() - Constructor for class com.foxsmart.ic.io.CRC32File
Constructs an CRC32File object
createDirectory(String) - Static method in class com.foxsmart.ic.io.IoUtils
Creates a directory if one doesn't already exist for the specified directory name.
createDirectory(String, boolean) - Static method in class com.foxsmart.ic.io.IoUtils
Creates a directory if one doesn't already exist based on a filename.
createEntry() - Static method in class com.foxsmart.ic.lang.Enum
Returns a newly created Entry.
createFileLoader(String) - Static method in class com.foxsmart.ic.io.FileLoaderImpl
Creates a FileLoader based on a passed in connect style.
CRITICAL - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Value: 5, Name: critical, Short Description: Critical Precedence.
CRITICAL - Static variable in class com.foxsmart.csu.config.PrecedenceEnum
Value: 5, Name: critical, Short Description: Critical Precedence.
CS1 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 8, Name: cs1, Short Description: CS_1(precedence 1) dscp (001000).
CS2 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 16, Name: cs2, Short Description: CS_2(precedence 2) dscp (010000).
CS3 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 24, Name: cs3, Short Description: CS_3(precedence 3) dscp (011000).
CS4 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 32, Name: cs4, Short Description: CS_4(precedence 4) dscp (100000).
CS5 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 40, Name: cs5, Short Description: CS_5(precedence 5) dscp (101000).
CS6 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 48, Name: cs6, Short Description: CS_6(precedence 6) dscp (110000).
CS7 - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 56, Name: cs7, Short Description: CS_7(precedence 7) dscp (111000).
CTS_ALARM - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 

D

DATA_CHARACTER_BITS - Static variable in class com.foxsmart.csu.config.global.line.DataCharacterBitsComponent
 
DATABITS - Static variable in class com.foxsmart.csu.config.global.line.DatabitsComponent
 
DatabitsComponent - Class in com.foxsmart.csu.config.global.line
The data bits class sets the number of data bits per character.
DatabitsComponent() - Constructor for class com.foxsmart.csu.config.global.line.DatabitsComponent
Constructs a data bits object.
DataCharacterBitsComponent - Class in com.foxsmart.csu.config.global.line
The data character bits class sets the size of the characters being handled.
DataCharacterBitsComponent() - Constructor for class com.foxsmart.csu.config.global.line.DataCharacterBitsComponent
Constructs a data character bits object.
DATE_FORMAT - Static variable in class com.foxsmart.csu.example.DisplayLicenseInfo
The date format.
DATE_FORMAT_DD_MMM_YYYY - Static variable in class com.foxsmart.ic.util.DateUtils
The date format of "dd MMM yyyy"
DATE_FORMAT_MMM_D_YYYY - Static variable in class com.foxsmart.ic.util.DateUtils
The date format of "MMMM d, yyyy"
DATETIME - Static variable in class com.foxsmart.csu.config.global.Timestamps
 
DateUtils - Class in com.foxsmart.ic.util
This class provides various date and time utilities via static methods.
DateUtils() - Constructor for class com.foxsmart.ic.util.DateUtils
 
DAYTIME - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 13, Name: daytime, Short Description: Daytime.
DCE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
DDN - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
DDN - Static variable in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationEnum
Value: 2, Name: ddn, Short Description: Defense Data Network attachment.
DEBUG - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
DEBUG - Static variable in class com.foxsmart.ic.util.Logger
 
DEBUG_DETAIL - Static variable in class com.foxsmart.ic.util.Logger
 
DECIMAL - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
 
decrementTokenIndex() - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Decrements the current token index.
DEFAULT - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 0, Name: default, Short Description: default dscp (000000).
DEFAULT - Static variable in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
 
DEFAULT_BUFFER_LIMIT - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
The default buffer limit.
DEFAULT_CHARACTER - Static variable in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
The default activcation character value.
DEFAULT_DATE_FORMAT - Static variable in class com.foxsmart.ic.util.DateUtils
The default date format of "MMMM d, yyyy"
DEFAULT_FRAGMENTATION_SIZE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
The default Fragmentation Size.
DEFAULT_HOSTNAME - Static variable in class com.foxsmart.csu.config.global.HostnameComponent
 
DEFAULT_HTTP_PORT - Static variable in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
The default telnet socket port.
DEFAULT_MAX_SPEED - Static variable in class com.foxsmart.csu.config.global.line.TelnetSpeed
 
DEFAULT_NO_DATA_READ_DELAY - Static variable in class com.foxsmart.csu.CiscoRouter
The number of 1/10 second increments that must pass without getting data before we consider a new data read complete.
DEFAULT_NO_DATA_READ_DELAY - Static variable in interface com.foxsmart.ic.net.CliProtocolHandler
The number of 1/10 second increments that must pass without getting data before we consider a new data read complete.
DEFAULT_NUM_LINES - Static variable in class com.foxsmart.csu.config.global.line.HistoryComponent
 
DEFAULT_NUM_PACKETS - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
The default number of packets.
DEFAULT_PROTOCOL_TIMEOUT_SECONDS - Static variable in class com.foxsmart.csu.CiscoRouter
The default operation timeout in seconds.
DEFAULT_PROTOCOL_TIMEOUT_SECONDS - Static variable in interface com.foxsmart.ic.net.ProtocolHandler
The default operation timeout in seconds.
DEFAULT_SEVERITY_LEVEL - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
The default severity level.
DEFAULT_SPEED - Static variable in class com.foxsmart.csu.config.global.line.SpeedComponent
The default speed.
DEFAULT_SSH_PORT - Static variable in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
The default SSH socket port.
DEFAULT_SSH_PORT - Static variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
The default SSH socket port.
DEFAULT_TELNET_PORT - Static variable in class com.foxsmart.ic.net.CommonsTelnetProtocolHandler
The default telnet socket port.
DEFAULT_TIME_FORMAT - Static variable in class com.foxsmart.ic.util.DateUtils
The default time format of "MMM d, yyyy h:mm:ss a"
DEFAULT_TIMEOUT_MINS - Static variable in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
The default timeout in minutes.
DEFAULT_TIMEOUT_SECS - Static variable in class com.foxsmart.csu.config.global.line.TimeoutComponent
The default timeout in seconds.
DefaultHttpProtocolHandler - Class in com.foxsmart.ic.net
The DefaultHttpProtocolHandler class handles the HTTP communication with the router.
DefaultHttpProtocolHandler() - Constructor for class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Default Constructor.
defaultNoDataReadDelay - Variable in class com.foxsmart.csu.CiscoRouter
 
defaultNoDataReadDelay - Variable in class com.foxsmart.ic.net.AbstractCliProtocolHandler
 
defaultProtocolTimeout - Variable in class com.foxsmart.csu.CiscoRouter
 
defaultProtocolTimeout - Variable in class com.foxsmart.ic.net.AbstractCliProtocolHandler
 
defaultProtocolTimeout - Variable in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
 
DELAY - Static variable in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
 
DELAY - Static variable in class com.foxsmart.csu.config.global.StateMachineInstance
 
DELETE - Static variable in class com.foxsmart.csu.example.UpdateRouterBanners
The delete banner option text.
DELETE - Static variable in class com.foxsmart.csu.example.UpdateRouterBannersNR
The delete banner option text.
DELETE - Static variable in class com.foxsmart.csu.example.UpdateStaticRoute
 
DELETE - Static variable in class com.foxsmart.csu.example.UpdateStaticRouteNR
 
deleteFile(File, boolean) - Static method in class com.foxsmart.ic.io.IoUtils
Removes a file, a directory, or recursive directories.
deleteOldConfigWhenUpdating() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
A flag that determines if delete commands should be issued to first delete the old component before issuing the update commands for the new component.
deleteOldConfigWhenUpdating() - Method in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
Override default method to always return false.
deleteOldConfigWhenUpdating() - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
Override default method to always return false.
delimitedStringToList(String, String) - Static method in class com.foxsmart.ic.util.StringUtils
Splits the string into a list of tokens that are separated by the delimiter.
DENY - Static variable in class com.foxsmart.csu.config.global.AccessListEntry
 
DESCRIPTION - Static variable in class com.foxsmart.csu.config.global.classmap.DescriptionComponent
 
DescriptionComponent - Class in com.foxsmart.csu.config.global.classmap
The description command provides a description for the class-map it is a part of.
DescriptionComponent() - Constructor for class com.foxsmart.csu.config.global.classmap.DescriptionComponent
Constructs a description component.
DEST_MASK - Static variable in class com.foxsmart.csu.example.UpdateStaticRoute
 
DEST_MASK - Static variable in class com.foxsmart.csu.example.UpdateStaticRouteNR
 
DEST_PREFIX - Static variable in class com.foxsmart.csu.example.UpdateStaticRoute
 
DEST_PREFIX - Static variable in class com.foxsmart.csu.example.UpdateStaticRouteNR
 
DESTINATION_ADDRESS - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
DETECTION - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
DHCP - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
DIAL_STRING - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 2, Name: Dialer, Short Description: Dialer, Format: port.
DIALER - Static variable in class com.foxsmart.csu.config.global.line.ScriptComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerVoiceCallComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
 
DIALER - Static variable in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
DialerCallbackServerComponent - Class in com.foxsmart.csu.config.global.mapclassdialer
The dialer callback server class represents the callback return call feature.
DialerCallbackServerComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
Constructs a dialer callback server object.
DialerEnableTimeoutComponent - Class in com.foxsmart.csu.config.global.mapclassdialer
The dialer enable timeout class sets the length of time an interface stays down before it is available for dialing.
DialerEnableTimeoutComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
Constructs a dialer enable timeout object.
DialerFastIdleComponent - Class in com.foxsmart.csu.config.global.mapclassdialer
The dialer fast idle class sets the idle time before disconnecting the line with an unusually high level of contention.
DialerFastIdleComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
Constructs a dialer fast idle object.
DialerIdleTimeoutComponent - Class in com.foxsmart.csu.config.global.mapclassdialer
The dialer idle timeout class sets the idle time before disconnecting line.
DialerIdleTimeoutComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
Constructs a dialer idle timeout object.
DialerInterfaceComponent - Class in com.foxsmart.csu.config.global
The dialer interface class represents a specific type of interface on the router.
DialerInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.DialerInterfaceComponent
Constructs a specific interface component.
DialerIsdnComponent - Class in com.foxsmart.csu.config.global.mapclassdialer
The dailer isdn class represents the ISDN settings for the map class dailer.
DialerIsdnComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
Constructs a dailer Isdn object.
DialerOutgoingComponent - Class in com.foxsmart.csu.config.global.mapclassdialer
The dialer outgoing class dials using the selected ISDN dialing plan.
DialerOutgoingComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
Constructs a dialer outgoing object.
DialerVoiceCallComponent - Class in com.foxsmart.csu.config.global.mapclassdialer
The dialer voice call class causes the configured number to be dialed as a voice call.
DialerVoiceCallComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassdialer.DialerVoiceCallComponent
Constructs a dialer voice call object.
DialerWaitForCarrierTimeComponent - Class in com.foxsmart.csu.config.global.mapclassdialer
The dailer wait for carrier time class sets how long the router will wait for carrier.
DialerWaitForCarrierTimeComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
Constructs a wait for carrier time object.
DIALIN - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 
DIRECTION_BOTH - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
The Bc applies to both input and output.
DIRECTION_BOTH - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
The Be applies to both input and output.
DIRECTION_BOTH - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
The CIR applies to both input and output.
DIRECTION_BOTH - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
The Min CIR applies to both input and output.
DIRECTION_IN - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
The Bc applies only to input.
DIRECTION_IN - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
The Be applies only to input.
DIRECTION_IN - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
The CIR applies only to input.
DIRECTION_IN - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
The Min CIR applies only to input.
DIRECTION_OUT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
The Bc applies only to output.
DIRECTION_OUT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
The Be applies only to output.
DIRECTION_OUT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
The CIR applies only to output.
DIRECTION_OUT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
The Min CIR applies only to output.
DISABLE_IP_FAST_FRAG - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
disableAccessList(String) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Disables an access list name.
DISCARD - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 9, Name: discard, Short Description: Discard.
DISCARD - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 9, Name: discard, Short Description: Discard.
disconnect() - Method in interface com.foxsmart.ic.io.FileLoader
This method should terminate a connection to the server.
disconnect() - Method in class com.foxsmart.ic.io.HttpFileLoader
Disconnects from server.
disconnect() - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
This method sets the usernameUsed and passwordUsed flags to false.
disconnect() - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Disconnects the socket connection.
disconnect() - Method in class com.foxsmart.ic.net.CommonsTelnetProtocolHandler
Disconnects the socket connection.
disconnect() - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
This method sets the usernameUsed and passwordUsed flags to false.
disconnect() - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Disconnects the socket connection.
disconnect() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
disconnect() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
 
disconnect() - Method in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
DISCONNECT_CHARACTER - Static variable in class com.foxsmart.csu.config.global.line.DisconnectCharacterComponent
 
DisconnectCharacterComponent - Class in com.foxsmart.csu.config.global.line
The disconnect character class defines the line disconnect character.
DisconnectCharacterComponent() - Constructor for class com.foxsmart.csu.config.global.line.DisconnectCharacterComponent
Constructs an disconnect character object.
DISCOVERY - Static variable in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
 
DISPATCH_CHARACTER - Static variable in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
 
DISPATCH_MACHINE - Static variable in class com.foxsmart.csu.config.global.line.DispatchMachineComponent
 
DISPATCH_TIMEOUT - Static variable in class com.foxsmart.csu.config.global.line.DispatchTimeoutComponent
 
DispatchCharacterComponent - Class in com.foxsmart.csu.config.global.line
The dispatch character class defines the set of dispatch characters.
DispatchCharacterComponent() - Constructor for class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
Constructs a dispatch character object.
DispatchMachineComponent - Class in com.foxsmart.csu.config.global.line
The DispatchMachine class references a separately defined TCP dispatch state machine.
DispatchMachineComponent() - Constructor for class com.foxsmart.csu.config.global.line.DispatchMachineComponent
Constructs a Dispatch Machine object.
DispatchTimeoutComponent - Class in com.foxsmart.csu.config.global.line
The dispatch timeout class sets the dispatch timer.
DispatchTimeoutComponent() - Constructor for class com.foxsmart.csu.config.global.line.DispatchTimeoutComponent
Constructs a dispatch timeout object.
DisplayLicenseInfo - Class in com.foxsmart.csu.example
The DisplayLicenseInfo program reads a Fox Smart license and display information about the license.
DisplayLicenseInfo() - Constructor for class com.foxsmart.csu.example.DisplayLicenseInfo
 
DISTANCE - Static variable in class com.foxsmart.csu.example.UpdateStaticRoute
 
DISTANCE - Static variable in class com.foxsmart.csu.example.UpdateStaticRouteNR
 
DNSIX - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 195, Name: dnsix, Short Description: DNSIX security protocol auditing.
DOD_HOST_PROHIBITED - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/10, Name: dod-host-prohibited, Short Description: Host prohibited.
DOD_NET_PROHIBITED - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/9, Name: dod-net-prohibited, Short Description: Net prohibited.
DOMAIN - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 53, Name: domain, Short Description: Domain Name Service DNS.
DOMAIN - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 53, Name: domain, Short Description: Domain Name Service DNS.
DOMAIN_LOOKUP - Static variable in class com.foxsmart.csu.config.global.line.DomainLookupComponent
 
DomainLookupComponent - Class in com.foxsmart.csu.config.global.line
The domain lookup class enable domain lookups in show commands.
DomainLookupComponent() - Constructor for class com.foxsmart.csu.config.global.line.DomainLookupComponent
Constructs a domain lookup object.
doubleValue() - Method in class com.foxsmart.ic.lang.Hexadecimal
Gets the value as a double.
DROP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitDropAction
 
DSCP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
DSCP - Static variable in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
 
DSCP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
 
DscpEnum - Class in com.foxsmart.csu.config
The DscpEnum class represents the Differentiated Services Codepoint Value.
DscpEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.DscpEnum
 
DscpEnum(String) - Constructor for class com.foxsmart.csu.config.DscpEnum
 
DscpEnum(Integer) - Constructor for class com.foxsmart.csu.config.DscpEnum
 
DTE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
DTR_ACTIVE - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 
DTR_DELAY - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 
dumpComponents() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Dumps the configuration components.
DURING_LOGIN - Static variable in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
DVMP - Static variable in class com.foxsmart.csu.config.IgmpTypeEnum
Value: 3, Name: dvmp, Short Description: Distance Vector Multicast Routing Protocol.
DYNAMIC - Static variable in class com.foxsmart.csu.config.global.DynamicAccessListInfo
 
DynamicAccessListInfo - Class in com.foxsmart.csu.config.global
This class provides all the details of a dynamic extended access list.
DynamicAccessListInfo() - Constructor for class com.foxsmart.csu.config.global.DynamicAccessListInfo
Constructs a DynamicAccessListInfo object

E

ECHO - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 8/null, Name: echo, Short Description: Echo (ping).
ECHO - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 7, Name: echo, Short Description: Echo.
ECHO - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 7, Name: echo, Short Description: Echo.
ECHO_REPLY - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 0/null, Name: echo-reply, Short Description: Echo reply.
EDITING - Static variable in class com.foxsmart.csu.config.global.line.EditingComponent
 
EditingComponent - Class in com.foxsmart.csu.config.global.line
The editing class enables command line editing.
EditingComponent() - Constructor for class com.foxsmart.csu.config.global.line.EditingComponent
Constructs an editing object.
EF - Static variable in class com.foxsmart.csu.config.DscpEnum
Value: 46, Name: ef, Short Description: EF dscp (101110).
EIGRP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 88, Name: eigrp, Short Description: Cisco's EIGRP routing protocol.
ENABLE - Static variable in class com.foxsmart.csu.config.global.EnableComponent
 
ENABLE_COMMAND - Static variable in class com.foxsmart.csu.CiscoRouter
 
ENABLE_TIMEOUT - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
 
enableAccessList(String, String) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Enables an access list name and specifies its type.
EnableComponent - Class in com.foxsmart.csu.config.global
The Enable class represents enable password parameters.
EnableComponent() - Constructor for class com.foxsmart.csu.config.global.EnableComponent
Constructs an Enable object.
EnablerAccessRequiredException - Exception in com.foxsmart.csu
This exception is thrown when a router command is attempted that requires enable access when enable access has not be obtained.
EnablerAccessRequiredException() - Constructor for exception com.foxsmart.csu.EnablerAccessRequiredException
Constructs a new thread timeout exception with no message.
EnablerAccessRequiredException(String) - Constructor for exception com.foxsmart.csu.EnablerAccessRequiredException
Constructs a new thread timeout exception.
ENCAPSULATION - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
EncapsulationComponent - Class in com.foxsmart.csu.config.global.interfacepkg
The EncapsulationComponent class represents an interface's encapsulation information.
EncapsulationComponent() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
Constructs an encapsulation object.
EncapsulationOptions - Class in com.foxsmart.csu.config.global.interfacepkg
The EncapsulationOptions class represents various encapsulation options for an interface.
EncapsulationOptions() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.EncapsulationOptions
Constructs an EncapsulationOptions object.
ENCRYPTION_TYPE_0 - Static variable in class com.foxsmart.csu.config.global.GlobalEncryptionPassword
Encryption Type 0 is an unencrypted password.
ENCRYPTION_TYPE_0 - Static variable in class com.foxsmart.csu.config.global.line.LineEncryptionPassword
Encryption Type 0 is an unencrypted password.
ENCRYPTION_TYPE_5 - Static variable in class com.foxsmart.csu.config.global.GlobalEncryptionPassword
Encryption Type 5 is a heavily encrypted password.
ENCRYPTION_TYPE_7 - Static variable in class com.foxsmart.csu.config.global.GlobalEncryptionPassword
Encryption Type 7 is a weakly encrypted pasword.
ENCRYPTION_TYPE_7 - Static variable in class com.foxsmart.csu.config.global.line.LineEncryptionPassword
Encryption Type 7 is a weakly encrypted pasword.
END - Static variable in class com.foxsmart.csu.CiscoRouter
 
END - Static variable in class com.foxsmart.csu.config.global.EndComponent
 
END_TO_END - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
EndComponent - Class in com.foxsmart.csu.config.global
The end class represents the final "end" statement on a router.
EndComponent() - Constructor for class com.foxsmart.csu.config.global.EndComponent
Constructs a end object.
endOfStream() - Method in class com.foxsmart.ic.io.StreamReader
Returns whether the end of stream has been reached.
ensureActiveProtocolNotPresent() - Method in class com.foxsmart.csu.CiscoRouter
Checks to ensure an active protocol handler is not present.
ensureActiveProtocolPresent() - Method in class com.foxsmart.csu.CiscoRouter
Checks to ensure an active protocol handler is present and is a supported protocol.
Enum - Class in com.foxsmart.ic.lang
This class provides infrastructure needed to implement a generic value to name mapping (i.e.
Enum(EnumEntry) - Constructor for class com.foxsmart.ic.lang.Enum
Construct an Enum based on an EnumEntry.
Enum(String) - Constructor for class com.foxsmart.ic.lang.Enum
Constructs a Enum based on a name.
Enum(Object) - Constructor for class com.foxsmart.ic.lang.Enum
Constructs a Enum based on a value.
EnumEntry - Class in com.foxsmart.ic.lang
This class defines a specific entry used by the Enum class.
EnumEntry(Object, String, String, String) - Constructor for class com.foxsmart.ic.lang.EnumEntry
Constructs a EnumEntry.
enumMap - Static variable in class com.foxsmart.ic.lang.Enum
The enum map.
equals(Object) - Method in class com.foxsmart.csu.config.Command
Determines if two commands are equal (i.e.
equals(Object) - Method in class com.foxsmart.csu.config.Commands
Determines if two commands are equal (i.e.
equals(Object) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Checks the passed in RateLimitEntry object for equality.
equals(Object) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Checks the passed in IpRouteEntry object for equality.
equals(Object) - Method in class com.foxsmart.ic.lang.Enum
Determines if two enums are equal.
equals(Object) - Method in class com.foxsmart.ic.lang.Hexadecimal
Returns whether the passed in object is equal to this object.
equals(Object) - Method in class com.foxsmart.ic.lang.Tuple
Determines if two Tuples are equal.
equals(Object) - Method in class com.foxsmart.ic.net.IpAddress
Determines if 2 IP Address objects are equal.
equals(Object) - Method in class com.foxsmart.ic.util.Version
Determines if 2 versions are equal.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.ClassMapComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.LineComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in interface com.foxsmart.csu.config.MultiInstanceComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
equalsComponentInstance(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.UnknownComponent
Determines if this component and the passed in component are the same instance of component that can be compared from an IOS configuration standpoint.
ERROR_THRESHOLD - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
errorMessages - Static variable in class com.foxsmart.csu.CiscoRouter
 
ESCAPE_CHARACTER - Static variable in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
 
ESCAPE_PREFIX - Static variable in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Escape prefix.
EscapeCharacterComponent - Class in com.foxsmart.csu.config.global.line
The escape character class changes the current line's escape character.
EscapeCharacterComponent() - Constructor for class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
Constructs an escape character object.
ESP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 50, Name: esp, Short Description: Encapsulation Security Payload.
ESTABLISHED - Static variable in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
 
ETHERNET - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 3, Name: Ethernet, Short Description: Ethernet IEEE 802.3, Format: slot/port-adapter/port.
ETHERNET - Static variable in class com.foxsmart.csu.config.global.VlanInterfaceTypeEnum
Value: 1, Name: ethernet, Short Description: Ethernet.
EthernetInterfaceComponent - Class in com.foxsmart.csu.config.global
The Ethernet IEEE 802.3 interface class represents a specific type of interface on the router.
EthernetInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.EthernetInterfaceComponent
Constructs a specific interface component.
EVEN - Static variable in class com.foxsmart.csu.config.global.line.ParityComponent
 
EVENT_WINDOW - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
EXCEED_ACTION - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
 
EXCLAMATION_POINT - Static variable in class com.foxsmart.csu.config.CommentComponent
 
EXEC - Static variable in class com.foxsmart.csu.config.global.BannerComponent
 
EXEC - Static variable in class com.foxsmart.csu.config.global.line.ExecComponent
 
EXEC - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 512, Name: exec, Short Description: Exec (rsh).
EXEC - Static variable in class com.foxsmart.csu.example.UpdateRouterBanners
 
EXEC - Static variable in class com.foxsmart.csu.example.UpdateRouterBannersNR
 
EXEC_BANNER - Static variable in class com.foxsmart.csu.config.global.line.ExecBannerComponent
 
EXEC_CALLBACK - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
EXEC_CHARACTER_BITS - Static variable in class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
 
EXEC_TIMEOUT - Static variable in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
 
EXEC_WAIT - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
ExecBannerComponent - Class in com.foxsmart.csu.config.global.line
The exec banner class enables the display of the EXEC banner.
ExecBannerComponent() - Constructor for class com.foxsmart.csu.config.global.line.ExecBannerComponent
Constructs an exec banner object.
ExecCharacterBitsComponent - Class in com.foxsmart.csu.config.global.line
The exec character bits class sets the size of the characters being handled.
ExecCharacterBitsComponent() - Constructor for class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
Constructs a exec character bits object.
ExecComponent - Class in com.foxsmart.csu.config.global.line
The exec class starts an EXEC process for the line.
ExecComponent() - Constructor for class com.foxsmart.csu.config.global.line.ExecComponent
Constructs an exec object.
ExecTimeoutComponent - Class in com.foxsmart.csu.config.global.line
The exec-timeout class represents exec timeout for a line.
ExecTimeoutComponent() - Constructor for class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
Constructs an exec-timeout object.
expect(String, boolean) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Reads data from the device until the expected string is found.
expect(List, boolean) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Reads data from the device until one of the expected strings is found.
expect(String) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Reads data from the device until the expected string is found.
expect(List) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Reads data from the device until one of the expected strings is found.
expect(String, boolean, Integer) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Reads data from the device until the expected string is found.
expect(List, boolean, Integer) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Reads data from the device until one of a list of expected strings is found.
expect(String, boolean) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Reads data from the device until the expected string is found.
expect(List, boolean) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Reads data from the device until one of the expected strings is found.
expect(String) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Reads data from the device until the expected string is found.
expect(List) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Reads data from the device until one of the expected strings is found.
expect(String, boolean, Integer) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Reads data from the device until the expected string is found.
expect(List, boolean, Integer) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Reads data from the device until one of a list of expected strings is found.
expect(String, boolean) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
expect(List, boolean) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
expect(String) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
expect(List) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
expect(String, boolean, Integer) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
expect(List, boolean, Integer) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
expectPrompt(String, boolean, Integer) - Method in class com.foxsmart.csu.CiscoRouter
Reads data from the device until the expected string is found.
EXPERIMENTAL - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
ExpirableCache - Class in com.foxsmart.ic.util
This class provides a cache where each element can be expired after a period of time.
EXPONENTIAL_WEIGHTING_CONSTANT - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
 
EXTENDED - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
 
EXTENDED_TYPE - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
Extended Access List Type
ExtendedMacAddressCompareInfo - Class in com.foxsmart.csu.config.global
The ExtendedMacAddressCompareInfo class contains optional pattern comparison information to be used by Extended Mac Address Access Lists.
ExtendedMacAddressCompareInfo() - Constructor for class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Constructs an empty ExtendedMacAddressCompareInfo object.
ExtIpAccessListEntry - Class in com.foxsmart.csu.config.global
The ExtIpAccessListEntry contains information used for all extended access lists.
ExtIpAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Constructs an extended IP access list entry object.
ExtIpNameAccessListEntry - Class in com.foxsmart.csu.config.global
The ExtIpNameAccessListEntry represents an extended IP access list associated with a name.
ExtIpNameAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.ExtIpNameAccessListEntry
Constructs a Standard IP name access list entry object.
ExtIpNumberAccessListEntry - Class in com.foxsmart.csu.config.global
The ExtIpNumberAccessListEntry is used for access lists numbers: 100-199 and 2000-2699.
ExtIpNumberAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
Constructs an Extended IP number access list entry object.
ExtMacAddressNumberAccessListEntry - Class in com.foxsmart.csu.config.global
The ExtMacAddressNumberAccessListEntry is used for access lists numbers: 1100-1199.
ExtMacAddressNumberAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Constructs an Extended Mac Address number access list entry object.

F

FAIR_QUEUE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
 
FAIR_QUEUE - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
 
FairQueueComponent - Class in com.foxsmart.csu.config.global.policymap.classmap
The fair queue command specifies the number of dynamic queues to be reserved for use by the class-default class as part of the default class policy.
FairQueueComponent() - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
Constructs a fair queue object.
FAST_ETHERNET - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 4, Name: FastEthernet, Short Description: FastEthernet, Format: slot/port-adapter/port.
FAST_IDLE - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
 
FastEthernetInterfaceComponent - Class in com.foxsmart.csu.config.global
The FastEthernet IEEE 802.3 interface class represents a specific type of interface on the router.
FastEthernetInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.FastEthernetInterfaceComponent
Constructs a specific interface component.
FDDI - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 22, Name: FDDI, Short Description: Fiber Distributed Data Interface, Format: slot/port.
FddiInterfaceComponent - Class in com.foxsmart.csu.config.global
The Fiber Distributed Data Interface interface class represents a specific type of interface on the router.
FddiInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.FddiInterfaceComponent
Constructs a specific interface component.
FECN_ADAPT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFecnAdaptComponent
 
FileLoader - Interface in com.foxsmart.ic.io
This interface defines a mechanism to load files from a server to the local machine.
FileLoaderImpl - Class in com.foxsmart.ic.io
This class provides the base implementation of a FileLoader.
FileLoaderImpl() - Constructor for class com.foxsmart.ic.io.FileLoaderImpl
 
FILTER_TYPE_DENY - Static variable in class com.foxsmart.csu.config.global.AccessListEntry
Deny filter type.
FILTER_TYPE_PERMIT - Static variable in class com.foxsmart.csu.config.global.AccessListEntry
Permit filter type.
FIN - Static variable in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
 
findPathFromClasspath(String) - Static method in class com.foxsmart.ic.util.SystemUtils
Finds a path to the specified suffix based on the classpath.
FINGER - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
FINGER - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 79, Name: finger, Short Description: Finger.
FLASH - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Value: 3, Name: flash, Short Description: Flash Precedence.
FLASH - Static variable in class com.foxsmart.csu.config.PrecedenceEnum
Value: 3, Name: flash, Short Description: Flash Precedence.
FLASH_OVERRIDE - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Value: 4, Name: flash-override, Short Description: Flash Override Precedence.
FLASH_OVERRIDE - Static variable in class com.foxsmart.csu.config.PrecedenceEnum
Value: 4, Name: flash-override, Short Description: Flash Override Precedence.
floatValue() - Method in class com.foxsmart.ic.lang.Hexadecimal
Gets the value as a float.
FLOWCONTROL - Static variable in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
FLOWCONTROL_HARDWARE - Static variable in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
Sets the flow control to hardware controlled.
FLOWCONTROL_SOFTWARE - Static variable in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
Sets the flow control to software controlled.
FLOWCONTROL_SOFTWARE_LOCK - Static variable in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
Sets the flow control to software controlled while ignoring network host requests to change flow control.
FlowcontrolComponent - Class in com.foxsmart.csu.config.global.line
Sets the flow control characteristics between the router and an attached device.
FlowcontrolComponent() - Constructor for class com.foxsmart.csu.config.global.line.FlowcontrolComponent
Constructs a flow control object.
FLUSH_AT_ACTIVATION - Static variable in class com.foxsmart.csu.config.global.line.FlushAtActivationComponent
 
FlushAtActivationComponent - Class in com.foxsmart.csu.config.global.line
The flush at activation class clears the input stream at activation.
FlushAtActivationComponent() - Constructor for class com.foxsmart.csu.config.global.line.FlushAtActivationComponent
Constructs a flush at activation object.
FORESIGHT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayRateAdjustmentEnum
Value: 2, Name: foresight, Short Description: Foresight.
formatCalendar(Calendar) - Static method in class com.foxsmart.ic.util.DateUtils
Formats the passed in calendar into a dd-MMM-yyyy HH:mm:ss format.
formatCalendar(Calendar, String) - Static method in class com.foxsmart.ic.util.DateUtils
Formats the passed in calendar into the format specified.
formatDate(Date) - Static method in class com.foxsmart.ic.util.DateUtils
Formats the passed in date with the default format and returns it as a String.
formatDate(Date, String) - Static method in class com.foxsmart.ic.util.DateUtils
Formats the passed in date and returns it as a String.
formatElapsedTime(long, boolean) - Static method in class com.foxsmart.ic.util.DateUtils
Formats an elapsed period of time in milliseconds.
formatTime(Date) - Static method in class com.foxsmart.ic.util.DateUtils
Formats the passed in date/time with the default format and returns it as a String.
formatTime(Date, String) - Static method in class com.foxsmart.ic.util.DateUtils
Formats the passed in date/time and returns it as a String.
formatTime(Calendar) - Static method in class com.foxsmart.ic.util.DateUtils
Formats the passed in date/time and returns it as a String.
FOXSMART_PROXY_PASSWORD_KEY - Static variable in class com.foxsmart.csu.CiscoRouter
 
FOXSMART_PROXY_USERNAME_KEY - Static variable in class com.foxsmart.csu.CiscoRouter
 
FR_ATM - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 27, Name: FR-ATM, Short Description: Frame Relay-ATM, Format: port.
FRAGMENT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayAdaptiveShapingComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFecnAdaptComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueueComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
 
FRAME_RELAY - Static variable in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
FrameRelayAdaptiveShapingComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay adaptive shaping class sets the adaptive traffic rate adjustment information.
FrameRelayAdaptiveShapingComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayAdaptiveShapingComponent
Constructs a frame relay adaptive shaping object.
FrameRelayBcComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay Bc class sets the Committed burst size (Bc).
FrameRelayBcComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
Constructs a frame relay Bc object.
FrameRelayBeComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay Be class sets the Excess burst size (Be).
FrameRelayBeComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
Constructs a frame relay Be object.
FrameRelayCirComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay CIR class sets the Committed Information Rate (CIR).
FrameRelayCirComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
Constructs a frame relay CIR object.
FrameRelayClassComponent - Class in com.foxsmart.csu.config.global.interfacepkg
The FrameRelayClassComponent class defines a frame relay map class for an interface.
FrameRelayClassComponent() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
Constructs a frame relay class object.
FrameRelayEncapsulationOptions - Class in com.foxsmart.csu.config.global.interfacepkg
The FrameRelayEncapsulationOptions class contains frame relay encapsulation options.
FrameRelayEncapsulationOptions() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.FrameRelayEncapsulationOptions
Constructs a FrameRelayEncapsulationOptions object.
FrameRelayEndToEndKeepaliveComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay end to end keepalive command configures frame-relay end-to-end VC parameters.
FrameRelayEndToEndKeepaliveComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Constructs a frame relay end to end keepalive object.
FrameRelayEndToEndKeepaliveModeEnum - Class in com.foxsmart.csu.config.global.mapclassframerelay
The FrameRelayEndToEndKeepaliveModeEnum class represents the frame relay end to end keepalive mode for a frame relay map-class.
FrameRelayEndToEndKeepaliveModeEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
 
FrameRelayEndToEndKeepaliveModeEnum(String) - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
 
FrameRelayEndToEndKeepaliveModeEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
 
FrameRelayFairQueueComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay fair queue class defines the VC fair queueing.
FrameRelayFairQueueComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
Constructs a frame relay traffic rate object.
FrameRelayFecnAdaptComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
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.
FrameRelayFecnAdaptComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFecnAdaptComponent
Constructs a frame relay FECN adapt object.
FrameRelayFragmentComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay fragment class sets the frame relay fragmentation size.
FrameRelayFragmentComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
Constructs a frame relay fragment object.
FrameRelayInterfaceQueueComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay interface queue class sets the PVC interface queue parameters.
FrameRelayInterfaceQueueComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueueComponent
Constructs a frame relay interface queue object.
FrameRelayInterfaceQueuePriorityEnum - Class in com.foxsmart.csu.config.global.mapclassframerelay
The FrameRelayInterfaceQueuePriorityEnum class represents the frame relay interface queue priority for a frame relay map-class.
FrameRelayInterfaceQueuePriorityEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueuePriorityEnum
 
FrameRelayInterfaceQueuePriorityEnum(String) - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueuePriorityEnum
 
FrameRelayInterfaceQueuePriorityEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueuePriorityEnum
 
FrameRelayIpRtpComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay IP RTP class assigns a priority queue for RTP streams.
FrameRelayIpRtpComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
Constructs a frame relay ip rtp object.
FrameRelayMincirComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay Minimum CIR class sets the minimum acceptable Committed Information Rate (CIR).
FrameRelayMincirComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
Constructs a frame relay minimum CIR object.
FrameRelayRateAdjustmentEnum - Class in com.foxsmart.csu.config.global.mapclassframerelay
The FrameRelayEndToEndKeepaliveModeEnum class represents the frame relay end to end keepalive mode for a frame relay map-class.
FrameRelayRateAdjustmentEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayRateAdjustmentEnum
 
FrameRelayRateAdjustmentEnum(String) - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayRateAdjustmentEnum
 
FrameRelayRateAdjustmentEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayRateAdjustmentEnum
 
FrameRelayTrafficRateComponent - Class in com.foxsmart.csu.config.global.mapclassframerelay
The frame relay traffic rate class sets the VC traffic rate for frame relay.
FrameRelayTrafficRateComponent() - Constructor for class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
Constructs a frame relay traffic rate object.
FrAtmInterfaceComponent - Class in com.foxsmart.csu.config.global
The Frame Relay-ATM interface class represents a specific type of interface on the router.
FrAtmInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.FrAtmInterfaceComponent
Constructs a specific interface component.
FROM_XOT - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
FTP - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 21, Name: ftp, Short Description: File Transfer Protocol.
FTP_DATA - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 20, Name: ftp-data, Short Description: FTP data connections (used infrequently).
FULL_HELP - Static variable in class com.foxsmart.csu.config.global.line.FullHelpComponent
 
FullHelpComponent - Class in com.foxsmart.csu.config.global.line
The full help command is used to provide help to unprivileged user.
FullHelpComponent() - Constructor for class com.foxsmart.csu.config.global.line.FullHelpComponent
Constructs a full help object.

G

GENERAL_PARAMETER_PROBLEM - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 12/0, Name: general-parameter-problem, Short Description: Parameter problem.
generateChildrenUpdateConfiglet(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the list of commands that will handle the updating of all children of this component.
generateCommands(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Generates a Commands object from a multi-line string.
generateCompositeIos(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the IOS commands for a composite component.
generateCompositeIos(CiscoRouterConfigComponent, boolean) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the IOS commands for a composite component.
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the IOS configuration commands to delete this component.
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.AccessListComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.BannerComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.EnableComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.AccessClassComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.EditingComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.ExecBannerComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.ExecComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.FlushAtActivationComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.HistoryComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.IpComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.LoggingComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.LoginComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
Generates the delete IOS commands associated with this "component".
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.ModemComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.MotdBannerComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.ParityComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.PrivilegeComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.RefuseMessageComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.SpeedComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.StopbitsComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.TelnetSpeed
Generates the IOS associated with deleting this "component".
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.TimeoutComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.TransportComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.line.VacantMessageComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayAdaptiveShapingComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in interface com.foxsmart.csu.config.global.policymap.classmap.Bandwidth
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthPercentage
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthValue
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.SchedulerComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.ServiceComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.StateMachineComponent
 
generateDeleteIos(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Generates the IOS configuration to delete this component.
generateDeleteIos(CiscoRouterConfig) - Method in interface com.foxsmart.csu.config.MultiLineComponent
Generates the IOS configuration commands to delete this component.
generateDeleteIosString() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Generates the IOS configuration that will delete this rate limit entry.
generateDeleteIosString(String, String) - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
Generates the delete IOS string for the specified input or output with the specified policy map name.
generateDeleteIosStringForDestination() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Generates the IOS configuration to delete this route entry and all others that share the same destination (i.e.
generateHeaderIos() - Method in class com.foxsmart.csu.config.CiscoRouterConfig
Returns the empty string since this is the root for the entire configuration.
generateHeaderIos() - Method in interface com.foxsmart.csu.config.CompositeComponent
Returns the header IOS configuration string for this component.
generateHeaderIos() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
 
generateHeaderIos() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
 
generateHeaderIos() - Method in class com.foxsmart.csu.config.global.LineComponent
 
generateHeaderIos() - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
generateHeaderIos() - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
generateHeaderIos() - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
generateHeaderIos() - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
generateHeaderIos() - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
 
generateIos() - Method in class com.foxsmart.csu.config.CiscoRouterConfig
 
generateIos() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Returns the IOS configuration commands for this component.
generateIos(Class) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the IOS commands for all components based on the specified key.
generateIos(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the IOS commands for all components based on the specified key.
generateIos(String, boolean) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the IOS commands for all components based on the specified key.
generateIos() - Method in class com.foxsmart.csu.config.CommentComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.AaaNewModelComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.AccessListComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfo
Generates the IOS string associated with this part of the router configuration.
generateIos() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoAny
Generates the IOS string associated with this part of the router configuration.
generateIos() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoHost
Generates the IOS string associated with this part of the router configuration.
generateIos() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoNetwork
Generates the IOS string associated with this part of the router configuration.
generateIos() - Method in class com.foxsmart.csu.config.global.AccessListPortMatchInfo
Generates the IOS string associated with this part of the router configuration.
generateIos() - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Generates the IOS string associated with this part of the router configuration.
generateIos() - Method in class com.foxsmart.csu.config.global.AccessListTcpPortMatchInfo
Generates the IOS string associated with this part of the router configuration.
generateIos() - Method in class com.foxsmart.csu.config.global.AccessListUdpPortMatchInfo
Generates the IOS string associated with this part of the router configuration.
generateIos() - Method in class com.foxsmart.csu.config.global.BannerComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.classmap.DescriptionComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfo
Generates the IOS string associated with this part of the router configuration.
generateIos() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupName
 
generateIos() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupNumber
 
generateIos() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoInputInterface
 
generateIos() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
 
generateIos() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoProtocol
 
generateIos() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.DynamicAccessListInfo
 
generateIos() - Method in class com.foxsmart.csu.config.global.EnableComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.EndComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
 
generateIos() - Method in class com.foxsmart.csu.config.global.ExtIpNameAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.HostnameComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.AtmDxiEncapsulationOptions
Generates an IOS string for this encapsulation option.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
Only output the encapsulation statement if the encapsulation options are no HDLC.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationOptions
Generates an IOS string for this component.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
Only output the encapsulation statement if the encapsulation options are no HDLC.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayEncapsulationOptions
Generates an IOS string for this encapsulation option.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.HdlcEncapsulationOptions
Generates an IOS string for this encapsulation option.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
Only output the encapsulation statement if the encapsulation options are no HDLC.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationOptions
Generates an IOS string for this encapsulation option.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.PppEncapsulationOptions
Generates an IOS string for this encapsulation option.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.SlipEncapsulationOptions
Generates an IOS string for this encapsulation option.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.SmdsEncapsulationOptions
Generates an IOS string for this encapsulation option.
generateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationOptions
Generates an IOS string for the frame relay portion of the encapsulation.
generateIos() - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.IpRouteComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.AbsoluteTimeoutComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.AccessClassComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.AutobaudComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.AutocommandComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.AutohangupComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.DatabitsComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.DataCharacterBitsComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.DisconnectCharacterComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.DispatchMachineComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.DispatchTimeoutComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.DomainLookupComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.EditingComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.ExecBannerComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.ExecComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.FlushAtActivationComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.FullHelpComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.HistoryComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.HoldCharacterComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.InsecureComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.InternationalComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.IpComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.LengthComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.LocationComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.LockableComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.LoggingComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.LoginComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.LogoutWarningComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
Generates the IOS associated with this "component".
generateIos() - Method in class com.foxsmart.csu.config.global.line.ModemComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.MonitorComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.MotdBannerComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.NotifyComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.ParityComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.PasswordComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.PrivateComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.PrivilegeComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.RefuseMessageComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.RxspeedComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.SessionLimitComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.SpeedComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.StartCharacterComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.StopbitsComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.StopCharacterComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.TelnetSpeed
Generates the IOS associated with this "component".
generateIos() - Method in class com.foxsmart.csu.config.global.line.TerminalTypeComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.TimeoutComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.TransportComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.TxspeedComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.VacantMessageComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.WidthComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.line.X25Component
 
generateIos() - Method in class com.foxsmart.csu.config.global.LineComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerVoiceCallComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayAdaptiveShapingComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFecnAdaptComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueueComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.MemorySizeComponent
 
generateIos() - Method in interface com.foxsmart.csu.config.global.NameAccessListEntry
 
generateIos() - Method in interface com.foxsmart.csu.config.global.NumberAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
generateIos() - Method in interface com.foxsmart.csu.config.global.policymap.classmap.Bandwidth
 
generateIos() - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthPercentage
 
generateIos() - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthValue
 
generateIos() - Method in class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
Generates the IOS statements associated with this "component".
generateIos() - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.PromptComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.RemarkNameAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.RemarkNumberAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.SchedulerAllocate
 
generateIos() - Method in class com.foxsmart.csu.config.global.SchedulerComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.ServiceComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.SmallServers
Generates an IOS string for the timestamp portion of a line.
generateIos() - Method in class com.foxsmart.csu.config.global.StateMachineComponent
 
generateIos() - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Generates the IOS commands for this component.
generateIos() - Method in class com.foxsmart.csu.config.global.StdIpNameAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
 
generateIos() - Method in class com.foxsmart.csu.config.global.Timestamps
Generates the IOS associated with the Timestamps.
generateIos() - Method in class com.foxsmart.csu.config.global.VersionComponent
 
generateIos() - Method in class com.foxsmart.csu.config.UnknownComponent
 
generateIosString() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
 
generateIosString() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
Generates the IOS configuration for this rate limit action.
generateIosString() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Generates the IOS configuration for this rate limit entry.
generateIosString(String, String) - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
Generates the IOS string for the specified input or output string with the specified policy map name.
generateIosString() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Generates the IOS configuration for this route entry.
generateIosString() - Method in class com.foxsmart.csu.config.global.RemarkAccessListEntry
 
generateIosString() - Method in class com.foxsmart.csu.config.global.StdIpAccessListEntry
 
generateMultiLineUpdateConfiglet(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the IOS commands that will handle the updating of a multi-line component.
generateMultiLineUpdateConfiglet(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.AccessListComponent
See base class for comments.
generateMultiLineUpdateConfiglet(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
 
generateMultiLineUpdateConfiglet(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
 
generateMultiLineUpdateConfiglet(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
 
generateMultiLineUpdateConfiglet(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
 
generateUniqueHeaderInfo() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
Generates the IOS header that makes each component unique.
generateUniqueHeaderInfo() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
Generates the IOS header that makes each component unique.
generateUniqueHeaderInfo() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
Generates the IOS header that makes each component unique.
generateUniqueHeaderInfo() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
Generates the IOS header that makes each component unique.
generateUpdateCompositeIos(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the update IOS commands for a composite component.
generateUpdateIos(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the IOS commands for all components based on the specified key.
generateUpdateIos() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Generates the IOS commands that will handle the updating of this component.
generateUpdateIos() - Method in class com.foxsmart.csu.config.global.classmap.MatchComponent
Generates the update IOS commands.
generateUpdateIos() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
 
generateUpdateIos() - Method in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
generateUpdateIos() - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
generateUpdateIos() - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
generateUpdateIos() - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
generateUpdateIos() - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
generateUpdateIos() - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
 
get(int) - Method in class com.foxsmart.csu.config.Command
Gets the line at the specified position.
get(int) - Method in class com.foxsmart.csu.config.Commands
Gets the command at the specified position.
get(int) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Gets a line at a specified index.
get(String) - Static method in class com.foxsmart.ic.util.ExpirableCache
Gets an item in the cache.
getA() - Method in class com.foxsmart.ic.net.IpAddress
Gets the "A" portion of the IP Address.
getA() - Method in class com.foxsmart.ic.util.Version
Gets the "A" portion of the version.
getAaaNewModelEnabled(CiscoRouterConfig) - Static method in class com.foxsmart.csu.config.global.AaaNewModelComponent
Determines if the AAA new model is enabled on the router or not.
getAbortCharacter() - Method in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
Gets the abort character.
getAbsoluteTimeout() - Method in class com.foxsmart.csu.config.global.line.AbsoluteTimeoutComponent
Gets the absolute timeout in minutes.
getAccessListEntries(int) - Method in class com.foxsmart.csu.config.global.AccessListComponent
Returns a list of NumberAccessListEntry object that have been added so far based on the specified access list number.
getAccessListEntries(String) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Returns a list of NameAccessListEntry object that have been added so far based on the specified access list name.
getAccessListIndex() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the access list index.
getAccessListName() - Method in class com.foxsmart.csu.config.global.ExtIpNameAccessListEntry
Gets the access list name.
getAccessListName() - Method in interface com.foxsmart.csu.config.global.NameAccessListEntry
Gets the access list name.
getAccessListName() - Method in class com.foxsmart.csu.config.global.RemarkNameAccessListEntry
Gets the access list name.
getAccessListName() - Method in class com.foxsmart.csu.config.global.StdIpNameAccessListEntry
Gets the access list name.
getAccessListNumber() - Method in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
Gets the access list number.
getAccessListNumber() - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Gets the access list number.
getAccessListNumber() - Method in interface com.foxsmart.csu.config.global.NumberAccessListEntry
Gets the access list number.
getAccessListNumber() - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
Gets the access list number.
getAccessListNumber() - Method in class com.foxsmart.csu.config.global.RemarkNumberAccessListEntry
Gets the access list number.
getAccessListNumber() - Method in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
Gets the access list number.
getAccessListNumber() - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
Gets the access list number.
getAccessListRateLimitFlag() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the access list rate limit flag.
getAccessListType(String) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Returns the access list type (i.e.
getAckFlag() - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Gets the Ack flag.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitContinueAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitDropAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpContinueAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpTransmitAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpContinueAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpTransmitAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceContinueAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceTransmitAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosContinueAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosTransmitAction
Determines whether this action is associated with a value or not.
getActionAssociatedWithValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitTransmitAction
Determines whether this action is associated with a value or not.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitContinueAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitDropAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpContinueAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpTransmitAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpContinueAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpTransmitAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceContinueAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceTransmitAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosContinueAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosTransmitAction
Gets the keyword for this action (e.g.
getActionKeyword() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitTransmitAction
Gets the keyword for this action (e.g.
getActivationCharacter() - Method in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
Gets the activation character.
getActivationScript() - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Gets the activation chat script name.
getActiveProtocol() - Method in class com.foxsmart.csu.CiscoRouter
Gets the active protocol that is being used while connected to the router.
getActiveProtocolHandler() - Method in class com.foxsmart.csu.CiscoRouter
Gets the currently active protocol handler.
getAdditionUsage() - Method in class com.foxsmart.ic.util.CommandLineParams
Gets the additional usage text if specified.
getAlignmentDetection() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the alignment detection flag.
getAlignmentLogging() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the alignment logging flag.
getAliveInterval() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get alive interval (0 = do not send keepalive packets).
getAllComponents() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets all the components for all keys.
getAllInterfaceComponents(CiscoRouterConfig) - Static method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets all the InterfaceComponents from the passed in CiscoRouterConfig.
getAllocate() - Method in class com.foxsmart.csu.config.global.SchedulerComponent
Gets the scheduler allocation information.
getAnswerTimeout() - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Gets the answer timout in seconds.
getArapCallbackScript() - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Gets the arap callback chat script name.
getArapFlag() - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Gets the ARAP autoselection flag.
getAreRoutesSame(List, List) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Determines whether the routes from both lists are the same
getArgument(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Gets the value of the specified argument.
getAscii(String, int) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Gets a formatted ASCII dump of the passed in string.
getAscii(String, int) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Gets a formatted ASCII dump of the passed in string.
getAscii(String, int) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
getAscii(String) - Static method in class com.foxsmart.ic.util.StringUtils
Gets a formatted Ascii dump of the passed in string.
getAuthenticationListName() - Method in class com.foxsmart.csu.config.global.line.LoginComponent
Gets the authentication list name.
getAuthTypes(SSHClientUser) - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get the authentication method the user wants to us.
getAutoConfigureMode() - Method in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
Gets the auto configure mode.
getAvailable() - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Default implementation returns true.
getAvailable() - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Default implementation returns true.
getAvailable() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
Returns whether this protocol handler is available.
getAvailable() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
Returns whether this protocol handler is available.
getAvailable() - Method in class com.foxsmart.ic.net.PlinkSshProtocolHandler
Returns whether this protocol handler is available.
getAvailable() - Method in interface com.foxsmart.ic.net.ProtocolHandler
Determines if the protocol handler is available for usage.
getB() - Method in class com.foxsmart.ic.net.IpAddress
Gets the "B" portion of the IP Address.
getB() - Method in class com.foxsmart.ic.util.Version
Gets the "B" portion of the version.
getBandwidth() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the bandwidth in bits per second.
getBandwidth() - Method in interface com.foxsmart.csu.config.global.policymap.classmap.Bandwidth
Gets the bandwidth value.
getBandwidth() - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthComponent
Gets the bandwidth.
getBandwidth() - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthPercentage
Gets the bandwidth value.
getBandwidth() - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthValue
Gets the bandwidth value.
getBaseUrl() - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Gets the base URL for connecting to the router using HTTP.
getBaseUrl(String, Integer) - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Gets the base URL for connecting to the router using HTTP with the specified hostname and port number.
getBc() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
Gets the committed burst size (Bc).
getBe() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
Gets the excess burst size (Be).
getBigDecimalNumber(String) - Static method in class com.foxsmart.ic.util.NumberUtils
Converts the passed in string to a BigDecimal.
getBigDecimalNumberFromString(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that a token is a BigDecimal number and returns it.
getBitSize() - Method in class com.foxsmart.csu.config.global.line.DataCharacterBitsComponent
Gets the bit size.
getBitSize() - Method in class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
Gets the bit size.
getBitSize() - Method in class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
Gets the bit size.
getBreakOnIpFlag() - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Gets the break on ip flag.
getBufferLimit() - Method in class com.foxsmart.csu.config.global.line.LoggingComponent
Gets the buffer limit.
getBusyOutFlag() - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Gets the the busy out flag.
getC() - Method in class com.foxsmart.ic.net.IpAddress
Gets the "C" portion of the IP Address.
getC() - Method in class com.foxsmart.ic.util.Version
Gets the "C" portion of the version.
getCalendarUsingFormat(String, String) - Static method in class com.foxsmart.ic.util.DateUtils
Gets a Calendar from the passed in date as a String.
getCalendarUsingFormats(String, String[]) - Static method in class com.foxsmart.ic.util.DateUtils
Gets a Calendar from the passed in date as a String.
getCallbackScript() - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Gets the callback chat script name.
getChallengeResponse(SSHClientUser, String) - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Present challenge to user an return answer.
getChannelGroup() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns the channel group portion of the interface name if one exists.
getChannelGroupAsInteger() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns the channel group portion of the interface name if one exists as an Integer.
getCharacters() - Method in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
Gets the list of dispatch characters.
getCharacters() - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
Gets the list of padding characters.
getChildComponentKeys() - Method in class com.foxsmart.csu.config.CiscoRouterConfig
 
getChildComponentKeys() - Method in interface com.foxsmart.csu.config.CompositeComponent
Returns the list of child keys of this composite component.
getChildComponentKeys() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
 
getChildComponentKeys() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
 
getChildComponentKeys() - Method in class com.foxsmart.csu.config.global.LineComponent
 
getChildComponentKeys() - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
getChildComponentKeys() - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
getChildComponentKeys() - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
getChildComponentKeys() - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
getChildComponentKeys() - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
 
getChildComponentKeysStatic() - Static method in class com.foxsmart.csu.config.CiscoRouterConfig
Gets the child component keys via a static convenience method.
getChildComponentKeysStatic() - Static method in class com.foxsmart.csu.config.global.ClassMapComponent
Gets the child component keys via a static convenience method.
getChildComponentKeysStatic() - Static method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the child component keys via a static convenience method.
getChildComponentKeysStatic() - Static method in class com.foxsmart.csu.config.global.LineComponent
Gets the child component keys via a static convenience method.
getChildComponentKeysStatic() - Static method in class com.foxsmart.csu.config.global.MapClassAtmComponent
Gets the child component keys via a static convenience method.
getChildComponentKeysStatic() - Static method in class com.foxsmart.csu.config.global.MapClassDialerComponent
Gets the child component keys via a static convenience method.
getChildComponentKeysStatic() - Static method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Gets the child component keys via a static convenience method.
getChildComponentKeysStatic() - Static method in class com.foxsmart.csu.config.global.policymap.ClassComponent
Gets the child component keys via a static convenience method.
getChildComponentKeysStatic() - Static method in class com.foxsmart.csu.config.global.PolicyMapComponent
Gets the child component keys via a static convenience method.
getChildComponentUpdateKeys() - Method in class com.foxsmart.csu.config.CiscoRouterConfig
 
getChildComponentUpdateKeys() - Method in interface com.foxsmart.csu.config.CompositeComponent
Returns the list of child keys of this composite component.
getChildComponentUpdateKeys() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
 
getChildComponentUpdateKeys() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
 
getChildComponentUpdateKeys() - Method in class com.foxsmart.csu.config.global.LineComponent
 
getChildComponentUpdateKeys() - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
getChildComponentUpdateKeys() - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
getChildComponentUpdateKeys() - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
getChildComponentUpdateKeys() - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
getChildComponentUpdateKeys() - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
 
getChildComponentUpdateKeysStatic() - Static method in class com.foxsmart.csu.config.CiscoRouterConfig
Gets the child component update keys via a static convenience method.
getChildComponentUpdateKeysStatic() - Static method in class com.foxsmart.csu.config.global.ClassMapComponent
Gets the child component update keys via a static convenience method.
getChildComponentUpdateKeysStatic() - Static method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the child component update keys via a static convenience method.
getChildComponentUpdateKeysStatic() - Static method in class com.foxsmart.csu.config.global.LineComponent
Gets the child component update keys via a static convenience method.
getChildComponentUpdateKeysStatic() - Static method in class com.foxsmart.csu.config.global.MapClassAtmComponent
Gets the child component update keys via a static convenience method.
getChildComponentUpdateKeysStatic() - Static method in class com.foxsmart.csu.config.global.MapClassDialerComponent
Gets the child component update keys via a static convenience method.
getChildComponentUpdateKeysStatic() - Static method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Gets the child component update keys via a static convenience method.
getChildComponentUpdateKeysStatic() - Static method in class com.foxsmart.csu.config.global.policymap.ClassComponent
Gets the child component update keys via a static convenience method.
getChildComponentUpdateKeysStatic() - Static method in class com.foxsmart.csu.config.global.PolicyMapComponent
Gets the child component update keys via a static convenience method.
getCipher(SSHClientUser) - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get desirect encryption algorithm
getCir() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
Gets the committed information rate (CIR).
getCir() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
Gets the committed information rate (CIR).
getCiscoRouterConfig(CiscoRouterConfigComponent) - Static method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Searches the parent component hierarchy of the passed in component and returns the first CiscoRouterConfig component found (should be the highest level parent).
getCommaDelimitedList(List) - Static method in class com.foxsmart.ic.util.StringUtils
Gets a comma delimited string for each element in the list.
getCommand() - Method in class com.foxsmart.csu.CommandAndResponse
Gets the command.
getCommand() - Method in class com.foxsmart.csu.config.global.line.AutocommandComponent
Gets the auto command.
getCommandsAndResponses() - Method in class com.foxsmart.csu.ConfigUpdateResult
Gets the commands and responses.
getComment() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets the comment associated with this component.
getCompareInfo() - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Gets the compare information.
getCompareOperator() - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Gets the compare operator.
getComparePattern() - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Gets the compare pattern.
getComponent(String) - Static method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns a specific instance of an InterfaceComponent based on the passed in interface keyword.
getComponentClassName(List, int) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets the component class name for the passed in list of tokens and number of tokens to use.
getComponentClassName(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets the component class name for the passed in router component keyword.
getComponentKeys() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets the component key set for this component.
getComponents(Class) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets all the components for a specified key.
getComponents(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets all the components for a specified key.
getCompressConfig() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the compress config flag.
getCompressionLevel() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get desired level of compression.
getConfig() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the config flag.
getConfigErrorsPresent() - Method in class com.foxsmart.csu.ConfigUpdateResult
Gets the config errors present flag.
getConfiglet() - Method in class com.foxsmart.csu.config.Commands
Generates and returns a configlet for the commands.
getConfiglet() - Method in class com.foxsmart.csu.ConfigUpdateResult
Gets the configlet.
getConformAction() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the conform action.
getCongestiveDiscardThreshold() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
Gets the congestive discard threshold.
getConnectionScript() - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Gets the connection chat script name.
getCurrentDayAtMidnight() - Static method in class com.foxsmart.ic.util.DateUtils
Gets the current date at midnight.
getCurrentState() - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Gets the current state.
getD() - Method in class com.foxsmart.ic.net.IpAddress
Gets the "D" portion of the IP Address.
getD() - Method in class com.foxsmart.ic.util.Version
Gets the "D" portion of the version.
getDateTime() - Method in class com.foxsmart.csu.config.global.Timestamps
Gets whether the timestamp format is datetime.
getDebugTimestamps() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the debug timestamps.
getDefaultNoDataReadDelay() - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Gets the default no data read delay.
getDefaultNoDataReadDelay() - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Gets the default no data read delay.
getDefaultNoDataReadDelay() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
getDefaultProtocolTimeout() - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Gets the default operation timeout value.
getDefaultProtocolTimeout() - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Gets the default operation timeout value.
getDefaultProtocolTimeout() - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Gets the default operation timeout value.
getDefaultProtocolTimeout() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
getDefaultProtocolTimeout() - Method in interface com.foxsmart.ic.net.ProtocolHandler
Gets the default operation timeout value.
getDefaultSpeed() - Method in class com.foxsmart.csu.config.global.line.TelnetSpeed
Gets the default speed.
getDeferredDelete() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
This default implementation returns false which ensures all Commands are processed in their standard order.
getDeferredDelete() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
Returns true to ensure deletes are deferred.
getDeferredFlag() - Method in class com.foxsmart.csu.config.Command
Gets the deferred flag.
getDelay() - Method in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
Gets the delay in seconds.
getDelay() - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Gets the delay flag.
getDescription() - Method in class com.foxsmart.csu.config.global.classmap.DescriptionComponent
Gets the description.
getDescription() - Method in class com.foxsmart.csu.config.global.line.LocationComponent
Gets the location description.
getDestinationHardwareAddress() - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Gets the destination hardware address.
getDestinationHardwareAddressMask() - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Gets the destination hardware address mask.
getDestinationKey(IpRouteEntry) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Returns a string that is used as the key into the route map.
getDestinationKey(IpAddress, IpAddress) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Returns a string that is used as the key into the route map.
getDestinationMatchInfo() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the destination access list match information.
getDestinationPrefix() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets the destination prefix.
getDestinationPrefixMask() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets the destination prefix mask.
getDeviceConfig() - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Gets the main device configuration.
getDhcp() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the DHCP flag.
getDialerScript() - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Gets the dialer chat script name.
getDirection() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
Gets the direction.
getDirection() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
Gets the direction.
getDirection() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
Gets the direction.
getDirection() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
Gets the direction.
getDisableIpFastFrag() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the disable IP fast frag flag.
getDisconnectCharacter() - Method in class com.foxsmart.csu.config.global.line.DisconnectCharacterComponent
Gets the disconnect character.
getDispatchTimeout() - Method in class com.foxsmart.csu.config.global.line.DispatchTimeoutComponent
Gets the dispatch timeout.
getDisplay() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get the display for X11 forwardings.
getDistanceMetric() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets the distance metric for this route.
getDoubleNumber(String) - Static method in class com.foxsmart.ic.util.NumberUtils
Converts the passed in string to a double.
getDoubleNumberFromString(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that a token is a double number and returns it.
getDoubleOctet1() - Method in class com.foxsmart.ic.net.MacAddress
Gets the first double octet.
getDoubleOctet2() - Method in class com.foxsmart.ic.net.MacAddress
Gets the second double octet.
getDoubleOctet3() - Method in class com.foxsmart.ic.net.MacAddress
Gets the third double octet.
getDscp() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the DSCP.
getDscpValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the DSCP value.
getDteFlag() - Method in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationOptions
Gets the DTE flag.
getDteFlag() - Method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationOptions
Gets the DTE flag.
getDtrDelay() - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Gets the DTR delay in seconds.
getDuringLoginFlag() - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Gets the "during login" flag.
getDynamicInfo() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the dynamic access list information.
getDynamicListName() - Method in class com.foxsmart.csu.config.global.DynamicAccessListInfo
Gets the dynamic list name.
getElapsedDays(Calendar, Calendar) - Static method in class com.foxsmart.ic.util.DateUtils
Gets the elapsed number of days between the start and end times.
getElapsedDays(long) - Static method in class com.foxsmart.ic.util.DateUtils
Gets the elapsed number of days given the elapsed miliseconds.
getElapsedTime(String) - Static method in class com.foxsmart.ic.util.DateUtils
Get elapsed time from a previously started timer.
getEnablePassword() - Method in class com.foxsmart.csu.CiscoRouter
Gets the enable password.
getEnablePasswordUsed() - Method in class com.foxsmart.csu.CiscoRouter
Gets whether the enable password was used for authentication.
getEnableTimeout() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
Gets the enable timeout.
getEncapsulationOption() - Method in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationOptions
Gets the encapsulation option.
getEncapsulationOption() - Method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationOptions
Gets the encapsulation option.
getEncapsulationOptions() - Method in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
Gets the encapsulation options.
getEncryptionType() - Method in class com.foxsmart.csu.config.global.GlobalEncryptionPassword
Gets the encryption type.
getEncryptionType() - Method in class com.foxsmart.csu.config.global.line.LineEncryptionPassword
Gets the encryption type.
getEntry() - Method in class com.foxsmart.ic.lang.Enum
Returns the entry for the value.
getEntry(Class, String) - Static method in class com.foxsmart.ic.lang.Enum
Returns the entry for the name.
getEntry(Class, Object) - Static method in class com.foxsmart.ic.lang.Enum
Returns the entry for the value.
getEnum(Class, String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Instantiates an enum of the specified type with the value specified.
getEnumClass() - Method in class com.foxsmart.ic.lang.Enum
Retrieves the Class of this Enum.
getErrorMessageList() - Static method in class com.foxsmart.csu.CiscoRouter
Returns the list of error messages that don't begin with a "%" character.
getErrorThresholdReceiveCount() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Gets the error threshold receive count.
getErrorThresholdSendCount() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Gets the error threshold send count.
getEscapeCharacter() - Method in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
Gets the disconnect character.
getEstablishedFlag() - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Gets the established connections flag.
getEventWindowReceiveCount() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Gets the event window receive count.
getEventWindowSendCount() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Gets the event window send count.
getExceedAction() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the exceed action.
getExecBanner() - Method in class com.foxsmart.csu.config.global.BannerComponent
Gets the EXEC Banner.
getExecCallback() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the exec callback flag.
getExecWait() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the exec wait flag.
getExponentialWeightingConstant() - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
Gets the exponential weighting constant.
getFastIdle() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
Gets the fast idle.
getFileContents(String) - Static method in class com.foxsmart.ic.io.IoUtils
Reads and returns the contents of the specified file.
getFileContents(File) - Static method in class com.foxsmart.ic.io.IoUtils
Reads and returns the contents of the specified file.
getFiles(String) - Static method in class com.foxsmart.ic.io.IoUtils
Gets a list of files based on the passed in filename.
getFileSize(String, String) - Method in interface com.foxsmart.ic.io.FileLoader
This method should return the size of a file on the server
getFileSize(String, String) - Method in class com.foxsmart.ic.io.HttpFileLoader
This method returns the size of a given file on the server.
getFilterType() - Method in class com.foxsmart.csu.config.global.AccessListEntry
Gets the filter type.
getFinFlag() - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Gets the Fin flag.
getFinger() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the finger flag.
getFirstCharacter() - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Gets the first character.
getFirstComponent(Class) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets a single component for a specified key.
getFirstComponent(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets a single component for a specified key.
getFirstLine() - Method in class com.foxsmart.csu.config.global.LineComponent
Gets the first line.
getFullCommand() - Method in class com.foxsmart.csu.config.Command
Returns the full command.
getFullCommandAsList() - Method in class com.foxsmart.csu.config.Command
Returns the full command and trims each line to remove leading and trailing spaces.
getFullPath(String, String) - Static method in class com.foxsmart.ic.io.IoUtils
Returns the full path by combining the directory name and the filename.
getFullTrimmedCommand() - Method in class com.foxsmart.csu.config.Command
Returns the full command and trims each line to remove leading and trailing spaces.
getFullTrimmedCommandAsList() - Method in class com.foxsmart.csu.config.Command
Returns the full command and trims each line to remove leading and trailing spaces.
getGlobalFlag() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets whether the next hop is global.
getGlobalPackagesStatic() - Static method in class com.foxsmart.csu.CiscoRouter
Gets the global list of configuration packages via a static convenience method.
getGroup() - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
Gets the rotary group.
getHardwareAddress() - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
Gets the hardware address.
getHardwareAddressMask() - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
Gets the hardware address mask.
getHasEnableAccess() - Method in class com.foxsmart.csu.CiscoRouter
Determines whether enable access is available when logged in to the router.
getHexadecimalNumberFromString(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that a token is a hexadecimal number and returns it.
getHideTelnetAddresses() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the hide telnet addresses flag.
getHoldCharacter() - Method in class com.foxsmart.csu.config.global.line.HoldCharacterComponent
Gets the hold character.
getHost() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoHost
Gets the host information.
getHost() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoNetwork
Gets the host information.
getHostname() - Method in class com.foxsmart.csu.CiscoRouter
Gets the hostname of the router.
getHostname() - Method in class com.foxsmart.csu.config.global.HostnameComponent
Gets the router hostname.
getHostname() - Method in class com.foxsmart.ic.net.Hostname
Gets the hostname.
getIcmpType() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the ICMP Type information.
getIdentityFile(SSHClientUser) - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Return name of file containing private key for pubkey authentication
getIdentityPassword(SSHClientUser) - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Return password protecting identify file.
getIdleTimeout() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
Gets the idle timeout.
getIetfFlag() - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayEncapsulationOptions
Gets the IETF flag.
getIgmpType() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the IGMP Type Information.
getInAccessListNumber() - Method in class com.foxsmart.csu.config.global.line.AccessClassComponent
Gets the incoming access list number.
getIncomingBanner() - Method in class com.foxsmart.csu.config.global.BannerComponent
Gets the Incoming Banner.
getInFlowControlType() - Method in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
Gets the "in" flow control type.
getInputCoalesceThreshold() - Method in class com.foxsmart.csu.config.global.line.IpComponent
Gets the input coalesce threshold.
getInputPolicyMapName() - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
Gets the input policy map name.
getInputStream() - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Returns the connection input stream.
getInputStream() - Method in class com.foxsmart.ic.net.CommonsTelnetProtocolHandler
Returns the connection input stream.
getInputStream() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
getInputStream() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
 
getInputStream() - Method in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
getIntegerNumber(String) - Static method in class com.foxsmart.ic.util.NumberUtils
Converts the passed in string to an integer.
getIntegerNumberFromString(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that a token is an integer and returns it.
getInteractor() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get interactor which should handle the authentication phase.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.AsyncInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.AtmInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.BriInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.BviInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.CbrInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.ChannelInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoInputInterface
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.DialerInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.EthernetInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.FastEthernetInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.FddiInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.FrAtmInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.GigabitEthernetInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.GroupAsyncInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.HssiInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.LexInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.LoopbackInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.MultilinkInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.NullInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.PortChannelInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.PosInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.SerialInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.TenGigabitEthernetInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.TokenRingInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.TunnelInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.VgAnylanInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.VifInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.VirtualTemplateInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.VirtualTokenRingInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.VlanInterfaceComponent
Gets the interface name.
getInterfaceName() - Method in class com.foxsmart.csu.config.global.XTagAtmInterfaceComponent
Gets the interface name.
getInterfaceNameExists() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns whether the interface name exists.
getInterfaceType() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the interface type for this class.
getInterfaceTypeAndNames() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the interface and sub-interfaces names as a concatinated string (e.g.
getInterfaceTypesAndNames(CiscoRouterConfig) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Gets a list of interface type and names list (e.g.
getInterval() - Method in class com.foxsmart.csu.config.global.SchedulerComponent
Gets the scheduler interval in milliseconds.
getIoMemorySize() - Method in class com.foxsmart.csu.config.global.MemorySizeComponent
Gets the I/O memory size percentage.
getIpAddressFromString(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that a token is an IP Address and returns it.
getIpOnBreakFlag() - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Gets the ip on break flag.
getIpProtocol() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the IP Protocol information.
getIsdnSpeed() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
Gets the ISDN speed.
getKeywordToClassMap() - Static method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns an ordered map of interface keywords to interface component classes they are associated with.
getLastCharacter() - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Gets the last character.
getLastLine() - Method in class com.foxsmart.csu.config.global.LineComponent
Gets the last line.
getLastResortAction() - Method in class com.foxsmart.csu.config.global.EnableComponent
Gets the last resort action.
getLength() - Method in class com.foxsmart.csu.config.global.line.LengthComponent
Gets the length.
getLevel() - Method in class com.foxsmart.csu.config.global.line.PrivilegeComponent
Gets the privilege level.
getLine(List, int) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Gets a specified line, that is to say, an element, from the passed in List.
getLineNumber() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the line number flag.
getLines() - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Gets the lines
getLineType() - Method in class com.foxsmart.csu.config.global.LineComponent
Gets the line type.
getLocalHostAddress() - Static method in class com.foxsmart.ic.net.IpAddress
Returns the IP Address of the localhost.
getLocalTime() - Method in class com.foxsmart.csu.config.global.Timestamps
Gets the local time flag.
getLogFlag() - Method in class com.foxsmart.csu.config.global.StdIpAccessListEntry
Gets the log flag.
getLoggingInterval() - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Gets the logging interval.
getLoginBanner() - Method in class com.foxsmart.csu.config.global.BannerComponent
Gets the Login Banner.
getLogLevel() - Static method in class com.foxsmart.ic.util.Logger
Gets the current logging level.
getLogTimestamps() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the log timestamps.
getLogType() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the logging type.
getLogUpdateThreshold() - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Gets the log update threshold.
getLongDescription(EnumEntry) - Static method in class com.foxsmart.ic.lang.Enum
Gets the long description.
getLongDescription() - Method in class com.foxsmart.ic.lang.Enum
Gets the long description.
getLongDescription() - Method in class com.foxsmart.ic.lang.EnumEntry
Gets the long description.
getLongNumber(String) - Static method in class com.foxsmart.ic.util.NumberUtils
Converts the passed in string to a long.
getLongNumberFromString(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that a token is a long number and returns it.
getMacAddressFromString(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Checks that a token is a 48-bit mac address and returns it.
getMachineName() - Method in class com.foxsmart.csu.config.global.line.DispatchMachineComponent
Gets the machine name.
getMainCommand() - Method in class com.foxsmart.csu.config.Command
Gets the main command for this multi-line command.
getMainTrimmedCommand() - Method in class com.foxsmart.csu.config.Command
Gets the main command for this multi-line command and trims the command to ensure no leading and trailing spaces are present.
getMajor(String) - Static method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
Gets the major portion of the SSH version.
getMarkProbabilityDenominator() - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
Gets the mark probability denominator.
getMatchAll() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
Gets the match all flag.
getMatchInfo() - Method in class com.foxsmart.csu.config.global.classmap.MatchComponent
Gets the match information.
getMatchInfo() - Method in class com.foxsmart.csu.config.global.StdIpAccessListEntry
Gets the access list match information.
getMaxBandwidth() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
Gets the maximum bandwidth.
getMaxBufferSize() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
Gets the max buffer size for fair queues.
getMaxBurst() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the maximum burst bytes.
getMaximumSpeed() - Method in class com.foxsmart.csu.config.global.line.TelnetSpeed
Gets the maximum speed.
getMaxPacketSz() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get maximum packet size (0 = no limit).
getMaxServers() - Method in class com.foxsmart.csu.config.global.SmallServers
Gets the max servers.
getMaxSessions() - Method in class com.foxsmart.csu.config.global.line.SessionLimitComponent
Gets the maximum number of sessions.
getMaxThreshold() - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
Gets the maximum threshold.
getMaxTimeToLive() - Method in class com.foxsmart.csu.config.global.DynamicAccessListInfo
Gets the max time to live.
getMaxValue() - Static method in class com.foxsmart.csu.config.DscpEnum
Maximum value of 63.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Maximum value of 8.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationEnum
Maximum value of 2.
getMaxValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
Returns the maximum value for this action.
getMaxValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpContinueAction
Returns the maximum value for this action.
getMaxValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpTransmitAction
Returns the maximum value for this action.
getMaxValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpContinueAction
Returns the maximum value for this action.
getMaxValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpTransmitAction
Returns the maximum value for this action.
getMaxValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceContinueAction
Returns the maximum value for this action.
getMaxValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceTransmitAction
Returns the maximum value for this action.
getMaxValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosContinueAction
Returns the maximum value for this action.
getMaxValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosTransmitAction
Returns the maximum value for this action.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationEnum
Maximum value of 3.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Maximum value of 27.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.line.ValidationMechanismEnum
Maximum value of 2.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
Maximum value of 4.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueuePriorityEnum
Maximum value of 4.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayRateAdjustmentEnum
Maximum value of 2.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Maximum value of 8.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.SubInterfaceTypeEnum
Maximum value of 1.
getMaxValue() - Static method in class com.foxsmart.csu.config.global.VlanInterfaceTypeEnum
Maximum value of 1.
getMaxValue() - Static method in class com.foxsmart.csu.config.IcmpTypeEnum
Maximum value of 255.
getMaxValue() - Static method in class com.foxsmart.csu.config.IgmpTypeEnum
Maximum value of 15.
getMaxValue() - Static method in class com.foxsmart.csu.config.InputOutputEnum
Maximum value of 1.
getMaxValue() - Static method in class com.foxsmart.csu.config.IpProtocolEnum
Maximum value of 255.
getMaxValue() - Static method in class com.foxsmart.csu.config.PrecedenceEnum
Maximum value of 7.
getMaxValue() - Static method in class com.foxsmart.csu.config.TcpPortEnum
Maximum value of 65535.
getMaxValue() - Static method in class com.foxsmart.csu.config.TosEnum
Maximum value of 15.
getMaxValue() - Static method in class com.foxsmart.csu.config.UdpPortEnum
Maximum value of 65535.
getMaxValue() - Static method in class com.foxsmart.ic.lang.Enum
Returns null to indicate there is no maximum value.
getMinCir() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
Gets the minimum acceptable committed information rate (CIR).
getMinor(String) - Static method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
Gets the minor portion of the SSH version.
getMinThreshold() - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
Gets the minimum threshold.
getMinUdpPort() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
Gets the minimum udp port.
getMinutes() - Method in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
Gets the minutes.
getMinValue() - Static method in class com.foxsmart.csu.config.DscpEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Minimum value of 1.
getMinValue() - Static method in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationEnum
Minimum value of 0.
getMinValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
Returns the minimum value for this action.
getMinValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpContinueAction
Returns the minimum value for this action.
getMinValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpTransmitAction
Returns the minimum value for this action.
getMinValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpContinueAction
Returns the minimum value for this action.
getMinValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpTransmitAction
Returns the minimum value for this action.
getMinValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceContinueAction
Returns the minimum value for this action.
getMinValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceTransmitAction
Returns the minimum value for this action.
getMinValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosContinueAction
Returns the minimum value for this action.
getMinValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosTransmitAction
Returns the minimum value for this action.
getMinValue() - Static method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.global.line.ValidationMechanismEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
Minimum value of 1.
getMinValue() - Static method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueuePriorityEnum
Minimum value of 1.
getMinValue() - Static method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayRateAdjustmentEnum
Minimum value of 1.
getMinValue() - Static method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.global.SubInterfaceTypeEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.global.VlanInterfaceTypeEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.IcmpTypeEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.IgmpTypeEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.InputOutputEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.IpProtocolEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.PrecedenceEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.TcpPortEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.TosEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.csu.config.UdpPortEnum
Minimum value of 0.
getMinValue() - Static method in class com.foxsmart.ic.lang.Enum
Returns null to indicate there is no minimum value.
getMode() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the rate limit mode.
getMode() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Gets the mode.
getModemAutoConfigure() - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Gets the the modem autoconfigure information.
getModemType() - Method in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
Gets the the modem type.
getMonth(String) - Static method in class com.foxsmart.ic.util.DateUtils
Get the integer month based on the spelled out month.
getMonth(int) - Static method in class com.foxsmart.ic.util.DateUtils
Gets the string month based on the passed in integer month.
getMotdBanner() - Method in class com.foxsmart.csu.config.global.BannerComponent
Gets the MOTD Banner.
getMsec() - Method in class com.foxsmart.csu.config.global.Timestamps
Gets the milliseconds flag.
getMtu() - Method in class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
Gets the IP maximum transmition unit.
getNagle() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the nagle flag.
getName() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupName
Gets the access group name.
getName() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
Gets the class map name.
getName() - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
Gets the frame relay map class name.
getName() - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
Gets the map class atm name.
getName() - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
Gets the map class dialer name.
getName() - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Gets the map class frame relay name.
getName() - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
Gets the class name.
getName() - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
Gets the class map name.
getName() - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Gets the state machine name.
getName(EnumEntry) - Static method in class com.foxsmart.ic.lang.Enum
Gets the name.
getName() - Method in class com.foxsmart.ic.lang.Enum
Gets the name.
getName(Class, Object) - Static method in class com.foxsmart.ic.lang.Enum
Gets the name based on a value.
getName() - Method in class com.foxsmart.ic.lang.EnumEntry
Gets the name.
getNetmaskFormat() - Method in class com.foxsmart.csu.config.global.line.IpComponent
Gets the netmask format.
getNetworkInterrupts() - Method in class com.foxsmart.csu.config.global.SchedulerAllocate
Gets the network interrupt in microseconds.
getNextHopAddress() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets the next hop address.
getNextHopInterface() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets the next hop interface.
getNextHopName() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets the name of the next hop.
getNextOptionalToken(String, List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Returns the next token in the list of tokens if one exists.
getNextState() - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Gets the next state.
getNextToken(String, List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Returns the next token in the list of tokens.
getNoAaaNewModel() - Method in class com.foxsmart.csu.config.global.AaaNewModelComponent
Gets whether the AAA new model should be turned off.
getNoHangup() - Method in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
Gets the no hangup flag.
getNoLogin() - Method in class com.foxsmart.csu.config.global.line.LoginComponent
Gets whether login is not required.
getNormalBurst() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the normal burst bytes.
getNormalStandardError() - Static method in class com.foxsmart.ic.util.Logger
Gets the normal Standard Error location.
getNormalStandardOut() - Static method in class com.foxsmart.ic.util.Logger
Gets the normal Standard Out location.
getNumber() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupNumber
Gets the access group number.
getNumBits() - Method in class com.foxsmart.csu.config.global.line.DatabitsComponent
Gets the number of bits.
getNumBytesToCompare() - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Gets the number of bytes to compare.
getNumDynamicQueues() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
Gets the number dynamic conversation queues.
getNumNulls(String) - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
Gets the number of nulls to be added for the specified padding character.
getNumPackets() - Method in class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
Gets the number of packets.
getNumQueues() - Method in class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
Gets the number of dynamic queues.
getNumReservableQueues() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
Gets the number reservable conversation queues.
getNvRamUpdateError() - Method in class com.foxsmart.csu.ConfigUpdateResult
Gets the NVRAM update error flag.
getOldSlipPrompts() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the old slip prompts flag.
getOperatingSystem() - Static method in class com.foxsmart.ic.util.SystemUtils
Gets the operating system.
getOption() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
Gets the callback server option.
getOption() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
Gets the outgoing dialing plan option.
getOption(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Gets the value of the specified option.
getOriginalException() - Method in exception com.foxsmart.ic.lang.ThreadErrorException
Gets the original exception that caused the ThreadErrorException.
getOriginalIos() - Method in class com.foxsmart.csu.config.CiscoRouterConfig
Gets the original Cisco IOS configuration read from the router.
getOutAccessListNumber() - Method in class com.foxsmart.csu.config.global.line.AccessClassComponent
Gets the outgoing access list number.
getOutFlowControlType() - Method in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
Gets the "out" flow control type.
getOutputFlag() - Method in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
Gets the output flag.
getOutputPolicyMapName() - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
Gets the output policy map name.
getOutputStream() - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Returns the connection output stream.
getOutputStream() - Method in class com.foxsmart.ic.net.CommonsTelnetProtocolHandler
Returns the connection output stream.
getOutputStream() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
getOutputStream() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
 
getOutputStream() - Method in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
getPackages() - Method in class com.foxsmart.csu.config.CiscoRouterConfig
 
getPackages() - Method in interface com.foxsmart.csu.config.CompositeComponent
Gets a list of the packages used to instantiate components (e.g.
getPackages() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
 
getPackages() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
 
getPackages() - Method in class com.foxsmart.csu.config.global.LineComponent
 
getPackages() - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
getPackages() - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
getPackages() - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
getPackages() - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
getPackages() - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
 
getPackagesStatic() - Static method in class com.foxsmart.csu.config.CiscoRouterConfig
Gets the child component keys via a static convenience method.
getPackagesStatic() - Static method in class com.foxsmart.csu.config.global.ClassMapComponent
Gets the child component keys via a static convenience method.
getPackagesStatic() - Static method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the child component keys via a static convenience method.
getPackagesStatic() - Static method in class com.foxsmart.csu.config.global.LineComponent
Gets the child component keys via a static convenience method.
getPackagesStatic() - Static method in class com.foxsmart.csu.config.global.MapClassAtmComponent
Gets the child component keys via a static convenience method.
getPackagesStatic() - Static method in class com.foxsmart.csu.config.global.MapClassDialerComponent
Gets the child component keys via a static convenience method.
getPackagesStatic() - Static method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Gets the child component keys via a static convenience method.
getPackagesStatic() - Static method in class com.foxsmart.csu.config.global.policymap.ClassComponent
Gets the child component keys via a static convenience method.
getPackagesStatic() - Static method in class com.foxsmart.csu.config.global.PolicyMapComponent
Gets the child component keys via a static convenience method.
getPacketOffset() - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Gets the packet offset.
getPad() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the main pad flag.
getPadCmns() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the pad CMNS flag.
getPadFromXot() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the pad From XOT flag.
getPadToXot() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the pad To XOT flag.
getParentComponent() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets the parent component of this component.
getParentInterfaceComponent() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the parent interface component.
getParity() - Method in class com.foxsmart.csu.config.global.line.ParityComponent
Gets the parity.
getPassword() - Method in class com.foxsmart.csu.CiscoRouter
Gets the standard password.
getPassword(int) - Method in class com.foxsmart.csu.config.global.EnableComponent
Gets standard "password" information for a specified enable level.
getPassword() - Method in class com.foxsmart.csu.config.global.GlobalEncryptionPassword
Gets the password.
getPassword() - Method in class com.foxsmart.csu.config.global.line.LineEncryptionPassword
Gets the password.
getPassword() - Method in class com.foxsmart.csu.config.global.line.PasswordComponent
Gets standard "password" information for a specified enable level.
getPassword(SSHClientUser) - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get password to log in with.
getPasswordAuthentication() - Method in class com.foxsmart.ic.net.ProxyAuthenticator
Gets the password authentication.
getPasswordEncryption() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the password encryption flag.
getPasswordUsed() - Method in class com.foxsmart.csu.CiscoRouter
Gets whether the password was used for authentication.
getPasswordUsed() - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Gets whether the password was used for authentication.
getPasswordUsed() - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Gets whether the password was used for authentication.
getPasswordUsed() - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Gets whether the password was used for authentication.
getPasswordUsed() - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Gets whether the password was used for authentication.
getPasswordUsed() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
getPausedMessages() - Static method in class com.foxsmart.ic.util.Logger
Gets all messages that are being stored internally while logging is paused.
getPeakRate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
Gets the peak rate.
getPermanentRouteFlag() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets whether this route is permanent.
getPlinkPath() - Method in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
getPolicyMapComponent(CiscoRouterConfig, String) - Static method in class com.foxsmart.csu.config.global.PolicyMapComponent
Gets the first policy map component with the specified name.
getPort() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns the port portion of the interface name if one exists.
getPort1() - Method in class com.foxsmart.csu.config.global.AccessListTcpPortMatchInfo
Gets the TCP port 1.
getPort1() - Method in class com.foxsmart.csu.config.global.AccessListUdpPortMatchInfo
Gets the UDP port 1.
getPort2() - Method in class com.foxsmart.csu.config.global.AccessListTcpPortMatchInfo
Gets the TCP port 2.
getPort2() - Method in class com.foxsmart.csu.config.global.AccessListUdpPortMatchInfo
Gets the UDP port 2.
getPortAdapter() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns the port adapter portion of the interface name if one exists.
getPortAdapterAsInteger() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns the port adapter portion of the interface name if one exists as an Integer.
getPortAsInteger() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
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]".
getPortInfo() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfo
Gets the port information.
getPortOperation() - Method in class com.foxsmart.csu.config.global.AccessListPortMatchInfo
Gets the port operation.
getPppFlag() - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Gets the PPP autoselection flag.
getPrecedence() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the precedence.
getPrecedenceParams(RandomDetectPrecedenceEnum) - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
Gets the random detect precedence parameters for a given precedence.
getPreferredProtocol() - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Gets the preferred protocol.
getPrependHexIdentifier() - Method in class com.foxsmart.ic.lang.Hexadecimal
Gets whether the hexadecimal identifier will be prepended to the returned value of the toString method.
getPrintableString(char) - Static method in class com.foxsmart.ic.util.StringUtils
Returns a printable string version of the passed in ASCII character.
getPrintableString(char, boolean) - Static method in class com.foxsmart.ic.util.StringUtils
Returns a printable string version of the passed in ASCII character.
getPriority() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueueComponent
Gets the priority.
getPriority() - Method in class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
Gets the priority.
getProcessWatchdog() - Method in class com.foxsmart.csu.config.global.SchedulerComponent
Gets the process watchdog functionality.
getProfileFlag() - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Gets whether the IP routing table profile is enabled or not.
getProfileName() - Method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationOptions
Gets the X.25 profile name.
getProgramName() - Method in class com.foxsmart.ic.util.CommandLineParams
Gets the program name.
getPrompt() - Method in class com.foxsmart.csu.CiscoRouter
Gets the router prompt after the login is successful.
getPrompt() - Method in class com.foxsmart.csu.config.global.PromptComponent
Gets the router system prompt.
getPromptConfig() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the prompt config flag.
getPromptTimeoutBanner() - Method in class com.foxsmart.csu.config.global.BannerComponent
Gets the Prompt Timeout Banner.
getProtocol() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoProtocol
Gets the protocol information.
getProtocol() - Method in class com.foxsmart.ic.net.CommonsTelnetProtocolHandler
Returns the TELNET protocol.
getProtocol() - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Returns the HTTP protocol.
getProtocol() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
Returns the SSH protocol.
getProtocol() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
Returns the SSH protocol.
getProtocol() - Method in class com.foxsmart.ic.net.PlinkSshProtocolHandler
Returns the SSH protocol.
getProtocol() - Method in interface com.foxsmart.ic.net.ProtocolHandler
Gets the protocol that this handler supports.
getProtocolHandlers() - Method in class com.foxsmart.csu.CiscoRouter
Gets the list of protocol handlers.
getProtocolTypeCode() - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
Gets the protocol type code.
getProtocolTypeCodeMask() - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
Gets the protocol type code mask.
getProxyConnection() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Return a connection to the server.
getPshFlag() - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Gets the Psh flag.
getPtVtyLogging() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the pt vty logging flag.
getQosGroupId() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the QOS group Id.
getQueued() - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
Gets the queued flag.
getRateAdjustment() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayAdaptiveShapingComponent
Gets the rate adjustment.
getRateLimitAction(String, List) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the rate limit action from the next token(s).
getRateLimitAction(String) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Gets the rate limit action associated with the passed in token.
getRateLimitActionList() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Returns a list of newly instantiated rate limit actions.
getRateLimits() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
Returns a list of all RateLimitEntry objects that have been added.
getRefuseMessage() - Method in class com.foxsmart.csu.config.global.line.RefuseMessageComponent
Gets the refuse message.
getRefuseNegotiationsFlag() - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Gets the refuse negotiations flag.
getRemark() - Method in class com.foxsmart.csu.config.global.RemarkAccessListEntry
Gets the remark.
getResetScript() - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Gets the reset chat script name.
getResponse() - Method in class com.foxsmart.csu.CommandAndResponse
Gets the response.
getReturnValue() - Method in class com.foxsmart.ic.lang.ThreadMonitor
Gets the return value.
getRollbackError() - Method in class com.foxsmart.csu.ConfigUpdateResult
Gets the rollback error flag.
getRollbackOnConfigErrorFlag() - Method in class com.foxsmart.csu.CiscoRouter
Gets the "rollback on config error" flag.
getRoundRobin() - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
Gets the round robin flag.
getRoute(IpAddress, IpAddress) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Returns the first IpRouteEntry object based on the specified destination prefix and destination prefix mask.
GetRouterPrompt - Class in com.foxsmart.csu.example
The GetRouterPrompt program gets and displays the router prompt.
GetRouterPrompt() - Constructor for class com.foxsmart.csu.example.GetRouterPrompt
 
GetRouterTime - Class in com.foxsmart.csu.example
The GetRouterTime program reads and displays the router time (i.e.
GetRouterTime() - Constructor for class com.foxsmart.csu.example.GetRouterTime
 
GetRouterVersionInfo - Class in com.foxsmart.csu.example
The GetRouterVersionInfo program reads and displays the router version information (i.e.
GetRouterVersionInfo() - Constructor for class com.foxsmart.csu.example.GetRouterVersionInfo
 
getRoutes() - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Returns a list of all IpRouteEntry objects that have been added.
getRoutes(IpAddress, IpAddress) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Returns a list of IpRouteEntry objects that have been added based on the specified destination prefix and destination prefix mask.
getRoutesToDelete(List, List) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Gets the routes to delete by filtering the route list to only contain routes that are associated with a valid interface that is still defined (i.e.
getRstFlag() - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Gets the Rst flag.
getRunningConfiguration() - Method in class com.foxsmart.csu.CiscoRouter
Gets the router running configuration as a CiscoRouterConfig object.
getRunningConfigurationAsString() - Method in class com.foxsmart.csu.CiscoRouter
Gets the router running configuration as the original IOS string.
getRunningProcess() - Method in class com.foxsmart.csu.config.global.SchedulerAllocate
Gets the running process in microseconds.
getSeconds() - Method in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
Gets the seconds.
getSecret(int) - Method in class com.foxsmart.csu.config.global.EnableComponent
Gets "secret" information for a specified enable level.
getSequenceNumbers() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the sequence numbers flag.
getServiceCountersMaxAge() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the service counters max age in seconds.
getSessionTimeout() - Method in class com.foxsmart.csu.config.global.line.AutohangupComponent
Gets the session timeout.
getSeverityLevel() - Method in class com.foxsmart.csu.config.global.line.LoggingComponent
Gets the severity level.
getShortClassName(Class) - Static method in class com.foxsmart.ic.util.StringUtils
Gets the short class name of the specified class.
getShortDescription(EnumEntry) - Static method in class com.foxsmart.ic.lang.Enum
Gets the short description.
getShortDescription() - Method in class com.foxsmart.ic.lang.Enum
Gets the short description.
getShortDescription() - Method in class com.foxsmart.ic.lang.EnumEntry
Gets the short description.
getShortHoldTimeout() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
Gets the short hold timeout.
getShowTimezone() - Method in class com.foxsmart.csu.config.global.Timestamps
Gets the show timezone flag.
getSignature(PrivateKey, List<String>) - Static method in class com.foxsmart.ic.util.SecurityUtils
Gets a signature based on the private key and list of values.
getSignatureValid(PublicKey, List<String>, String) - Static method in class com.foxsmart.ic.util.SecurityUtils
Returns whether the signature for this license cache information is valid or not.
getSingleSlotReloadEnable() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the single slot reload enable flag.
getSize() - Method in class com.foxsmart.csu.config.global.line.HistoryComponent
Gets the size of the history buffer.
getSize() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
Gets the frame relay fragmentation size.
getSlaveLog() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the slave log flag.
getSlipFlag() - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Gets the SLIP autoselection flag.
getSlipPppBanner() - Method in class com.foxsmart.csu.config.global.BannerComponent
Gets the Slip PPP Banner.
getSlot() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns the slot portion of the interface name if one exists.
getSlotAsInteger() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns the slot portion of the interface name if one exists as an Integer.
getSoftEscapeCharacter() - Method in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
Gets the soft escape character.
getSortedRateLimits() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
Returns a sorted list of all the RateLimitEntry objects that have been added.
getSortedRoutes() - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Returns a sorted list of all the IpRouteEntry objects that have been added.
getSourceHardwareAddress() - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Gets the source hardware address.
getSourceHardwareAddressMask() - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Gets the source hardware address mask.
getSourceMatchInfo() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the source access list match information.
getSpcFlag() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
Gets the SPC flag.
getSpeed() - Method in class com.foxsmart.csu.config.global.line.RxspeedComponent
Gets the rx speed.
getSpeed() - Method in class com.foxsmart.csu.config.global.line.SpeedComponent
Gets the speed.
getSpeed() - Method in class com.foxsmart.csu.config.global.line.TxspeedComponent
Gets the tx speed.
getSrvHost() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get host to connect to.
getSrvPort() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get port number to connect to.
getSshProtocolVersion() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
getSshProtocolVersion() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
Gets the currently connected SSH protocol version.
getSshVersion(String, Integer, Integer) - Static method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
Gets the SSH version string.
getStackTrace(Throwable) - Static method in class com.foxsmart.ic.util.StringUtils
Formats and returns the stack trace associated with the passed in exception.
getStartCharacter() - Method in class com.foxsmart.csu.config.global.line.StartCharacterComponent
Gets the start character.
getStartupScript() - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Gets the startup chat script name.
getStateMachineInstances() - Method in class com.foxsmart.csu.config.global.StateMachineComponent
Gets the list of state machine instances.
getStopbits() - Method in class com.foxsmart.csu.config.global.line.StopbitsComponent
Gets the stop bits.
getStopCharacter() - Method in class com.foxsmart.csu.config.global.line.StopCharacterComponent
Gets the stop character.
getStopUpdatesOnConfigErrorFlag() - Method in class com.foxsmart.csu.CiscoRouter
Gets the "stop updates on config error" flag.
getStreamSize() - Method in class com.foxsmart.ic.io.StreamReader
Returns the total number of bytes in the stream
getSubaddress() - Method in class com.foxsmart.csu.config.global.line.X25Component
Gets the subaddress.
getSubInterfaceAsInteger() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns the sub-interface if one exists as an Integer.
getSubInterfaceName() - Method in class com.foxsmart.csu.config.global.AtmInterfaceComponent
Gets the sub-interface name.
getSubInterfaceName() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the sub-interface name.
getSubInterfaceName() - Method in class com.foxsmart.csu.config.global.PortChannelInterfaceComponent
Gets the sub-interface name.
getSubInterfaceName() - Method in class com.foxsmart.csu.config.global.SerialInterfaceComponent
Gets the sub-interface name.
getSubInterfaceNameExists() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns whether the sub-interface name exists.
getSubInterfaceType() - Method in class com.foxsmart.csu.config.global.AtmInterfaceComponent
Gets the sub-interface type.
getSubInterfaceType() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the sub-interface type.
getSubInterfaceType() - Method in class com.foxsmart.csu.config.global.PortChannelInterfaceComponent
Gets the sub-interface type.
getSubInterfaceType() - Method in class com.foxsmart.csu.config.global.SerialInterfaceComponent
Gets the sub-interface type.
getSubInterfaceTypeExists() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns whether the sub-interface type exists.
getSuccessEventsReceiveCount() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Gets the success events receive count.
getSuccessEventsSendCount() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Gets the success events send count.
getSuffix() - Method in class com.foxsmart.ic.util.Version
Gets the suffix portion of the version.
getSuppressLineNumbers() - Method in class com.foxsmart.csu.config.global.line.AutocommandComponent
Gets the suppress line numbers flag.
getSyncOnBreakFlag() - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Gets the sync on break flag.
getSynFlag() - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Gets the Syn flag.
getTagValue() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets the tag value for this route.
getTcpFlagInfo() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the TCP flag information.
getTcpKeepalivesIn() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the TCP keepalives in flag.
getTcpKeepalivesOut() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the TCP keepalives out flag.
getTcpSmallServers() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the TCP small servers.
getTelnetSpeed() - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Gets the telnet speed information.
getTelnetZeroIdle() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the telnet zero idle flag.
getTerminalTypeName() - Method in class com.foxsmart.csu.config.global.line.TerminalTypeComponent
Gets the terminal type name.
getTime() - Method in class com.foxsmart.csu.CiscoRouter
Gets the router date and time.
getTimeout() - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Gets the wait timeout for initial autoselect byte.
getTimeout() - Method in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
Gets the session disconnect warning timeout.
getTimeout() - Method in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
Gets the session timeout.
getTimeout() - Method in class com.foxsmart.csu.config.global.line.TimeoutComponent
Gets the timeout login.
getTimeRangeEntryName() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the time range entry name.
getTimerReceiveValue() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Gets the timer receive value.
getTimerSendValue() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Gets the timer send value.
getToken(List, int) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Returns the string token at the specified position.
getTokenIndex() - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Gets the current token index.
getTokens(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Gets a list of tokens from the specified line.
getTos() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Gets the type of service (TOS).
getTotalComponents(Class) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets the number of components for a specified key.
getTotalComponents(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Gets the number of components for a specified key.
getTotalIndentedLines(List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Deprecated. Use the getTotalLines(List configLines) method instead.
getTotalLines(List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Gets the total number of lines that are a part of this configuration component.
getTransmitImmediately() - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Gets the transmit immediately flag.
getTransparentFlag() - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Gets the transparent flag.
getUdpPortRange() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
Gets the udp port range.
getUdpSmallServers() - Method in class com.foxsmart.csu.config.global.ServiceComponent
Gets the UDP small servers.
getUnqualifiedClassname(Class) - Static method in class com.foxsmart.ic.util.StringUtils
Returns the unqualified class name for the specified class (i.e.
getUpdateConfiglet(CiscoRouterConfig) - Method in class com.foxsmart.csu.CiscoRouter
Gets the configlet commands that can be used to update a router configuration based on the passed in new router configuration.
getUpdateConfiglet(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
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.
getUpdateNvRamConfigFlag() - Method in class com.foxsmart.csu.CiscoRouter
Gets the "update NVRAM config" flag.
getUpdateSession() - Method in class com.foxsmart.csu.ConfigUpdateResult
Gets the update session.
getUppercase() - Method in class com.foxsmart.ic.lang.Hexadecimal
Returns whether the toString method will return upper case or not.
getUppercase() - Method in class com.foxsmart.ic.net.MacAddress
Returns whether the toString method will return upper case or not.
getUpTime() - Method in class com.foxsmart.csu.config.global.Timestamps
Gets whether the timestamp format is uptime.
getUrgFlag() - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Gets the Urg flag.
getUsage() - Method in class com.foxsmart.ic.util.CommandLineParams
Gets the usage description for the program.
getUsername() - Method in class com.foxsmart.csu.CiscoRouter
Gets the username of the router.
getUsername(SSHClientUser) - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Get username to log in as.
getUsernameUsed() - Method in class com.foxsmart.csu.CiscoRouter
Gets whether the username was used for authentication.
getUsernameUsed() - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Gets whether the username was used for authentication.
getUsernameUsed() - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Gets whether the username was used for authentication.
getUsernameUsed() - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Gets whether the username was used for authentication.
getUsernameUsed() - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Gets whether the username was used for authentication.
getUsernameUsed() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
getUseTacacs() - Method in class com.foxsmart.csu.config.global.EnableComponent
Gets whether TACACS will be used to check enable passwords.
getVacantMessage() - Method in class com.foxsmart.csu.config.global.line.VacantMessageComponent
Gets the vacant message.
getValidationMechanism() - Method in class com.foxsmart.csu.config.global.line.LoginComponent
Gets the validation mechanism.
getValue() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
Gets the value for this action.
getValue(EnumEntry) - Static method in class com.foxsmart.ic.lang.Enum
Gets the value based on a name.
getValue() - Method in class com.foxsmart.ic.lang.Enum
Gets the value.
getValue(Class, String) - Static method in class com.foxsmart.ic.lang.Enum
Gets the value based on a name.
getValue() - Method in class com.foxsmart.ic.lang.EnumEntry
Gets the value.
getValue0() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Gets the experimental value 0.
getValue1() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Gets the experimental value 1.
getValue1() - Method in class com.foxsmart.ic.lang.Tuple
Gets the first value.
getValue2() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Gets the experimental value 2.
getValue2() - Method in class com.foxsmart.ic.lang.Tuple
Gets the second value.
getValue3() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Gets the experimental value 3.
getValue4() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Gets the experimental value 4.
getValue5() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Gets the experimental value 5.
getValue6() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Gets the experimental value 6.
getValue7() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Gets the experimental value 7.
getVersion() - Method in class com.foxsmart.csu.config.global.VersionComponent
Gets the router version.
getVersionInfo() - Method in class com.foxsmart.csu.CiscoRouter
Gets the router version information.
getVlanInterfaceType() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Gets the Vlan Interface Type.
getVlanInterfaceType() - Method in class com.foxsmart.csu.config.global.VlanInterfaceComponent
Gets the Vlan Interface Type.
getVlanInterfaceTypeExists() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Returns whether the Vlan interface type exists.
getVrfName() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Gets the VRF name.
getWaitTime() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
Gets the wait time.
getWarningMessage() - Method in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
Gets the warning message.
getWarningMessageList() - Static method in class com.foxsmart.csu.CiscoRouter
Returns the list of warning messages that begin with a "%" character.
getWarningTime() - Method in class com.foxsmart.csu.config.global.line.LogoutWarningComponent
Gets the warning time.
getWidth() - Method in class com.foxsmart.csu.config.global.line.WidthComponent
Gets the width.
getWidth() - Method in class com.foxsmart.ic.lang.Hexadecimal
Gets the width.
getWildcard() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoNetwork
Gets the wildcard address.
GigabitEthernetInterfaceComponent - Class in com.foxsmart.csu.config.global
The GigabitEthernet interface class represents a specific type of interface on the router.
GigabitEthernetInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.GigabitEthernetInterfaceComponent
Constructs a specific interface component.
GLOBAL - Static variable in class com.foxsmart.csu.config.global.IpRouteEntry
 
GlobalEncryptionPassword - Class in com.foxsmart.csu.config.global
A class to store a password along with its encryption type.
GlobalEncryptionPassword() - Constructor for class com.foxsmart.csu.config.global.GlobalEncryptionPassword
Default constructor.
GOPHER - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 70, Name: gopher, Short Description: Gopher.
GRE - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 47, Name: gre, Short Description: Cisco's GRE tunneling.
GROUP_ASYNC - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 6, Name: Group-Async, Short Description: Async Group, Format: port.
GroupAsyncInterfaceComponent - Class in com.foxsmart.csu.config.global
The Async Group interface class represents a specific type of interface on the router.
GroupAsyncInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.GroupAsyncInterfaceComponent
Constructs a specific interface component.

H

HANG - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
 
HARDWARE - Static variable in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
hasEntry() - Method in class com.foxsmart.ic.lang.Enum
Returns whether a name exists for the value.
hashCode() - Method in class com.foxsmart.ic.lang.Enum
Returns the hash code for this enum.
hashCode() - Method in class com.foxsmart.ic.lang.Hexadecimal
Returns the hash code for this object.
HDLC - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
HdlcEncapsulationOptions - Class in com.foxsmart.csu.config.global.interfacepkg
The HdlcEncapsulationOptions class contains Serial HDLC synchronous encapsulation options.
HdlcEncapsulationOptions() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.HdlcEncapsulationOptions
Constructs an HdlcEncapsulationOptions object.
HELP - Static variable in class com.foxsmart.csu.CiscoRouter
 
HEXADECIMAL - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
 
Hexadecimal - Class in com.foxsmart.ic.lang
This class represents a hexadecimal value.
Hexadecimal() - Constructor for class com.foxsmart.ic.lang.Hexadecimal
Constructs a hexadecimmal object with the value of 0.
Hexadecimal(Long) - Constructor for class com.foxsmart.ic.lang.Hexadecimal
Constructs a hexadecimal object based on a long value.
Hexadecimal(Integer) - Constructor for class com.foxsmart.ic.lang.Hexadecimal
Constructs a hexadecimal object based on an integer value.
Hexadecimal(String) - Constructor for class com.foxsmart.ic.lang.Hexadecimal
Constructs a hexadecimal object based on a string representation of the value (e.g.
HIDE_TELNET_ADDRESSES - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
HIGH - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueuePriorityEnum
Value: 1, Name: high, Short Description: High.
HISTORY - Static variable in class com.foxsmart.csu.config.global.line.HistoryComponent
 
HistoryComponent - Class in com.foxsmart.csu.config.global.line
The history class enables and controls the command history function.
HistoryComponent() - Constructor for class com.foxsmart.csu.config.global.line.HistoryComponent
Constructs an history object.
HOLD_CHARACTER - Static variable in class com.foxsmart.csu.config.global.line.HoldCharacterComponent
 
HoldCharacterComponent - Class in com.foxsmart.csu.config.global.line
The hold character class defines the line hold character.
HoldCharacterComponent() - Constructor for class com.foxsmart.csu.config.global.line.HoldCharacterComponent
Constructs an hold character object.
HOST - Static variable in class com.foxsmart.csu.config.global.AccessListEntry
 
HOST - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 
Host - Interface in com.foxsmart.ic.net
This interface identifies a network host.
HOST_ISOLATED - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/8, Name: host-isolated, Short Description: Host isolated.
HOST_PRECEDENCE_UNREACHABLE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/14, Name: host-precedence-unreachable, Short Description: Host unreachable for precedence.
HOST_QUERY - Static variable in class com.foxsmart.csu.config.IgmpTypeEnum
Value: 1, Name: host-query, Short Description: Host query.
HOST_REDIRECT - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 5/1, Name: host-redirect, Short Description: Host redirect.
HOST_REPORT - Static variable in class com.foxsmart.csu.config.IgmpTypeEnum
Value: 2, Name: host-report, Short Description: Host report.
HOST_TOS_REDIRECT - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 5/3, Name: host-tos-redirect, Short Description: Host redirect for TOS.
HOST_TOS_UNREACHABLE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/12, Name: host-tos-unreachable, Short Description: Host unreachable for TOS.
HOST_UNKNOWN - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/7, Name: host-unknown, Short Description: Host unknown.
HOST_UNREACHABLE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/1, Name: host-unreachable, Short Description: Host unreachable.
HOSTNAME - Static variable in class com.foxsmart.csu.config.global.HostnameComponent
 
HOSTNAME - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 101, Name: hostname, Short Description: NIC hostname server.
Hostname - Class in com.foxsmart.ic.net
The Hostname class represents an individual network hostname.
Hostname(String) - Constructor for class com.foxsmart.ic.net.Hostname
Constructs a hostname object.
HostnameComponent - Class in com.foxsmart.csu.config.global
The Hostname class represents the router hostname.
HostnameComponent() - Constructor for class com.foxsmart.csu.config.global.HostnameComponent
Constructs a hostname object.
HSSI - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 18, Name: Hssi, Short Description: HSSI, Format: slot/port.
HssiInterfaceComponent - Class in com.foxsmart.csu.config.global
The HSSI interface class represents a specific type of interface on the router.
HssiInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.HssiInterfaceComponent
Constructs a specific interface component.
HttpFileLoader - Class in com.foxsmart.ic.io
This class provides a FileLoader which uses the HTTP protocol as the mechanism to load files from a server.
HttpFileLoader() - Constructor for class com.foxsmart.ic.io.HttpFileLoader
 
HttpProtocolHandler - Interface in com.foxsmart.ic.net
The HttpProtocolHandler handles the communications for the HTTP protocol.

I

ICMP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 1, Name: icmp, Short Description: Internet Control Message Protocol.
IcmpTypeEnum - Class in com.foxsmart.csu.config
The IcmpTypeEnum class represents ICMP Type and Code combinations.
IcmpTypeEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.IcmpTypeEnum
 
IcmpTypeEnum(String) - Constructor for class com.foxsmart.csu.config.IcmpTypeEnum
 
IcmpTypeEnum(Tuple) - Constructor for class com.foxsmart.csu.config.IcmpTypeEnum
Constructs an enum based on a value.
IDENT - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 113, Name: ident, Short Description: Ident Protocol.
IDLE_TIMEOUT - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
 
IETF - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
IETF - Static variable in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationEnum
Value: 3, Name: ietf, Short Description: IETF's RFC-1356 encapsulation.
IGMP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 2, Name: igmp, Short Description: Internet Gateway Message Protocol.
IgmpTypeEnum - Class in com.foxsmart.csu.config
The IgmpTypeEnum class represents IGMP message types.
IgmpTypeEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.IgmpTypeEnum
 
IgmpTypeEnum(String) - Constructor for class com.foxsmart.csu.config.IgmpTypeEnum
 
IgmpTypeEnum(Integer) - Constructor for class com.foxsmart.csu.config.IgmpTypeEnum
 
IGRP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 9, Name: igrp, Short Description: Cisco's IGRP routing protocol.
IMMEDIATE - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Value: 2, Name: immediate, Short Description: Immediate Precedence.
IMMEDIATE - Static variable in class com.foxsmart.csu.config.PrecedenceEnum
Value: 2, Name: immediate, Short Description: Immediate Precedence.
IN - Static variable in class com.foxsmart.csu.config.global.line.AccessClassComponent
 
IN - Static variable in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
IN - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
 
IN - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
 
IN - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
 
IN - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
 
INCOMING - Static variable in class com.foxsmart.csu.config.global.BannerComponent
 
INCOMING - Static variable in class com.foxsmart.csu.example.UpdateRouterBanners
 
INCOMING - Static variable in class com.foxsmart.csu.example.UpdateRouterBannersNR
 
incrementTokenIndex() - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Increments the current token index.
IndelibleComponent - Interface in com.foxsmart.csu.config
This interface identifies a component that can not be deleted from the configuration.
indexOf(String) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Determines which index the specific line is located.
indexOfNonSpace(String) - Static method in class com.foxsmart.ic.util.StringUtils
Gets the index of the first character that is not a space.
INFO - Static variable in class com.foxsmart.ic.util.Logger
 
INFORMATION_REPLY - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 16/null, Name: information-reply, Short Description: Information replies.
INFORMATION_REQUEST - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 15/null, Name: information-request, Short Description: Information requests.
INOUT - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 
INPUT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
 
INPUT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
 
INPUT - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
INPUT - Static variable in class com.foxsmart.csu.config.InputOutputEnum
Value: 0, Name: input, Short Description: input.
INPUT_COALESCE_THRESHOLD - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
 
INPUT_INTERFACE - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
InputOutputEnum - Class in com.foxsmart.csu.config
The InputOutputEnum class represents values of input or output.
InputOutputEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.InputOutputEnum
 
InputOutputEnum(String) - Constructor for class com.foxsmart.csu.config.InputOutputEnum
 
InputOutputEnum(Integer) - Constructor for class com.foxsmart.csu.config.InputOutputEnum
 
INSECURE - Static variable in class com.foxsmart.csu.config.global.line.InsecureComponent
 
InsecureComponent - Class in com.foxsmart.csu.config.global.line
The insecure command marks a line as 'insecure' for LAT.
InsecureComponent() - Constructor for class com.foxsmart.csu.config.global.line.InsecureComponent
Constructs an insecure object.
instantiateComponent(String, List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Instantiates the passed in class name trying the passed in packages for its location.
instantiateComponent(List, List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Instantiates the passed in List of tokens as a class name trying the passed in packages for its location.
INTERFACE - Static variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
INTERFACE_QUEUE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueueComponent
 
InterfaceComponent - Class in com.foxsmart.csu.config.global
The interface class is the base class of all interface components.
InterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.InterfaceComponent
Constructs an interface component.
interfaceName - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
InterfaceTypeEnum - Class in com.foxsmart.csu.config.global
Deprecated. This class is not used. Use a specific interface class implementation instead.
InterfaceTypeEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated.  
InterfaceTypeEnum(String) - Constructor for class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated.  
InterfaceTypeEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated.  
INTERNATIONAL - Static variable in class com.foxsmart.csu.config.global.line.InternationalComponent
 
InternationalComponent - Class in com.foxsmart.csu.config.global.line
The international command enables international 8-bit character support.
InternationalComponent() - Constructor for class com.foxsmart.csu.config.global.line.InternationalComponent
Constructs an international object.
INTERNET - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Value: 6, Name: internet, Short Description: Internetwork Control Precedence.
INTERNET - Static variable in class com.foxsmart.csu.config.PrecedenceEnum
Value: 6, Name: internet, Short Description: Internetwork Control Precedence.
InterruptibleThread - Interface in com.foxsmart.ic.lang
This interface represents a thread that is interruptible.
INTERVAL - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
 
INTERVAL - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
 
intValue() - Method in class com.foxsmart.ic.lang.Hexadecimal
Gets the value as an integer.
invalidConfiguration(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Throws an InvalidConfigurationException with a specified error message.
InvalidConfigurationException - Exception in com.foxsmart.csu.config
This exception is thrown when an invalid Cisco router configuration is encountered.
InvalidConfigurationException() - Constructor for exception com.foxsmart.csu.config.InvalidConfigurationException
Constructs a new invalid configuration exception with no message.
InvalidConfigurationException(String) - Constructor for exception com.foxsmart.csu.config.InvalidConfigurationException
Constructs a new invalid configuration exception with a message.
InvalidEnablePasswordException - Exception in com.foxsmart.csu
This exception is thrown when an invalid enable password was specified when attempting to gain enable access on a Cisco router.
InvalidEnablePasswordException() - Constructor for exception com.foxsmart.csu.InvalidEnablePasswordException
Constructs a new invalid enable password exception with no message.
InvalidEnablePasswordException(String) - Constructor for exception com.foxsmart.csu.InvalidEnablePasswordException
Constructs a new invalid enable password exception with a message.
InvalidEnablePasswordException(String, Throwable) - Constructor for exception com.foxsmart.csu.InvalidEnablePasswordException
Constructs a new invalid enable password exception.
InvalidEnablePasswordException(Throwable) - Constructor for exception com.foxsmart.csu.InvalidEnablePasswordException
Constructs a new invalid enable password exception with no message and a throwable.
invalidTokenFound(String, String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Throws an InvalidConfigurationException because an invalid token was found.
IOMEM - Static variable in class com.foxsmart.csu.config.global.MemorySizeComponent
 
IoUtils - Class in com.foxsmart.ic.io
This class provides various I/O utilities via static methods.
IoUtils() - Constructor for class com.foxsmart.ic.io.IoUtils
 
IP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
IP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Value: 5, Name: ip, Short Description: IP.
IP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
IP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
 
IP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationEnum
Value: 0, Name: ip, Short Description: IP.
IP - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
 
IP - Static variable in class com.foxsmart.csu.config.global.IpRouteComponent
 
IP - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
 
IP - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
 
IP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 0, Name: ip, Short Description: Any Internet Protocol.
IP_ON_BREAK - Static variable in class com.foxsmart.csu.config.global.line.TelnetComponent
 
IpAccessListComponent - Class in com.foxsmart.csu.config.global
The IpAccessListComponent class represents all the named access lists defined on the router.
IpAccessListComponent() - Constructor for class com.foxsmart.csu.config.global.IpAccessListComponent
Constructs an IP access list component object.
IpAddress - Class in com.foxsmart.ic.net
The IpAddress class represents an individual network IP address.
IpAddress(int, int, int, int) - Constructor for class com.foxsmart.ic.net.IpAddress
Constructs an IP Address based on the individual pieces.
IpAddress(String) - Constructor for class com.foxsmart.ic.net.IpAddress
Constructs an IP Address object based on a string representation of one.
IpAddress(InetAddress) - Constructor for class com.foxsmart.ic.net.IpAddress
Constructs an IP Address based on an InetAddress format.
IpComponent - Class in com.foxsmart.csu.config.global.line
The ip class configures various IP line parameters.
IpComponent() - Constructor for class com.foxsmart.csu.config.global.line.IpComponent
Constructs an IP Component object.
IPINIP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 4, Name: ipinip, Short Description: IP in IP tunneling.
IpMtuComponent - Class in com.foxsmart.csu.config.global.interfacepkg
The IpMtuComponent class sets the IP maximum transmit unit for an interface.
IpMtuComponent() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
Constructs an IP maximum transmition unit.
IpProtocolEnum - Class in com.foxsmart.csu.config
The IpProtocolEnum class represents an IP protocol for an extended IP access list.
IpProtocolEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.IpProtocolEnum
 
IpProtocolEnum(String) - Constructor for class com.foxsmart.csu.config.IpProtocolEnum
 
IpProtocolEnum(Integer) - Constructor for class com.foxsmart.csu.config.IpProtocolEnum
 
IpRouteComponent - Class in com.foxsmart.csu.config.global
The IpRouteComponent class represents all the ip routes defined on the router.
IpRouteComponent() - Constructor for class com.foxsmart.csu.config.global.IpRouteComponent
Constructs an IP route component object.
IpRouteEntry - Class in com.foxsmart.csu.config.global
The IpRouteEntry class represents a unique IP route.
IpRouteEntry() - Constructor for class com.foxsmart.csu.config.global.IpRouteEntry
Constructs an IP route entry.
IRC - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 194, Name: irc, Short Description: Internet Relay Chat.
isAccessListEnabled(String) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Returns whether the specified access list name is enabled or not.
isAccessNumberSupported(int, List) - Method in class com.foxsmart.csu.config.global.AccessListEntry
Determines whether an access list number is supported by specified ranges.
isAccessNumberSupported(int) - Method in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
Determines whether an access list number is supported by a specific access list entry type.
isAccessNumberSupported(int) - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Determines whether an access list number is supported by a specific access list entry type.
isAccessNumberSupported(int) - Method in interface com.foxsmart.csu.config.global.NumberAccessListEntry
Determines whether an access list number is supported by a specific access list entry type.
isAccessNumberSupported(int) - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
Determines whether an access list number is supported by a specific access list entry type.
isAccessNumberSupported(int) - Method in class com.foxsmart.csu.config.global.RemarkNumberAccessListEntry
Determines whether an access list number is supported by a specific access list entry type.
isAccessNumberSupported(int) - Method in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
Determines whether an access list number is supported by a specific access list entry type.
isAccessNumberSupported(int) - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
Determines whether an access list number is supported by a specific access list entry type.
ISAKMP - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 500, Name: isakmp, Short Description: Internet Security Association and Key Management Protocol.
isCached(String) - Static method in class com.foxsmart.ic.util.ExpirableCache
Returns whether an item with the specified key is currently in the cache.
isCharacterSupported(String) - Method in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
Returns whether a dispatch character is supported.
isCharacterSupported(String) - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
Returns whether a padding character is supported.
isConnected() - Method in interface com.foxsmart.ic.io.FileLoader
Determines if the file loader is connected to a server.
isConnected() - Method in class com.foxsmart.ic.io.HttpFileLoader
Determines if the file loader is connected to a server.
isConnected() - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Returns true if the client is currently connected to a server.
isConnected() - Method in class com.foxsmart.ic.net.CommonsTelnetProtocolHandler
Returns true if the client is currently connected to a server.
isConnected() - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Returns true if the client is currently connected to a server.
isConnected() - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Returns true if the client is currently connected to a server.
isConnected() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
isConnected() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
Returns true if the client is currently connected to a server.
isConnected() - Method in class com.foxsmart.ic.net.PlinkSshProtocolHandler
Returns true if the client is currently connected to a server.
ISDN - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 
ISDN_56K_SPEED - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
An ISDN speed of 56 Kbps.
isEmpty(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Determines if the passed in string is empty.
isEmpty() - Method in class com.foxsmart.csu.config.Command
Returns if the command is empty or not.
isEmpty() - Method in class com.foxsmart.csu.config.Commands
Determines if the list of commands is empty (i.e.
isEmpty() - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Returns true if the list of lines is empty or false if not.
isEmpty(String) - Static method in class com.foxsmart.ic.util.StringUtils
Returns true if the specified string is empty (i.e.
isEnabled() - Method in class com.foxsmart.csu.config.global.line.EditingComponent
Gets the enabled flag.
isEnabled() - Method in class com.foxsmart.csu.config.global.line.ExecBannerComponent
Gets the enabled flag.
isEnabled() - Method in class com.foxsmart.csu.config.global.line.ExecComponent
Gets the enabled flag.
isEnabled() - Method in class com.foxsmart.csu.config.global.line.FlushAtActivationComponent
Gets the enabled flag.
isEnabled() - Method in class com.foxsmart.csu.config.global.line.MotdBannerComponent
Gets the enabled flag.
isInterrupted() - Method in class com.foxsmart.ic.lang.ThreadMonitor
Returns whether the thread is interrupted.
isLoggingOutputPaused() - Static method in class com.foxsmart.ic.util.Logger
Returns whether logging output is paused or not.
isPolicyMapPresent(CiscoRouterConfig, String) - Static method in class com.foxsmart.csu.config.global.PolicyMapComponent
Determines if a policy map component with the specified name is present in the configuration.
isValid() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Determines if this component is valid or not.
isValidNumber(Number, Number, Number) - Static method in class com.foxsmart.ic.util.NumberUtils
Determines if a number is valid and is between a specified range.
isValidNumber(String, Integer, Integer) - Static method in class com.foxsmart.ic.util.NumberUtils
Determines if a number is valid and is between a specified range.
isValidNumber(String) - Static method in class com.foxsmart.ic.util.NumberUtils
Determines if the passed in string value is a number.
iterator() - Method in class com.foxsmart.csu.config.Command
Returns an iterator to iterate through each of the lines.
iterator() - Method in class com.foxsmart.csu.config.Commands
Returns an iterator to iterate through each of the commands.

K

KEEPALIVE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
keyList() - Method in class com.foxsmart.ic.lang.OrderedHashMap
Returns the list of keys in the order they were entered into the hash map.
keywordToClassMap - Static variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
KLOGIN - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 543, Name: klogin, Short Description: Kerberos login.
KSHELL - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 544, Name: kshell, Short Description: Kerberos shell.

L

LAPB - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
LapbEncapsulationEnum - Class in com.foxsmart.csu.config.global.interfacepkg
The LapbEncapsulationEnum class represents the interface options for LAPB (X.25 Level 2) encapsulation.
LapbEncapsulationEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationEnum
 
LapbEncapsulationEnum(String) - Constructor for class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationEnum
 
LapbEncapsulationEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationEnum
 
LapbEncapsulationOptions - Class in com.foxsmart.csu.config.global.interfacepkg
The LapbEncapsulationOptions class contains LAPB (X.25 Level 2) encapsulation options.
LapbEncapsulationOptions() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationOptions
Constructs a LapbEncapsulationOptions object.
LAST_RESORT - Static variable in class com.foxsmart.csu.config.global.EnableComponent
 
LAST_RESORT_PASSWORD - Static variable in class com.foxsmart.csu.config.global.EnableComponent
Enable by giving the local enable password.
LAST_RESORT_SUCCEED - Static variable in class com.foxsmart.csu.config.global.EnableComponent
Enable without further question.
lastIndexOf(String) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Determines the last index the specific line is located.
lastResortPassword() - Method in class com.foxsmart.csu.config.global.EnableComponent
Determines if the last resort action is "password".
lastResortSucceed() - Method in class com.foxsmart.csu.config.global.EnableComponent
Determines if the last resort action is "succeed".
lastResortUndefined() - Method in class com.foxsmart.csu.config.global.EnableComponent
Determines if the last resort action is not defined.
LDP - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 515, Name: ldp, Short Description: Printer Service.
LENGTH - Static variable in class com.foxsmart.csu.config.global.line.LengthComponent
 
LengthComponent - Class in com.foxsmart.csu.config.global.line
The length class determines the number of lines on the screen.
LengthComponent() - Constructor for class com.foxsmart.csu.config.global.line.LengthComponent
Constructs a length object.
LEVEL - Static variable in class com.foxsmart.csu.config.global.EnableComponent
 
LEVEL - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
 
LEVEL - Static variable in class com.foxsmart.csu.config.global.line.PrivilegeComponent
 
LEVEL_ALL - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
Turn off all severity levels for asynchronous output.
LEX - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 7, Name: Lex, Short Description: Lex, Format: slot/port.
LexInterfaceComponent - Class in com.foxsmart.csu.config.global
The Lex interface class represents a specific type of interface on the router.
LexInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.LexInterfaceComponent
Constructs a specific interface component.
LIMIT - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
 
LINE - Static variable in class com.foxsmart.csu.config.global.line.X25Component
 
LINE - Static variable in class com.foxsmart.csu.config.global.LineComponent
 
LINE_SUB_ADDRESS - Static variable in class com.foxsmart.csu.config.global.line.X25Component
The line sub-address value.
LineComponent - Class in com.foxsmart.csu.config.global
The Line class represents a terminal line.
LineComponent() - Constructor for class com.foxsmart.csu.config.global.LineComponent
Constructs a line object.
LineEncryptionPassword - Class in com.foxsmart.csu.config.global.line
A class to store a line password along with its encryption type.
LineEncryptionPassword() - Constructor for class com.foxsmart.csu.config.global.line.LineEncryptionPassword
Default constructor.
LINENUMBER - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
listToDelimitedString(List, String) - Static method in class com.foxsmart.ic.util.StringUtils
Creates a delimited String from the list of entries.
LLC2 - Static variable in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Value: 6, Name: llc2, Short Description: llc2.
loadFile(String, String, int, ActionListener) - Method in interface com.foxsmart.ic.io.FileLoader
This method will load a file from the server into a byte array.
loadFile(DataInputStream, int, int, ActionListener) - Method in class com.foxsmart.ic.io.FileLoaderImpl
Load a file from a Data Input Stream.
loadFile(String, String, int, ActionListener) - Method in class com.foxsmart.ic.io.HttpFileLoader
This method will load a file from the server into a byte array.
LOCAL - Static variable in class com.foxsmart.csu.config.global.line.LoginComponent
 
LOCAL - Static variable in class com.foxsmart.csu.config.global.line.ValidationMechanismEnum
Value: 0, Name: local, Short Description: local validation.
LOCALTIME - Static variable in class com.foxsmart.csu.config.global.Timestamps
 
LOCATION - Static variable in class com.foxsmart.csu.config.global.line.LocationComponent
 
LocationComponent - Class in com.foxsmart.csu.config.global.line
The Location class represents the terminal location description.
LocationComponent() - Constructor for class com.foxsmart.csu.config.global.line.LocationComponent
Constructs a location object.
LOCK - Static variable in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
LOCKABLE - Static variable in class com.foxsmart.csu.config.global.line.LockableComponent
 
LockableComponent - Class in com.foxsmart.csu.config.global.line
The lockable command allows users to lock a line.
LockableComponent() - Constructor for class com.foxsmart.csu.config.global.line.LockableComponent
Constructs an lockable object.
log - Variable in class com.foxsmart.csu.CiscoRouter
 
log - Variable in class com.foxsmart.csu.config.CiscoRouterConfigComponent
 
log - Variable in class com.foxsmart.csu.config.CiscoRouterConfigParser
 
LOG - Static variable in class com.foxsmart.csu.config.global.AccessListEntry
 
log - Static variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
LOG - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
log - Static variable in class com.foxsmart.csu.example.BackupRouterConfigs
 
log - Static variable in class com.foxsmart.csu.example.DisplayLicenseInfo
 
log - Static variable in class com.foxsmart.csu.example.GetRouterPrompt
 
log - Static variable in class com.foxsmart.csu.example.GetRouterTime
 
log - Static variable in class com.foxsmart.csu.example.GetRouterVersionInfo
 
log - Static variable in class com.foxsmart.csu.example.NoRouterExample
 
log - Static variable in class com.foxsmart.csu.example.ReadRouterGeneratedConfiguration
 
log - Static variable in class com.foxsmart.csu.example.ReadRouterOriginalConfiguration
 
log - Static variable in class com.foxsmart.csu.example.SendRouterCommand
 
log - Static variable in class com.foxsmart.csu.example.SetRouterTime
 
log - Static variable in class com.foxsmart.csu.example.UpdateRouterBanners
 
log - Static variable in class com.foxsmart.csu.example.UpdateRouterBannersNR
 
log - Static variable in class com.foxsmart.csu.example.UpdateStaticRoute
 
log - Static variable in class com.foxsmart.csu.example.UpdateStaticRouteNR
 
log - Static variable in class com.foxsmart.csu.example.VerifyLicenseForHostname
 
log - Static variable in class com.foxsmart.csu.example.VerifyRouterAuthentication
 
log - Static variable in class com.foxsmart.csu.example.VerifyRouterConfigs
 
log - Static variable in class com.foxsmart.ic.io.IoUtils
 
log - Variable in class com.foxsmart.ic.lang.ThreadMonitor
 
log - Variable in class com.foxsmart.ic.net.AbstractCliProtocolHandler
 
log - Variable in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
 
log - Variable in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
log - Variable in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
 
log - Variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
log(Object) - Static method in class com.foxsmart.ic.util.Logger
Logs a message as an INFO level message with no timestamp.
log(Object, String) - Static method in class com.foxsmart.ic.util.Logger
Logs a message in the specified log level with no timestamp.
log(Object, String, boolean) - Static method in class com.foxsmart.ic.util.Logger
Logs a message in the specified log level with a timestamp specifier.
log - Static variable in class com.foxsmart.ic.util.SecurityUtils
 
log - Static variable in class com.foxsmart.ic.util.SystemUtils
 
LOG_INPUT - Static variable in class com.foxsmart.csu.config.global.AccessListEntry
 
LOG_TYPE_LOG - Static variable in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Log matches against this entry.
LOG_TYPE_LOG_INPUT - Static variable in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Log matches against this entry, including input interface.
LOG_UPDATE - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
 
Logger - Class in com.foxsmart.ic.util
This class handles logging of trace messages to various locations.
Logger() - Constructor for class com.foxsmart.ic.util.Logger
 
LOGGING - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
 
LOGGING - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
 
LOGGING - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
LoggingComponent - Class in com.foxsmart.csu.config.global.line
The logging class modifies message logging facilities.
LoggingComponent() - Constructor for class com.foxsmart.csu.config.global.line.LoggingComponent
Constructs a logging object.
login() - Method in class com.foxsmart.csu.CiscoRouter
Logs into the router and establishes enable capabilities if an enable password is present.
LOGIN - Static variable in class com.foxsmart.csu.config.global.BannerComponent
 
LOGIN - Static variable in class com.foxsmart.csu.config.global.line.LoginComponent
 
LOGIN - Static variable in class com.foxsmart.csu.config.global.line.TimeoutComponent
 
LOGIN - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 513, Name: login, Short Description: Login (rlogin).
LOGIN - Static variable in class com.foxsmart.csu.example.UpdateRouterBanners
 
LOGIN - Static variable in class com.foxsmart.csu.example.UpdateRouterBannersNR
 
LoginComponent - Class in com.foxsmart.csu.config.global.line
The login class determines if password checking is enabled.
LoginComponent() - Constructor for class com.foxsmart.csu.config.global.line.LoginComponent
Constructs a login object.
logout() - Method in class com.foxsmart.csu.CiscoRouter
Logs out of the router.
LOGOUT_WARNING - Static variable in class com.foxsmart.csu.config.global.line.LogoutWarningComponent
 
LogoutWarningComponent - Class in com.foxsmart.csu.config.global.line
The logout warning class sets the warning countdown for absolute timeout of line.
LogoutWarningComponent() - Constructor for class com.foxsmart.csu.config.global.line.LogoutWarningComponent
Constructs a logout warning object.
logToFile(String) - Static method in class com.foxsmart.ic.util.Logger
Sets logging to go to a file.
logToFile(String, boolean) - Static method in class com.foxsmart.ic.util.Logger
Sets logging to go to a file.
logToNormalStdOutAndErr() - Static method in class com.foxsmart.ic.util.Logger
Sets logging to go to the original Standard Out and Standard Error locations.
longValue() - Method in class com.foxsmart.ic.lang.Hexadecimal
Gets the value as a long.
LOOPBACK - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 8, Name: Loopback, Short Description: Loopback, Format: slot/port-adapter/port.
LoopbackInterfaceComponent - Class in com.foxsmart.csu.config.global
The Loopback interface class represents a specific type of interface on the router.
LoopbackInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.LoopbackInterfaceComponent
Constructs a specific interface component.
LOW - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueuePriorityEnum
Value: 4, Name: low, Short Description: Low.

M

MAC - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
MacAddress - Class in com.foxsmart.ic.net
This class represents a 48-bit hardware MAC (Medium Access Control Layer) address.
MacAddress() - Constructor for class com.foxsmart.ic.net.MacAddress
Constructs an empty Mac Address (i.e.
MacAddress(String) - Constructor for class com.foxsmart.ic.net.MacAddress
Constructs a Mac Address based on either an octet or double octet string.
main(String[]) - Static method in class com.foxsmart.csu.example.BackupRouterConfigs
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.DisplayLicenseInfo
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.GetRouterPrompt
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.GetRouterTime
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.GetRouterVersionInfo
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.ReadRouterGeneratedConfiguration
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.ReadRouterOriginalConfiguration
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.SendRouterCommand
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.SetRouterTime
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.UpdateRouterBanners
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.UpdateRouterBannersNR
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.UpdateStaticRoute
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.UpdateStaticRouteNR
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.VerifyLicenseForHostname
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.VerifyRouterAuthentication
Invoke the application.
main(String[]) - Static method in class com.foxsmart.csu.example.VerifyRouterConfigs
Invoke the application.
main(String[]) - Static method in class com.foxsmart.ic.io.CRC32File
Test Driver.
main(String[]) - Static method in class com.foxsmart.ic.io.HttpFileLoader
Test Driver.
main(String[]) - Static method in class com.foxsmart.ic.io.StreamReader
Test Driver.
main(String[]) - Static method in class com.foxsmart.ic.io.StreamWriter
Test Driver.
main(String[]) - Static method in class com.foxsmart.ic.lang.Hexadecimal
Test driver.
main(String[]) - Static method in class com.foxsmart.ic.lang.OrderedHashMap
Test Driver.
main(String[]) - Static method in class com.foxsmart.ic.net.IpAddress
Test driver.
main(String[]) - Static method in class com.foxsmart.ic.net.MacAddress
Test driver.
main(String[]) - Static method in class com.foxsmart.ic.util.Logger
Test Driver.
main(String[]) - Static method in class com.foxsmart.ic.util.StringUtils
Test Driver.
makePlural(String, int) - Static method in class com.foxsmart.ic.util.StringUtils
Makes the passed in string plural by adding an "s" to the passed in text string.
MAP_CLASS - Static variable in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
MAP_CLASS - Static variable in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
MAP_CLASS - Static variable in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
MapClassAtmComponent - Class in com.foxsmart.csu.config.global
The Map Class Atm class represents an Asynchronous Transfer Mode static map class.
MapClassAtmComponent() - Constructor for class com.foxsmart.csu.config.global.MapClassAtmComponent
Constructs a map class atm object.
MapClassDialerComponent - Class in com.foxsmart.csu.config.global
The Map Class Dialer class represents a Dial on Demand static map class.
MapClassDialerComponent() - Constructor for class com.foxsmart.csu.config.global.MapClassDialerComponent
Constructs a map class dialer object.
MapClassFrameRelayComponent - Class in com.foxsmart.csu.config.global
The Map Class Frame Relay class represents a Frame Relay static map class.
MapClassFrameRelayComponent() - Constructor for class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Constructs a map class frame relay object.
MARK - Static variable in class com.foxsmart.csu.config.global.line.ParityComponent
 
MARK_REPLY - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 18/null, Name: mask-reply, Short Description: Mask replies.
MASK_REQUEST - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 17/null, Name: mask-request, Short Description: Mask requests.
MATCH - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
MATCH_ALL - Static variable in class com.foxsmart.csu.config.global.ClassMapComponent
 
MATCH_ANY - Static variable in class com.foxsmart.csu.config.global.ClassMapComponent
 
MatchComponent - Class in com.foxsmart.csu.config.global.classmap
The match command specified the match classification criteria.
MatchComponent() - Constructor for class com.foxsmart.csu.config.global.classmap.MatchComponent
Constructs a match component.
MatchInfo - Class in com.foxsmart.csu.config.global.classmap
The MatchInfo class represents the class map match information.
MatchInfo() - Constructor for class com.foxsmart.csu.config.global.classmap.MatchInfo
Constructs a match information object.
MatchInfoAccessGroupName - Class in com.foxsmart.csu.config.global.classmap
The MatchInfoAccessGroupName class provides match information for access group names.
MatchInfoAccessGroupName() - Constructor for class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupName
Constructs a match info access group name object.
MatchInfoAccessGroupNumber - Class in com.foxsmart.csu.config.global.classmap
The MatchInfoAccessGroupNumber class provides match information for access group numbers.
MatchInfoAccessGroupNumber() - Constructor for class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupNumber
Constructs a match info access group name object.
MatchInfoInputInterface - Class in com.foxsmart.csu.config.global.classmap
The MatchInfoInputInterface class specifies an input interface to match.
MatchInfoInputInterface() - Constructor for class com.foxsmart.csu.config.global.classmap.MatchInfoInputInterface
Constructs a match info input interface object.
MatchInfoMpls - Class in com.foxsmart.csu.config.global.classmap
The MatchInfoMpls class provides match information for Multi Protocol Label Switching (MPLS) specific values.
MatchInfoMpls() - Constructor for class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Constructs a match info mpls object.
MatchInfoProtocol - Class in com.foxsmart.csu.config.global.classmap
The MatchInfoProtocol class provides match information protocol information.
MatchInfoProtocol() - Constructor for class com.foxsmart.csu.config.global.classmap.MatchInfoProtocol
Constructs a match info protocol object.
MatchProtocolEnum - Class in com.foxsmart.csu.config.global.classmap
The MatchProtocolEnum class represents a match protocol.
MatchProtocolEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
 
MatchProtocolEnum(String) - Constructor for class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
 
MatchProtocolEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
 
MAX - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
MAX_ACCESS_LIST_INDEX - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The maximum access list index.
MAX_ACCESS_LIST_NUM - Static variable in class com.foxsmart.csu.config.global.line.AccessClassComponent
The maximum access list number.
MAX_AL_EXTENDED_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
The maximum extended access list number.
MAX_AL_EXTENDED_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
The maximum extended access list number.
MAX_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
The maximum access list number.
MAX_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
The maximum access list number.
MAX_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
The maximum access list number.
MAX_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
The maximum access list number.
MAX_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
The maximum access list number.
MAX_BANDWIDTH - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
The maximum Bandwidth.
MAX_BANDWIDTH_BPS - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The maximum bandwidth bits per second.
MAX_BANDWIDTH_KBPS - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthValue
The maximum bandwidth in Kbps.
MAX_BANDWIDTH_KBPS - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
The maximum bandwidth in Kbps.
MAX_BANDWIDTH_PERCENTAGE - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthPercentage
The maximum bandwidth percentage.
MAX_BC - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
The maximum Bc value.
MAX_BE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
The maximum Be value.
MAX_BIT_SIZE - Static variable in class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
The maximum bit size.
MAX_BIT_SIZE - Static variable in class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
Maximum bit size.
MAX_BITS - Static variable in class com.foxsmart.csu.config.global.line.DatabitsComponent
The maximum number of data bits.
MAX_BITS - Static variable in class com.foxsmart.csu.config.global.line.DataCharacterBitsComponent
The maximum number of data bits.
MAX_BYTES_TO_COMPARE - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Maximium number of bytes to compare.
MAX_CHARACTER - Static variable in class com.foxsmart.csu.config.global.StateMachineInstance
The maximum character.
MAX_CIR - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
The maximum CIR value.
MAX_CIR - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
The maximum CIR.
MAX_CIR - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
The maximum CIR.
MAX_COMPARISON_PATTERN - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Maximum comparison pattern.
MAX_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
The maximum decimal equivalent value.
MAX_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
The maximum decimal equivalent value.
MAX_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.DisconnectCharacterComponent
The maximum decimal equivalent value.
MAX_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
The maximum decimal equivalent value.
MAX_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
The maximum decimal equivalent value.
MAX_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.HoldCharacterComponent
The maximum decimal equivalent value.
MAX_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.PaddingComponent
The maximum decimal equivalent value.
MAX_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.StartCharacterComponent
The maximum decimal equivalent value.
MAX_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.StopCharacterComponent
The maximum decimal equivalent value.
MAX_DELAY_SECS - Static variable in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
The maximum delay in seconds.
MAX_DENOMINATOR - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
The maximum mark probability denominator.
MAX_DESCRIPTION_LENGTH - Static variable in class com.foxsmart.csu.config.global.classmap.DescriptionComponent
The maximum length of the description
MAX_DISCARD_THRESHOLD - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
The maximum Discard Threshold.
MAX_DISTANCE_METRIC - Static variable in class com.foxsmart.csu.config.global.IpRouteEntry
The maximum distance metric.
MAX_DOUBLE_OCTET_RANGE - Static variable in class com.foxsmart.ic.net.MacAddress
 
MAX_DSCP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The maximum DSCP.
MAX_DTR_DELAY_SECS - Static variable in class com.foxsmart.csu.config.global.line.TelnetComponent
The maximum DTR delay in seconds.
MAX_ENABLE_LEVEL - Static variable in class com.foxsmart.csu.config.global.EnableComponent
The maximum enable level.
MAX_ERROR_THRESHOLD_COUNT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
The maximum error threshold count.
MAX_EVENT_WINDOW_COUNT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
The maximum event window count.
MAX_EXPONENTIAL_WEIGHTING_CONSTANT - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
The maximum exponential weighting constant.
MAX_EXTENDED_ACCESS_LIST_NUM - Static variable in class com.foxsmart.csu.config.global.line.AccessClassComponent
The maximum extended access list number.
MAX_FRAGMENTATION_SIZE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
The maximum Fragmentation Size.
MAX_GROUP - Static variable in class com.foxsmart.csu.config.global.line.RotaryComponent
The maximum group.
MAX_INTERVAL_MILLISECS - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
Maximum internal microseconds.
MAX_INTERVAL_MINS - Static variable in class com.foxsmart.csu.config.global.line.AbsoluteTimeoutComponent
Maximum internal minutes.
MAX_LENGTH - Static variable in class com.foxsmart.csu.config.global.line.LengthComponent
The maximum length.
MAX_LEVEL - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
The maximum level.
MAX_LEVEL - Static variable in class com.foxsmart.csu.config.global.line.PrivilegeComponent
The maximum level.
MAX_LOG_UPDATE_THRESHOLD_HITS - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
Maximum log update threshold number of hits
MAX_LOGGING_INTERVAL_MILLIS - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
Maximum logging interval
MAX_LOW_PORT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
The maximum Low Port.
MAX_MAX_BUFFER_SIZE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
The maximum "Max" Buffer Size.
MAX_MAX_SERVERS - Variable in class com.foxsmart.csu.config.global.SmallServers
The high range of max servers.
MAX_MAXIMUM_BURST_BYTES - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The maximum "maximum burst bytes".
MAX_MINUTES - Static variable in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
The maximum number of minutes.
MAX_MPLS_EXP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The maximum new MPLS experimental.
MAX_MTU_BYTES - Static variable in class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
The maximum "maximum" transmition unit in bytes.
MAX_NETWORK_INTERRUPT_MICROSECS - Static variable in class com.foxsmart.csu.config.global.SchedulerAllocate
Maximum network interrupt microseconds.
MAX_NORMAL_BURST_BYTES - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The maximum normal burst bytes.
MAX_NUM_BUFFERS - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
The maximum number of buffers.
MAX_NUM_LINES - Static variable in class com.foxsmart.csu.config.global.line.HistoryComponent
The maximum number of lines.
MAX_NUM_NULLS - Static variable in class com.foxsmart.csu.config.global.line.PaddingComponent
The maximum number of nulls.
MAX_NUM_PACKETS - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
The maximum number of packets.
MAX_NUM_PACKETS - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
The maximum bandwidth in Kbps.
MAX_NUMBER - Static variable in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupNumber
The maximum access list number.
MAX_NUMBER_DYNAMIC_QUEUES - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
The maximum Number Dynamic Queues.
MAX_NUMBER_RESERVABLE_QUEUES - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
The maximum Number Reservable Queues.
MAX_PACKET_OFFSET - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Maximum packet offset.
MAX_PEAK_RATE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
The maximum Peak Rate.
MAX_PORT_RANGE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
The maximum Port Range.
MAX_PRECEDENCE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The maximum precedence.
MAX_PROTOCOL_TYPE_CODE - Static variable in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
The maximum protocol type mask.
MAX_QOS_GROUP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The maximum QOS group.
MAX_QUEUES - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
The maximum bandwidth in Kbps.
MAX_RATE_LIMIT_ACCESS_LIST_INDEX - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The maximum rate limit precedence access list index.
MAX_RELIABILITY - Static variable in class com.foxsmart.csu.config.TosEnum
Value: 8, Name: max-reliability, Short Description: Match packets with min delay TOS.
MAX_REMARK_LENGTH - Static variable in class com.foxsmart.csu.config.global.RemarkAccessListEntry
The maximum length of the remark
MAX_RUNNING_PROCESS_MICROSECS - Static variable in class com.foxsmart.csu.config.global.SchedulerAllocate
Maximum running process microseconds
MAX_SECONDS - Static variable in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
The maximum number of seconds.
MAX_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
The maximum number of seconds.
MAX_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
The maximum number of seconds.
MAX_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
The maximum number of seconds.
MAX_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
The maximum number of seconds.
MAX_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
The maximum number of seconds.
MAX_SERVERS - Static variable in class com.foxsmart.csu.config.global.SmallServers
 
MAX_SESSIONS - Static variable in class com.foxsmart.csu.config.global.line.SessionLimitComponent
The maximum number of sessions.
MAX_SPEED - Static variable in class com.foxsmart.csu.config.global.line.RxspeedComponent
The maximum speed.
MAX_SPEED - Static variable in class com.foxsmart.csu.config.global.line.SpeedComponent
The maximum speed.
MAX_SPEED - Static variable in class com.foxsmart.csu.config.global.line.TelnetSpeed
 
MAX_SPEED - Static variable in class com.foxsmart.csu.config.global.line.TxspeedComponent
The maximum speed.
MAX_STATE - Static variable in class com.foxsmart.csu.config.global.StateMachineInstance
The maximum state.
MAX_SUB_ADDRESS - Static variable in class com.foxsmart.csu.config.global.line.X25Component
The maximum sub-address.
MAX_SUCCESS_EVENTS_COUNT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
The maximum success events count.
MAX_TAG_VALUE - Static variable in class com.foxsmart.csu.config.global.IpRouteEntry
The maximum tag value.
MAX_THRESHOLD_PACKETS - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
The maximum number of packets.
MAX_THROUGHPUT - Static variable in class com.foxsmart.csu.config.TosEnum
Value: 1, Name: max-throughput, Short Description: Match packets with min monetary cost TOS.
MAX_TIME_SECS - Static variable in class com.foxsmart.csu.config.global.line.LogoutWarningComponent
The maximum time in seconds.
MAX_TIME_TO_LIVE - Static variable in class com.foxsmart.csu.config.global.DynamicAccessListInfo
Maximium time to live value.
MAX_TIMEOUT_MILLIS - Static variable in class com.foxsmart.csu.config.global.line.DispatchTimeoutComponent
The maximum timeout in milliseconds.
MAX_TIMEOUT_MINS - Static variable in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
The minimum timeout in minutes.
MAX_TIMEOUT_SECS - Static variable in class com.foxsmart.csu.config.global.line.AutoselectComponent
The maximum timeout in seconds.
MAX_TIMEOUT_SECS - Static variable in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
The maximum timeout in seconds.
MAX_TIMEOUT_SECS - Static variable in class com.foxsmart.csu.config.global.line.TimeoutComponent
The maximum timeout in seconds.
MAX_TIMER_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
The maximum timer seconds.
MAX_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpContinueAction
The maximum DSCP.
MAX_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpTransmitAction
The maximum DSCP.
MAX_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpContinueAction
The maximum new MPLS experimental.
MAX_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpTransmitAction
The maximum new MPLS experimental.
MAX_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceContinueAction
The maximum precedence.
MAX_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceTransmitAction
The maximum precedence.
MAX_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosContinueAction
The maximum QOS group.
MAX_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosTransmitAction
The maximum QOS group.
MAX_WIDTH - Static variable in class com.foxsmart.csu.config.global.line.WidthComponent
The maximum width.
MEDIUM - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueuePriorityEnum
Value: 2, Name: medium, Short Description: Medium.
MEGACOMM - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
 
MEMORY_SIZE - Static variable in class com.foxsmart.csu.config.global.MemorySizeComponent
 
MemorySizeComponent - Class in com.foxsmart.csu.config.global
The MemorySize class represents the percentage of DRAM to use for I/O memory.
MemorySizeComponent() - Constructor for class com.foxsmart.csu.config.global.MemorySizeComponent
Constructs a memory size object.
MESSAGE - Static variable in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
 
MESSAGE_DELIMITER - Static variable in class com.foxsmart.csu.config.global.line.RefuseMessageComponent
 
MESSAGE_DELIMITER - Static variable in class com.foxsmart.csu.config.global.line.VacantMessageComponent
 
MESSAGE_UPDATE_DELIMITER - Static variable in class com.foxsmart.csu.config.global.line.RefuseMessageComponent
 
MESSAGE_UPDATE_DELIMITER - Static variable in class com.foxsmart.csu.config.global.line.VacantMessageComponent
 
MIN_ACCESS_LIST_INDEX - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The minimum access list index.
MIN_ACCESS_LIST_NUM - Static variable in class com.foxsmart.csu.config.global.line.AccessClassComponent
The minimum access list number.
MIN_AL_EXTENDED_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
The minimum extended access list number.
MIN_AL_EXTENDED_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
The minimum extended access list number.
MIN_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
The minimum access list number.
MIN_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
The minimum access list number.
MIN_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
The minimum access list number.
MIN_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
The minimum access list number.
MIN_AL_NUMBER_RANGE - Static variable in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
The minimum access list number.
MIN_BANDWIDTH - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
The minimum Bandwidth.
MIN_BANDWIDTH_BPS - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The minimum bandwidth bits per second.
MIN_BANDWIDTH_KBPS - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthValue
The minimum bandwidth in Kbps.
MIN_BANDWIDTH_KBPS - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
The minimum bandwidth in Kbps.
MIN_BANDWIDTH_PERCENTAGE - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthPercentage
The minimum bandwidth percentage.
MIN_BC - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
The minimum Bc value.
MIN_BE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
The minimum Be value.
MIN_BIT_SIZE - Static variable in class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
The minimum bit size.
MIN_BIT_SIZE - Static variable in class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
Minimum bit size.
MIN_BITS - Static variable in class com.foxsmart.csu.config.global.line.DatabitsComponent
The minimum number of data bits.
MIN_BITS - Static variable in class com.foxsmart.csu.config.global.line.DataCharacterBitsComponent
The minimum number of data bits.
MIN_BYTES_TO_COMPARE - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Minimum number of bytes to compare.
MIN_CHARACTER - Static variable in class com.foxsmart.csu.config.global.StateMachineInstance
The minimum character.
MIN_CIR - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
The minimum CIR value.
MIN_CIR - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
The minimum CIR.
MIN_CIR - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
The minimum CIR.
MIN_COMPARISON_PATTERN - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Minimum comparison pattern.
MIN_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
The minimum decimal equivalent value.
MIN_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
The minimum decimal equivalent value.
MIN_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.DisconnectCharacterComponent
The minimum decimal equivalent value.
MIN_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
The minimum decimal equivalent value.
MIN_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
The minimum decimal equivalent value.
MIN_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.HoldCharacterComponent
The minimum decimal equivalent value.
MIN_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.PaddingComponent
The minimum decimal equivalent value.
MIN_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.StartCharacterComponent
The minimum decimal equivalent value.
MIN_DECIMAL_EQUIVALENT_VALUE - Static variable in class com.foxsmart.csu.config.global.line.StopCharacterComponent
The minimum decimal equivalent value.
MIN_DELAY - Static variable in class com.foxsmart.csu.config.TosEnum
Value: 0, Name: min-delay, Short Description: Match packets with normal TOS.
MIN_DELAY_SECS - Static variable in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
The minimum delay in seconds.
MIN_DENOMINATOR - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
The minimum mark probability denominator.
MIN_DISCARD_THRESHOLD - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
The minimum Discard Threshold.
MIN_DISTANCE_METRIC - Static variable in class com.foxsmart.csu.config.global.IpRouteEntry
The minimum distance metric.
MIN_DOUBLE_OCTET_RANGE - Static variable in class com.foxsmart.ic.net.MacAddress
 
MIN_DSCP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The minimum DSCP.
MIN_DTR_DELAY_SECS - Static variable in class com.foxsmart.csu.config.global.line.TelnetComponent
The minimum DTR delay in seconds.
MIN_ENABLE_LEVEL - Static variable in class com.foxsmart.csu.config.global.EnableComponent
The minimum enable level.
MIN_ERROR_THRESHOLD_COUNT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
The minimum error threshold count.
MIN_EVENT_WINDOW_COUNT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
The minimum event window count.
MIN_EXPONENTIAL_WEIGHTING_CONSTANT - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
The minimum exponential weighting constant.
MIN_EXTENDED_ACCESS_LIST_NUM - Static variable in class com.foxsmart.csu.config.global.line.AccessClassComponent
The minimum extended access list number.
MIN_FRAGMENTATION_SIZE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
The minimum Fragmentation Size.
MIN_GROUP - Static variable in class com.foxsmart.csu.config.global.line.RotaryComponent
The minimum group.
MIN_INTERVAL_MILLISECS - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
Minimum interval microseconds.
MIN_INTERVAL_MINS - Static variable in class com.foxsmart.csu.config.global.line.AbsoluteTimeoutComponent
Minimum interval minutes.
MIN_LENGTH - Static variable in class com.foxsmart.csu.config.global.line.LengthComponent
The minimum length.
MIN_LEVEL - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
The minimum level.
MIN_LEVEL - Static variable in class com.foxsmart.csu.config.global.line.PrivilegeComponent
The minimum level.
MIN_LOG_UPDATE_THRESHOLD_HITS - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
Minimum log update threshold number of hits
MIN_LOGGING_INTERVAL_MILLIS - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
Minimum logging interval in milliseconds
MIN_LOW_PORT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
The minimum Low Port.
MIN_MAX_BUFFER_SIZE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
The minimum "Max" Buffer Size.
MIN_MAX_SERVERS - Variable in class com.foxsmart.csu.config.global.SmallServers
The low range of max servers.
MIN_MAXIMUM_BURST_BYTES - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The minimum "maximum burst bytes".
MIN_MINUTES - Static variable in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
The minimum number of minutes.
MIN_MONETARY_COST - Static variable in class com.foxsmart.csu.config.TosEnum
Value: 4, Name: min-monetary-cost, Short Description: Match packets with max throughput TOS.
MIN_MPLS_EXP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The minimum new MPLS experimental.
MIN_MTU_BYTES - Static variable in class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
The minimum maximum transmition unit in bytes.
MIN_NETWORK_INTERRUPT_MICROSECS - Static variable in class com.foxsmart.csu.config.global.SchedulerAllocate
Minimum network interrupt microseconds.
MIN_NORMAL_BURST_BYTES - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The minimum normal burst bytes.
MIN_NUM_BUFFERS - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
The minimum number of buffers.
MIN_NUM_LINES - Static variable in class com.foxsmart.csu.config.global.line.HistoryComponent
The minimum number of lines.
MIN_NUM_NULLS - Static variable in class com.foxsmart.csu.config.global.line.PaddingComponent
The minimum number of nulls.
MIN_NUM_PACKETS - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
The minimum number of packets.
MIN_NUM_PACKETS - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
The minimum number of packets.
MIN_NUMBER - Static variable in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupNumber
The minimum access list number.
MIN_NUMBER_DYNAMIC_QUEUES - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
The minimum Number Dynamic Queues.
MIN_NUMBER_RESERVABLE_QUEUES - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
The minimum Number Reservable Queues.
MIN_PACKET_OFFSET - Static variable in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Minimum packet offset.
MIN_PEAK_RATE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
The minimum Peak Rate.
MIN_PORT_RANGE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
The minimum Port Range.
MIN_PRECEDNECE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The minimum precedence.
MIN_PROTOCOL_TYPE_CODE - Static variable in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
The minimum protocol type mask.
MIN_QOS_GROUP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The minimum QOS group.
MIN_QUEUES - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
The minimum bandwidth in Kbps.
MIN_RATE_LIMIT_ACCESS_LIST_INDEX - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
The minimum rate limit precedence access list index.
MIN_RUNNING_PROCESS_MICROSECS - Static variable in class com.foxsmart.csu.config.global.SchedulerAllocate
Minimum running process microseconds.
MIN_SECONDS - Static variable in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
The minimum number of seconds.
MIN_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
The minimum number of seconds.
MIN_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
The minimum number of seconds.
MIN_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
The minimum number of seconds.
MIN_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
The minimum number of seconds.
MIN_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
The minimum number of seconds.
MIN_SESSIONS - Static variable in class com.foxsmart.csu.config.global.line.SessionLimitComponent
The minimum number of sessions.
MIN_SPEED - Static variable in class com.foxsmart.csu.config.global.line.RxspeedComponent
The minimum speed.
MIN_SPEED - Static variable in class com.foxsmart.csu.config.global.line.SpeedComponent
The minimum speed.
MIN_SPEED - Static variable in class com.foxsmart.csu.config.global.line.TelnetSpeed
 
MIN_SPEED - Static variable in class com.foxsmart.csu.config.global.line.TxspeedComponent
The minimum speed.
MIN_STATE - Static variable in class com.foxsmart.csu.config.global.StateMachineInstance
The minimum state.
MIN_SUB_ADDRESS - Static variable in class com.foxsmart.csu.config.global.line.X25Component
The minimum sub-address.
MIN_SUCCESS_EVENTS_COUNT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
The minimum success events count.
MIN_TAG_VALUE - Static variable in class com.foxsmart.csu.config.global.IpRouteEntry
The minimum tag value.
MIN_THRESHOLD_PACKETS - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
The minimum number of packets.
MIN_TIME_SECS - Static variable in class com.foxsmart.csu.config.global.line.LogoutWarningComponent
The minimum time in seconds.
MIN_TIME_TO_LIVE - Static variable in class com.foxsmart.csu.config.global.DynamicAccessListInfo
Minimum time to live value.
MIN_TIMEOUT_MILLIS - Static variable in class com.foxsmart.csu.config.global.line.DispatchTimeoutComponent
The minimum timeout in milliseconds.
MIN_TIMEOUT_MINS - Static variable in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
The minimum timeout in minutes.
MIN_TIMEOUT_SECS - Static variable in class com.foxsmart.csu.config.global.line.AutoselectComponent
The minimum timeout in seconds.
MIN_TIMEOUT_SECS - Static variable in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
The minimum timeout in seconds.
MIN_TIMEOUT_SECS - Static variable in class com.foxsmart.csu.config.global.line.TimeoutComponent
The minimum timeout in seconds.
MIN_TIMER_SECONDS - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
The minimum timer seconds.
MIN_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpContinueAction
The minimum DSCP.
MIN_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpTransmitAction
The minimum DSCP.
MIN_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpContinueAction
The minimum new MPLS experimental.
MIN_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpTransmitAction
The minimum new MPLS experimental.
MIN_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceContinueAction
The minimum precedence.
MIN_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceTransmitAction
The minimum precedence.
MIN_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosContinueAction
The minimum QOS group.
MIN_VALUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosTransmitAction
The minimum QOS group.
MIN_WIDTH - Static variable in class com.foxsmart.csu.config.global.line.WidthComponent
The minimum width.
MINCIR - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
 
MindTermSshAuthenticator - Class in com.foxsmart.ic.net
The MindTermSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH client using the MindTerm implementation.
MindTermSshAuthenticator(String, String, String, String) - Constructor for class com.foxsmart.ic.net.MindTermSshAuthenticator
Create an authenticator instance and store the login details in properties.
MindTermSshConsoleClient - Class in com.foxsmart.ic.net
Extends the standard Mindterm SSH Console Client by adding a shellWithException method.
MindTermSshConsoleClient(String, int, SSHAuthenticator, SSHInteractor) - Constructor for class com.foxsmart.ic.net.MindTermSshConsoleClient
Construct a MindTermSshConsoleCLient.
MindTermSshConsoleClient(String, int, SSHAuthenticator, SSHInteractor, int) - Constructor for class com.foxsmart.ic.net.MindTermSshConsoleClient
Construct a MindTermSshConsoleCLient.
MindTermSshProtocolHandler - Class in com.foxsmart.ic.net
The MindTermSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH client using the MindTerm implementation.
MindTermSshProtocolHandler() - Constructor for class com.foxsmart.ic.net.MindTermSshProtocolHandler
Default Constructor.
MindTermSshProtocolHandlerImpl - Class in com.foxsmart.ic.net
The MindTermSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH client using the MindTerm implementation.
MindTermSshProtocolHandlerImpl() - Constructor for class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
Default Constructor.
MOBILE_IP - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 434, Name: mobile-ip, Short Description: Mobile IP registration.
MOBILE_REDIRECT - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 32/null, Name: mobile-redirect, Short Description: Mobile host redirect.
MODE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
MODEM - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 
ModemAutoConfigure - Class in com.foxsmart.csu.config.global.line
The ModemAutoConfigure class represents the autoconfigure information for the Modem class.
ModemAutoConfigure() - Constructor for class com.foxsmart.csu.config.global.line.ModemAutoConfigure
Constructs a modem autoconfigure object.
ModemComponent - Class in com.foxsmart.csu.config.global.line
The Modem class configures the modem control lines.
ModemComponent() - Constructor for class com.foxsmart.csu.config.global.line.ModemComponent
Constructs a modem object.
MONITOR - Static variable in class com.foxsmart.csu.config.global.line.MonitorComponent
 
MonitorComponent - Class in com.foxsmart.csu.config.global.line
The monitor command copies debug output to the current terminal line.
MonitorComponent() - Constructor for class com.foxsmart.csu.config.global.line.MonitorComponent
Constructs a monitor object.
moreIndentedLines(List, int) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Determines if the next line in the list of lines is indented beyond the originally indented position for a component.
moreLines(List, int) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Determines if there are more lines to read.
moreTokens(List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Determines if there are more tokens to read.
MOTD - Static variable in class com.foxsmart.csu.config.global.BannerComponent
 
MOTD - Static variable in class com.foxsmart.csu.example.UpdateRouterBanners
 
MOTD - Static variable in class com.foxsmart.csu.example.UpdateRouterBannersNR
 
MOTD_BANNER - Static variable in class com.foxsmart.csu.config.global.line.MotdBannerComponent
 
MotdBannerComponent - Class in com.foxsmart.csu.config.global.line
The motd banner class enables the display of the MOTD banner.
MotdBannerComponent() - Constructor for class com.foxsmart.csu.config.global.line.MotdBannerComponent
Constructs a motd banner object.
MPLS - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
MSEC - Static variable in class com.foxsmart.csu.config.global.Timestamps
 
MTU - Static variable in class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
 
MULTI - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
MULTI - Static variable in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationEnum
Value: 1, Name: multi, Short Description: Multiprotocol Operation.
MultiInstanceComponent - Interface in com.foxsmart.csu.config
This interface identifies a component that may contains multiple instances within a configuration.
MultiLineComponent - Interface in com.foxsmart.csu.config
This interface identifies a component whose IOS configuration spans multiple lines.
MultiLineConfigComponent - Class in com.foxsmart.csu.config
The MultiLineConfigComponent class represents a Cisco Router Configuration Component with multiple lines.
MultiLineConfigComponent() - Constructor for class com.foxsmart.csu.config.MultiLineConfigComponent
Default constructor.
MULTILINK - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 9, Name: Multilink, Short Description: Multilink-group, Format: port.
MultilinkInterfaceComponent - Class in com.foxsmart.csu.config.global
The Multilink Group interface class represents a specific type of interface on the router.
MultilinkInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.MultilinkInterfaceComponent
Constructs a specific interface component.
MULTIPOINT - Static variable in class com.foxsmart.csu.config.global.SubInterfaceTypeEnum
Value: 0, Name: multipoint, Short Description: Multi-point.

N

NAGLE - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
NAME - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
NAME - Static variable in class com.foxsmart.csu.config.global.IpRouteEntry
 
NameAccessListEntry - Interface in com.foxsmart.csu.config.global
This interface identifies an access list entry that is associated with a name.
NAMESERVER - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 42, Name: nameserver, Short Description: IEN116 name service (obsolete).
NET_REDIRECT - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 5/0, Name: net-redirect, Short Description: Network redirect.
NET_TOS_REDIRECT - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 5/2, Name: net-tos-redirect, Short Description: Net redirect for TOS.
NET_TOS_UNREACHABLE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/11, Name: net-tos-unreachable, Short Description: Network unreachable for TOS.
NET_UNREACHABLE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/0, Name: net-unreachable, Short Description: Net unreachable.
NETBIOS_DGM - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 138, Name: netbios-dgm, Short Description: NetBios datagram service.
NETBIOS_NS - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 137, Name: netbios-ns, Short Description: NetBios name service.
NETBISO_SS - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 139, Name: netbios-ss, Short Description: NetBios session service.
NETMASK_FORMAT - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
 
NETMASK_FORMAT_BIT_COUNT - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
Display netmask as number of significant bits.
NETMASK_FORMAT_DECIMAL - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
Display netmask in dotted decimal.
NETMASK_FORMAT_HEXADECIMAL - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
Display netmask in hexadecimal.
NETWORK - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Value: 7, Name: network, Short Description: Network Control Precedence.
NETWORK - Static variable in class com.foxsmart.csu.config.PrecedenceEnum
Value: 7, Name: network, Short Description: Network Control Precedence.
NETWORK_UNKNOWN - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/6, Name: network-unknown, Short Description: Network unknown.
NEW_MODEL - Static variable in class com.foxsmart.csu.config.global.AaaNewModelComponent
 
NEXT_HOP_ADDRESS - Static variable in class com.foxsmart.csu.example.UpdateStaticRoute
 
NEXT_HOP_ADDRESS - Static variable in class com.foxsmart.csu.example.UpdateStaticRouteNR
 
NEXT_HOP_INTERFACE - Static variable in class com.foxsmart.csu.example.UpdateStaticRoute
 
NEXT_HOP_INTERFACE - Static variable in class com.foxsmart.csu.example.UpdateStaticRouteNR
 
NNTP - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 119, Name: nntp, Short Description: Network News Transport Protocol.
NO - Static variable in class com.foxsmart.csu.CiscoRouter
 
NO - Static variable in class com.foxsmart.csu.config.CiscoRouterConfigParser
 
NO_LIMIT - Static variable in class com.foxsmart.csu.config.global.SmallServers
 
NO_PASSWORD_SET - Static variable in class com.foxsmart.csu.CiscoRouter
 
NO_ROOM_FOR_OPTION - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 12/2, Name: no-room-for-option, Short Description: Parameter required but no room.
NO_SUPPRESS_LINENUMBER - Static variable in class com.foxsmart.csu.config.global.line.AutocommandComponent
 
NO_TERM_LENGTH_COMMAND - Static variable in class com.foxsmart.csu.CiscoRouter
 
NO_TERM_WIDTH_COMMAND - Static variable in class com.foxsmart.csu.CiscoRouter
 
NOHANGUP - Static variable in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
 
NONE - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
NONE - Static variable in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
 
NONE - Static variable in class com.foxsmart.csu.config.global.line.ParityComponent
 
NONE - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
NONE - Static variable in class com.foxsmart.ic.util.Logger
 
NORMAL - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueuePriorityEnum
Value: 3, Name: normal, Short Description: Normal.
NORMAL - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
 
NORMAL - Static variable in class com.foxsmart.csu.config.TosEnum
Value: 2, Name: normal, Short Description: Match packets with max reliable TOS.
NoRouterExample - Class in com.foxsmart.csu.example
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.
NoRouterExample() - Constructor for class com.foxsmart.csu.example.NoRouterExample
 
NOS - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 94, Name: nos, Short Description: KA9Q NOS compatible IP over IP tunneling.
NOT - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
NOTIFY - Static variable in class com.foxsmart.csu.config.global.line.NotifyComponent
 
NotifyComponent - Class in com.foxsmart.csu.config.global.line
The notify command informs users of output from concurrent sessions.
NotifyComponent() - Constructor for class com.foxsmart.csu.config.global.line.NotifyComponent
Constructs a notify object.
NTP - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 123, Name: ntp, Short Description: Network Time Protocol.
NULL - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 10, Name: Null, Short Description: Null, Format: port.
NullInterfaceComponent - Class in com.foxsmart.csu.config.global
The Null interface class represents a specific type of interface on the router.
NullInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.NullInterfaceComponent
Constructs a specific interface component.
NumberAccessListEntry - Interface in com.foxsmart.csu.config.global
This interface identifies an access list entry that is associated with a number.
NumberUtils - Class in com.foxsmart.ic.util
This class provides various number utilities via static methods.
NumberUtils() - Constructor for class com.foxsmart.ic.util.NumberUtils
 

O

ODD - Static variable in class com.foxsmart.csu.config.global.line.ParityComponent
 
OLD_SLIP_PROMPTS - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
ONE_POINT_FIVE_STOPBITS - Static variable in class com.foxsmart.csu.config.global.line.StopbitsComponent
One point five stop bits.
ONE_STOPBITS - Static variable in class com.foxsmart.csu.config.global.line.StopbitsComponent
One stop bit.
OPTION_MISSING - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 12/1, Name: option-missing, Short Description: Parameter required but not present.
orderDeferredCommands() - Method in class com.foxsmart.csu.config.Commands
Re-orders the commands by placing any "deferred" commands at the end.
OrderedHashMap - Class in com.foxsmart.ic.lang
This class provides the functionality of a Hash Map while maintaining the order of entered items.
OrderedHashMap() - Constructor for class com.foxsmart.ic.lang.OrderedHashMap
Constructs a new, empty OrderedHashMap with the JDK default capacity and load factor.
OrderedHashMap(int) - Constructor for class com.foxsmart.ic.lang.OrderedHashMap
Constructs a new, empty OrderedHashMap with the specified initial capacity and the default JDK load factor.
OrderedHashMap(int, float) - Constructor for class com.foxsmart.ic.lang.OrderedHashMap
Constructs a new, empty OrderedHashMap with the specified initial capacity and the specified load factor.
OrderedHashMap(Map) - Constructor for class com.foxsmart.ic.lang.OrderedHashMap
Constructs a new OrderedHashMap with the same mappings as the given map.
OS_LINUX - Static variable in class com.foxsmart.ic.util.SystemUtils
Linux operating system.
OS_MACOSX - Static variable in class com.foxsmart.ic.util.SystemUtils
Mac-OS operating system.
OS_SOLARIS - Static variable in class com.foxsmart.ic.util.SystemUtils
Solaris operating system.
OS_WINDOWS - Static variable in class com.foxsmart.ic.util.SystemUtils
Windows operating system.
OSPF - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 89, Name: ospf, Short Description: OSPF routing protocol.
OUT - Static variable in class com.foxsmart.csu.config.global.line.AccessClassComponent
 
OUT - Static variable in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
OUT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
 
OUT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
 
OUT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
 
OUT - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
 
OUTGOING - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
 
OUTPUT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
 
OUTPUT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
 
OUTPUT - Static variable in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
 
OUTPUT - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
OUTPUT - Static variable in class com.foxsmart.csu.config.InputOutputEnum
Value: 1, Name: output, Short Description: output.

P

PACKET_TOO_BIG - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/4, Name: packet-too-big, Short Description: Fragmentation needed and DF set.
PAD - Static variable in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Value: 7, Name: pad, Short Description: PAD links.
PAD - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
PAD - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
PADDING - Static variable in class com.foxsmart.csu.config.global.line.PaddingComponent
 
PaddingComponent - Class in com.foxsmart.csu.config.global.line
The padding command sets padding for specified output characters.
PaddingComponent() - Constructor for class com.foxsmart.csu.config.global.line.PaddingComponent
Constructs a padding object.
PARAM_PASSWORD - Static variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
PARAM_PORT - Static variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
PARAM_SSH_PROTOCOL - Static variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
PARAM_USERNAME - Static variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
PARAMETER_PROBLEM - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 12/null, Name: parameter-problem, Short Description: All parameter problems.
parentComponent - Variable in class com.foxsmart.csu.config.CiscoRouterConfigComponent
 
PARITY - Static variable in class com.foxsmart.csu.config.global.line.ParityComponent
 
ParityComponent - Class in com.foxsmart.csu.config.global.line
The parity class sets the terminal parity.
ParityComponent() - Constructor for class com.foxsmart.csu.config.global.line.ParityComponent
Constructs a parity object.
parse(String[]) - Method in class com.foxsmart.ic.util.CommandLineParams
Parses command line arguments and compares the arguments to what is expected.
PASSIVE_REPLY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
Value: 2, Name: passive-reply, Short Description: Set passive-reply mode.
PASSWORD - Static variable in class com.foxsmart.csu.config.global.EnableComponent
 
PASSWORD - Static variable in class com.foxsmart.csu.config.global.line.PasswordComponent
 
PASSWORD_ENCRYPTION - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
PASSWORD_MASK - Static variable in class com.foxsmart.ic.net.AbstractCliProtocolHandler
 
PASSWORD_MASK - Static variable in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
 
PASSWORD_PROMPT - Static variable in class com.foxsmart.csu.CiscoRouter
 
PASSWORD_PROMPT - Static variable in interface com.foxsmart.ic.net.CliProtocolHandler
A password prompt.
PasswordComponent - Class in com.foxsmart.csu.config.global.line
The Password class sets a password for the line.
PasswordComponent() - Constructor for class com.foxsmart.csu.config.global.line.PasswordComponent
Constructs an Password object.
pauseLoggingOutput() - Static method in class com.foxsmart.ic.util.Logger
Pauses logging.
PCP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 108, Name: pcp, Short Description: Payload Comporession Protocol.
PERCENT - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthComponent
 
PERMANENT - Static variable in class com.foxsmart.csu.config.global.IpRouteEntry
 
PERMANENT - Static variable in class com.foxsmart.csu.example.UpdateStaticRoute
 
PERMANENT - Static variable in class com.foxsmart.csu.example.UpdateStaticRouteNR
 
PERMIT - Static variable in class com.foxsmart.csu.config.global.AccessListEntry
 
PIM - Static variable in class com.foxsmart.csu.config.IgmpTypeEnum
Value: 4, Name: pim, Short Description: Protocol Independent Multicast.
PIM - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 103, Name: pim, Short Description: Protocol Independent Multicast.
PIM_AUTO_RP - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 496, Name: pim-auto-rp, Short Description: PIM Auto-RP.
PIM_AUTO_RP - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 496, Name: pim-auto-rp, Short Description: PIM Auto-RP.
PLINK_PROGRAM - Static variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
plinkPath - Variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
PlinkSshProtocolHandler - Class in com.foxsmart.ic.net
The PlinkSshProtocolHandler class helps with the handling of sending and receiving of data to and from an SSH client using the plink external process.
PlinkSshProtocolHandler() - Constructor for class com.foxsmart.ic.net.PlinkSshProtocolHandler
Default Constructor.
POINT_TO_POINT - Static variable in class com.foxsmart.csu.config.global.SubInterfaceTypeEnum
Value: 1, Name: point-to-point, Short Description: Point to Point.
POLICY_MAP - Static variable in class com.foxsmart.csu.config.global.PolicyMapComponent
 
PolicyMapComponent - Class in com.foxsmart.csu.config.global
The PolicyMap class represents a QoS policy map.
PolicyMapComponent() - Constructor for class com.foxsmart.csu.config.global.PolicyMapComponent
Constructs a policy map object.
POP2 - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 109, Name: pop2, Short Description: Post Office Protocol v2.
POP3 - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 110, Name: pop3, Short Description: Post Office Protocol v3.
PORT_CHANNEL - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 24, Name: Port-channel, Short Description: Port-Channel, Format: port.sub-interface.
PORT_OPERATION_EQUAL - Static variable in class com.foxsmart.csu.config.global.AccessListPortMatchInfo
Match only packets on a given port number.
PORT_OPERATION_GREATER_THAN - Static variable in class com.foxsmart.csu.config.global.AccessListPortMatchInfo
Match only packets with a greater port number.
PORT_OPERATION_LESS_THAN - Static variable in class com.foxsmart.csu.config.global.AccessListPortMatchInfo
Match only packets with a lower port number.
PORT_OPERATION_NOT_EQUAL - Static variable in class com.foxsmart.csu.config.global.AccessListPortMatchInfo
Match only packets not on a given port number.
PORT_OPERATION_RANGE - Static variable in class com.foxsmart.csu.config.global.AccessListPortMatchInfo
Match only packets in the range of port numbers.
PORT_UNREACHABLE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/3, Name: port-unreachable, Short Description: Port unreachable.
portAdapterInteger - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
portAdapterString - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
PortChannelInterfaceComponent - Class in com.foxsmart.csu.config.global
The Port-Channel interface class represents a specific type of interface on the router.
PortChannelInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.PortChannelInterfaceComponent
Constructs a specific interface component.
portInteger - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
portString - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
POS - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 21, Name: POS, Short Description: Packet Over SONET, Format: slot/port-adapter/port.
PosInterfaceComponent - Class in com.foxsmart.csu.config.global
The Packet Over SONET interface class represents a specific type of interface on the router.
PosInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.PosInterfaceComponent
Constructs a specific interface component.
PPP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
PPP - Static variable in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
PppEncapsulationOptions - Class in com.foxsmart.csu.config.global.interfacepkg
The PppEncapsulationOptions class contains Point-to-Point protocol encapsulation options.
PppEncapsulationOptions() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.PppEncapsulationOptions
Constructs a PppEncapsulationOptions object.
PRECEDENCE - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
PRECEDENCE - Static variable in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
 
PRECEDENCE - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
 
PRECEDENCE_UNREACHABLE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/15, Name: precedence-unreachable, Short Description: Precedence cutoff.
PrecedenceEnum - Class in com.foxsmart.csu.config
The PrecedenceEnum class represents the router precedence for pattern matching.
PrecedenceEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.PrecedenceEnum
 
PrecedenceEnum(String) - Constructor for class com.foxsmart.csu.config.PrecedenceEnum
 
PrecedenceEnum(Integer) - Constructor for class com.foxsmart.csu.config.PrecedenceEnum
 
PREFERRED - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
PREFIX_CONFIGURE - Static variable in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
The "configure" prefix.
PREFIX_EXEC - Static variable in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
The "exec" prefix.
prepareCommandPart(String) - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
 
PRINTER - Static variable in class com.foxsmart.csu.config.global.line.ModemComponent
 
PRIORITY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueueComponent
 
PRIORITY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
 
PRIORITY - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
 
PRIORITY - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Value: 1, Name: priority, Short Description: Priority Precedence.
PRIORITY - Static variable in class com.foxsmart.csu.config.PrecedenceEnum
Value: 1, Name: priority, Short Description: Priority Precedence.
PriorityComponent - Class in com.foxsmart.csu.config.global.policymap.classmap
The priority command configures low latency queueing (LLQ), providing strict priority queueing (PQ) for class-based weighted fair queueing (CBWFQ).
PriorityComponent() - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
Constructs a priority object.
PRIVATE - Static variable in class com.foxsmart.csu.config.global.line.PrivateComponent
 
PrivateComponent - Class in com.foxsmart.csu.config.global.line
The private command ensures configuration options that user can set will remain in effect between terminal sessions.
PrivateComponent() - Constructor for class com.foxsmart.csu.config.global.line.PrivateComponent
Constructs a private object.
PRIVILEGE - Static variable in class com.foxsmart.csu.config.global.line.PrivilegeComponent
 
PrivilegeComponent - Class in com.foxsmart.csu.config.global.line
The privilege command assigns the default privilege level for the line.
PrivilegeComponent() - Constructor for class com.foxsmart.csu.config.global.line.PrivilegeComponent
Constructs a privilege object.
process - Variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
PROCESS_WATCHDOG - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
 
PROFILE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
PROFILE - Static variable in class com.foxsmart.csu.config.global.IpRouteComponent
 
PROMPT - Static variable in class com.foxsmart.csu.config.global.PromptComponent
 
PROMPT - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
PROMPT_TIMEOUT - Static variable in class com.foxsmart.csu.config.global.BannerComponent
 
PROMPT_TIMEOUT - Static variable in class com.foxsmart.csu.example.UpdateRouterBanners
 
PROMPT_TIMEOUT - Static variable in class com.foxsmart.csu.example.UpdateRouterBannersNR
 
PromptComponent - Class in com.foxsmart.csu.config.global
The Prompt class represents the router system prompt.
PromptComponent() - Constructor for class com.foxsmart.csu.config.global.PromptComponent
Constructs a prompt object.
PROTOCOL - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
PROTOCOL_UNREACHABLE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/2, Name: protocol-unreachable, Short Description: Protocol unreachable.
ProtocolHandler - Interface in com.foxsmart.ic.net
The ProtocolHandler is a class that knows how to communicate using a specific protocol.
ProtocolHandler.Protocol - Enum in com.foxsmart.ic.net
The supported protocols.
ProtocolNumberAccessListEntry - Class in com.foxsmart.csu.config.global
The ProtocolNumberAccessListEntry is used for access lists numbers: 200-299.
ProtocolNumberAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
Constructs a protocol access list entry object.
PROXY_HOST_KEY - Static variable in class com.foxsmart.csu.CiscoRouter
 
PROXY_PORT_KEY - Static variable in class com.foxsmart.csu.CiscoRouter
 
PROXY_SET_KEY - Static variable in class com.foxsmart.csu.CiscoRouter
 
ProxyAuthenticator - Class in com.foxsmart.ic.net
The ProxyAuthenticator class extends an abstract authenticator by providing a username and password.
ProxyAuthenticator(String, String) - Constructor for class com.foxsmart.ic.net.ProxyAuthenticator
Construct a proxy authenticator with a username and password.
PSH - Static variable in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
 
PT_VTY_LOGGING - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
put(Object, Object) - Method in class com.foxsmart.ic.lang.OrderedHashMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class com.foxsmart.ic.lang.OrderedHashMap
Copies all of the mappings from the specified map to this one.

Q

QOS_GROUP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
QOS_GROUP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
 
QUEUE_LIMIT - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
 
QUEUED - Static variable in class com.foxsmart.csu.config.global.line.RotaryComponent
 
QueueLimitComponent - Class in com.foxsmart.csu.config.global.policymap.classmap
The queue limit command is used to specify or modify the maximum number of packets the queue can hold for a class policy configured in a policy map.
QueueLimitComponent() - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
Constructs a queue limit object.

R

RANDOM_DETECT - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
 
RandomDetectComponent - Class in com.foxsmart.csu.config.global.policymap.classmap
To random detect commands configures Weighted Random Early Detection (WRED) and distributed WRED (DWRED) parameters for a particular IP Precedence.
RandomDetectComponent() - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
Constructs a priority object.
RandomDetectPrecedenceEnum - Class in com.foxsmart.csu.config.global.policymap.classmap
The RandomDetectPrecedenceEnum class represents the random detect precedence within a policy map.
RandomDetectPrecedenceEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
 
RandomDetectPrecedenceEnum(String) - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
 
RandomDetectPrecedenceEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
 
RandomDetectPrecedenceParams - Class in com.foxsmart.csu.config.global.policymap.classmap
The RandomDetectPrecedenceParam class represents all the parameters that are associated with a policy map random detect precedence.
RandomDetectPrecedenceParams() - Constructor for class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
Constructs a bandwidth value object.
RATE_LIMIT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
 
RATE_LIMIT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
 
RateLimitAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitAction class is the abstract base class for various rate limit actions.
RateLimitAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
 
RateLimitComponent - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitComponent class defines a series of rate limits on an interface.
RateLimitComponent() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
Constructs an IP Rate Limit component object.
RateLimitContinueAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitContinueAction will scan other rate limits.
RateLimitContinueAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitContinueAction
 
RateLimitDropAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitDropAction will drop the packet.
RateLimitDropAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitDropAction
 
RateLimitEntry - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitEntry class represents a unique rate limit.
RateLimitEntry() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Constructs an IP route entry.
RateLimitSetDscpContinueAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitSetDscpContinueAction will set the dscp and scan other rate limits.
RateLimitSetDscpContinueAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpContinueAction
 
RateLimitSetDscpTransmitAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitSetDscpTransmitAction will set the dscp and send it.
RateLimitSetDscpTransmitAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpTransmitAction
 
RateLimitSetMplsExpContinueAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitSetMplsExpContinueAction will set the MPLS experimental during imposition and scan other rate limits.
RateLimitSetMplsExpContinueAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpContinueAction
 
RateLimitSetMplsExpTransmitAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitSetMplsExpTransmitAction will set the MPLS experimental during imposition and send it.
RateLimitSetMplsExpTransmitAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpTransmitAction
 
RateLimitSetPrecedenceContinueAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitSetPrecedenceContinueAction will rewrite packet precedence and scan other rate limits.
RateLimitSetPrecedenceContinueAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceContinueAction
 
RateLimitSetPrecedenceTransmitAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitSetPrecedenceTransmitAction will rewrite packet precedence and send it.
RateLimitSetPrecedenceTransmitAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceTransmitAction
 
RateLimitSetQosContinueAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitSetQosContinueAction will set the QOS group and scan other rate limits.
RateLimitSetQosContinueAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosContinueAction
 
RateLimitSetQosTransmitAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitSetQosTransmitAction will set the QOS group and send it.
RateLimitSetQosTransmitAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosTransmitAction
 
RateLimitTransmitAction - Class in com.foxsmart.csu.config.global.interfacepkg
The RateLimitTransmitAction will transmit the packet.
RateLimitTransmitAction() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.RateLimitTransmitAction
 
read() - Method in class com.foxsmart.ic.io.SimpleStreamReader
Read all bytes from the input stream and return them in a byte array.
read() - Method in class com.foxsmart.ic.io.StreamReader
Read bytes from the input stream.
read(int) - Method in class com.foxsmart.ic.io.StreamReader
Read bytes from the input stream while specifying the number of bytes to read.
read() - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Reads the next set of data from the device until enough time has passed that we assume no more data will arrive.
read(Integer) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Reads the next set of data from the device until enough time has passed that we assume no more data will arrive.
read() - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Reads the next set of data from the device until enough time has passed that we assume no more data will arrive.
read(Integer) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Reads the next set of data from the device until enough time has passed that we assume no more data will arrive.
read() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
read(Integer) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
readAll() - Method in class com.foxsmart.ic.io.StreamReader
Read all the bytes from the input stream.
readRouterConfig(String) - Static method in class com.foxsmart.csu.example.NoRouterExample
Reads a router configuration from a file.
ReadRouterGeneratedConfiguration - Class in com.foxsmart.csu.example
The ReadRouterGeneratedConfiguration program connects to a router, reads the IOS configuration (i.e.
ReadRouterGeneratedConfiguration() - Constructor for class com.foxsmart.csu.example.ReadRouterGeneratedConfiguration
 
ReadRouterOriginalConfiguration - Class in com.foxsmart.csu.example
The ReadRouterOriginalConfiguration program connects to a router, reads the IOS configuration (i.e.
ReadRouterOriginalConfiguration() - Constructor for class com.foxsmart.csu.example.ReadRouterOriginalConfiguration
 
REASSEMBLY_TIMEOUT - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 11/1, Name: reassembly-timeout, Short Description: Reassembly timeout.
RECV - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
REDIRECT - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 5/null, Name: redirect, Short Description: All redirects.
REFUSE_MESSAGE - Static variable in class com.foxsmart.csu.config.global.line.RefuseMessageComponent
 
REFUSE_NEGOTIATIONS - Static variable in class com.foxsmart.csu.config.global.line.TelnetComponent
 
RefuseMessageComponent - Class in com.foxsmart.csu.config.global.line
The RefuseMessage class defines a refuse banner.
RefuseMessageComponent() - Constructor for class com.foxsmart.csu.config.global.line.RefuseMessageComponent
Constructs a RefuseMessage object.
RELOAD - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
 
REMARK - Static variable in class com.foxsmart.csu.config.global.RemarkAccessListEntry
 
RemarkAccessListEntry - Class in com.foxsmart.csu.config.global
The RemarkAccessListEntry is used for remarks that are associated with various access lists.
RemarkAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.RemarkAccessListEntry
Constructs a remark access list entry object.
RemarkNameAccessListEntry - Class in com.foxsmart.csu.config.global
The RemarkNameAccessListEntry is used for remarks that are associated with various named access lists.
RemarkNameAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.RemarkNameAccessListEntry
Constructs a remark name access list entry object.
RemarkNumberAccessListEntry - Class in com.foxsmart.csu.config.global
The RemarkNumberAccessListEntry is used for remarks that are associated with various numbered access lists.
RemarkNumberAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.RemarkNumberAccessListEntry
Constructs a remark number access list entry object.
remove(int) - Method in class com.foxsmart.csu.config.Command
Removes the line at the specified position.
remove(int) - Method in class com.foxsmart.csu.config.Commands
Removes the command at the specified position.
remove(int) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Removes a line at a specified index.
remove(Object) - Method in class com.foxsmart.ic.lang.OrderedHashMap
Removes the mapping for this key from this map if present.
remove(String) - Static method in class com.foxsmart.ic.util.ExpirableCache
Removes an item from the cache.
removeAllCharacters() - Method in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
Removes all dispatch characters.
removeAllCharacters() - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
Removes all padding characters.
removeAllComponents(Class) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Removes all components from the list of configuration components based on a configuration key.
removeAllComponents(String) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Removes all components from the list of configuration components based on a configuration key.
removeAllComponents() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Removes all components from the list of configuration components for all configuration keys.
removeAllInputProtocols() - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Removes all input protocols.
removeAllInstances() - Method in class com.foxsmart.csu.config.global.StateMachineComponent
Removes all state machine instances.
removeAllOutputProtocols() - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Removes all output protocols.
removeArgument(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Removes a command line argument.
removeChar(String, char) - Static method in class com.foxsmart.ic.util.StringUtils
Removes a certain character from a string for all occurances found.
removeCharacter(String) - Method in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
Removes a dispatch character.
removeCharacter(String) - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
Removes a padding character.
removeComponent(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Removes a component from the list of configuration components based on a configuration key.
removeComponent(String, CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Removes a component from the list of configuration components based on a configuration key.
removeComponent(List, CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Removes the component from the component list while also removing the component's parent reference.
removeFlag(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Removes a command line flag.
removeInputProtocol(String) - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Removes an input transport protocol.
removeLines(List, int) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Removes a specified number of lines (List elements) from the beginning of the passed in lines list.
removeOption(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Removes a command line option.
removeOutputProtocol(String) - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Removes an output transport protocol.
removeRateLimit(RateLimitEntry) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
Removes a previously added rate limit.
removeRoute(IpRouteEntry) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Removes a previously added route.
removeStateMachineInstance(StateMachineInstance) - Method in class com.foxsmart.csu.config.global.StateMachineComponent
Removes a state machine instance.
repeatingChar(char, int) - Static method in class com.foxsmart.ic.util.StringUtils
Returns a string of length 'numChars' with all characters being set to 'c'.
REPLY - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
Value: 3, Name: reply, Short Description: Set unidirectional reply mode.
REQUEST - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
Value: 4, Name: request, Short Description: Set unidirectional request mode.
requiresCommentSeparator() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
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.
requiresCommentSeparator() - Method in class com.foxsmart.csu.config.global.LineComponent
 
requiresCommentSeparator() - Method in interface com.foxsmart.csu.config.MultiInstanceComponent
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.
requiresCommentSeparator() - Method in class com.foxsmart.csu.config.UnknownComponent
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
 
reset() - Method in class com.foxsmart.ic.io.StreamReader
Resets the input stream to the beginning.
reset() - Method in class com.foxsmart.ic.util.CommandLineParams
Resets the previously parsed parameters.
resetTokenIndex() - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Resets the current token index.
RESPONSE - Static variable in class com.foxsmart.csu.config.global.line.TimeoutComponent
 
resumeLoggingOutput() - Static method in class com.foxsmart.ic.util.Logger
Resumes logging.
RIP - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 520, Name: rip, Short Description: Routing Information Protocol (router, in.routed).
RLOGIN - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
ROTARY - Static variable in class com.foxsmart.csu.config.global.line.RotaryComponent
 
RotaryComponent - Class in com.foxsmart.csu.config.global.line
The rotary command adds a line to a rotary group.
RotaryComponent() - Constructor for class com.foxsmart.csu.config.global.line.RotaryComponent
Constructs a rotary object.
ROUND_ROBIN - Static variable in class com.foxsmart.csu.config.global.line.RotaryComponent
 
ROUTE - Static variable in class com.foxsmart.csu.config.global.IpRouteComponent
 
ROUTER_ADVERTISEMENT - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 9/null, Name: router-advertisement, Short Description: Router discovery advertisements.
ROUTER_SOLICITATION - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 10/null, Name: router-solicitation, Short Description: Router discovery solicitations.
ROUTINE - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Value: 0, Name: routine, Short Description: Routine Precedence.
ROUTINE - Static variable in class com.foxsmart.csu.config.PrecedenceEnum
Value: 0, Name: routine, Short Description: Routine Precedence.
RST - Static variable in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
 
RSVP - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
 
RSVP - Static variable in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceEnum
Value: 8, Name: rsvp, Short Description: RSVP Traffic.
RTP - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
RTP - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
 
run(ThreadMonitor) - Method in interface com.foxsmart.ic.lang.InterruptibleThread
This method gets called when the thread gets executed.
RXSPEED - Static variable in class com.foxsmart.csu.config.global.line.RxspeedComponent
 
RxspeedComponent - Class in com.foxsmart.csu.config.global.line
The rx speed class sets the receive speed.
RxspeedComponent() - Constructor for class com.foxsmart.csu.config.global.line.RxspeedComponent
Constructs a rx speed object.

S

SCHEDULER - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
 
SchedulerAllocate - Class in com.foxsmart.csu.config.global
The Scheduler Allocate class represents the scheduler allocation configuration parameters.
SchedulerAllocate() - Constructor for class com.foxsmart.csu.config.global.SchedulerAllocate
Constructs a Scheduler Allocate object.
SchedulerComponent - Class in com.foxsmart.csu.config.global
The Scheduler class represents the behavior and priorities for the router's system process scheduler.
SchedulerComponent() - Constructor for class com.foxsmart.csu.config.global.SchedulerComponent
Constructs a scheduler object.
SCRIPT - Static variable in class com.foxsmart.csu.config.global.line.ScriptComponent
 
ScriptComponent - Class in com.foxsmart.csu.config.global.line
The script command specifies event related chat scripts to run on the line.
ScriptComponent() - Constructor for class com.foxsmart.csu.config.global.line.ScriptComponent
Constructs a script object.
SDN - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
 
SECRET - Static variable in class com.foxsmart.csu.config.global.EnableComponent
 
SecurityUtils - Class in com.foxsmart.ic.util
This class provides various security utilities via static methods.
SecurityUtils() - Constructor for class com.foxsmart.ic.util.SecurityUtils
 
SEND - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
sendCommand(String) - Method in class com.foxsmart.csu.CiscoRouter
Sends a command to the router.
sendCommand(String, boolean) - Method in class com.foxsmart.csu.CiscoRouter
Sends a command to the router.
sendCommand(String) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
 
sendCommand(String, boolean) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
 
sendCommand(String) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Sends a command to the device.
sendCommand(String, boolean) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Sends a command to the device.
sendCommand(String) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
sendCommand(String, boolean) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
sendCommandWithResults(String) - Method in class com.foxsmart.csu.CiscoRouter
Sends a command to the router and returns the results of the command being executed.
sendCommandWithResults(String, boolean) - Method in class com.foxsmart.csu.CiscoRouter
Sends a command to the router and returns the results of the command being executed.
sendCommandWithResults(String) - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Sends a command and returns the results.
sendCommandWithResults(String) - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Sends a command to the router and returns the results of the command being executed.
sendConfigCommandWithResults(String, String) - Method in class com.foxsmart.csu.CiscoRouter
Sends a config command to the router and returns the results of the command being executed.
sendConfigCommandWithResults(String, boolean) - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Sends a configuration command and returns the results.
sendConfigCommandWithResults(String, boolean) - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Sends a configuration command to the router and returns the results of the command being executed.
SendRouterCommand - Class in com.foxsmart.csu.example
The SendRouterCommand program sends a user supplied command to the router and displays the results.
SendRouterCommand() - Constructor for class com.foxsmart.csu.example.SendRouterCommand
 
SEQUENCE_NUMBERS - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
SERIAL - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 11, Name: Serial, Short Description: Serial, Format: slot/port-adapter/port.sub-interface [multipoint | point-to-point] (e.g.
SerialInterfaceComponent - Class in com.foxsmart.csu.config.global
The Serial interface class represents a specific type of interface on the router.
SerialInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.SerialInterfaceComponent
Constructs a specific interface component.
SERVICE - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
SERVICE_POLICY - Static variable in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
 
SERVICE_PROMPT_CONFIG - Static variable in class com.foxsmart.csu.CiscoRouter
 
ServiceComponent - Class in com.foxsmart.csu.config.global
The Service class represents the various network based service options on the router.
ServiceComponent() - Constructor for class com.foxsmart.csu.config.global.ServiceComponent
Constructs a service object.
ServicePolicyComponent - Class in com.foxsmart.csu.config.global.interfacepkg
The ServicePolicyComponent class defines a QoS Service Policy on an interface.
ServicePolicyComponent() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
Constructs a Service Policy component object.
SESSION_DISCONNECT_WARNING - Static variable in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
 
SESSION_LIMIT - Static variable in class com.foxsmart.csu.config.global.line.SessionLimitComponent
 
SESSION_TIMEOUT - Static variable in class com.foxsmart.csu.config.global.line.AutohangupComponent
 
SESSION_TIMEOUT - Static variable in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
 
SessionDisconnectWarningComponent - Class in com.foxsmart.csu.config.global.line
The session disconnect warning command sets a warning countdown for session-timeout.
SessionDisconnectWarningComponent() - Constructor for class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
Constructs a session disconnect warning object.
SessionLimitComponent - Class in com.foxsmart.csu.config.global.line
The session limit sets the maximum number of sessions.
SessionLimitComponent() - Constructor for class com.foxsmart.csu.config.global.line.SessionLimitComponent
Constructs a session limit object.
SessionTimeoutComponent - Class in com.foxsmart.csu.config.global.line
The session timeout command sets the interval for closing a connection when there is no input traffic.
SessionTimeoutComponent() - Constructor for class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
Constructs a session timeout object.
set(int, String) - Method in class com.foxsmart.csu.config.Command
Sets the line at the specified offset.
set(int, Command) - Method in class com.foxsmart.csu.config.Commands
Sets the command at the specified offset.
set(int, String) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Sets an individual line at a specified index.
SET_CLOCK_COMMAND - Static variable in class com.foxsmart.csu.CiscoRouter
 
SET_DSCP_CONTINUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpContinueAction
 
SET_DSCP_TRANSMIT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetDscpTransmitAction
 
SET_MPLS_EXP_CONTINUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpContinueAction
 
SET_MPLS_EXP_TRANSMIT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetMplsExpTransmitAction
 
SET_PREC_CONTINUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceContinueAction
 
SET_PREC_TRANSMIT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetPrecedenceTransmitAction
 
SET_QOS_CONTINUE - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosContinueAction
 
SET_QOS_TRANSMIT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitSetQosTransmitAction
 
setAbortCharacter(String) - Method in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
Sets the abort character.
setAbsoluteTimeout(Integer) - Method in class com.foxsmart.csu.config.global.line.AbsoluteTimeoutComponent
Sets the absolute timeout interval in minutes.
setAccessListIndex(Integer) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the access list index.
setAccessListName(String) - Method in class com.foxsmart.csu.config.global.ExtIpNameAccessListEntry
Sets the access list name.
setAccessListName(String) - Method in interface com.foxsmart.csu.config.global.NameAccessListEntry
Sets the access list name.
setAccessListName(String) - Method in class com.foxsmart.csu.config.global.RemarkNameAccessListEntry
Sets the access list name.
setAccessListName(String) - Method in class com.foxsmart.csu.config.global.StdIpNameAccessListEntry
Sets the access list name.
setAccessListNumber(Integer) - Method in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
Sets the access list number.
setAccessListNumber(Integer) - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Sets the access list number.
setAccessListNumber(Integer) - Method in interface com.foxsmart.csu.config.global.NumberAccessListEntry
Sets the access list number.
setAccessListNumber(Integer) - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
Sets the access list number.
setAccessListNumber(Integer) - Method in class com.foxsmart.csu.config.global.RemarkNumberAccessListEntry
Sets the access list number.
setAccessListNumber(Integer) - Method in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
Sets the access list number.
setAccessListNumber(Integer) - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
Sets the access list number.
setAccessListRateLimitFlag(boolean) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the access list rate limit flag.
setAckFlag(boolean) - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Sets the Ack flag.
setActivationCharacter(String) - Method in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
Sets the activation character.
setActivationScript(String) - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Sets the activation chat script name.
setActiveProtocolHandler(ProtocolHandler) - Method in class com.foxsmart.csu.CiscoRouter
Sets the active protocol handler.
setAdditionalUsage(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Sets any additional usage text that will be appended to the end of the usage statement.
setAlignmentDetection(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the alignment detection flag which is used to control alignment.
setAlignmentLogging(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the alignment logging flag which is used to control alignment logging.
setAllocate(SchedulerAllocate) - Method in class com.foxsmart.csu.config.global.SchedulerComponent
Sets the scheduler allocation information.
setAnswerTimeout(Integer) - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Sets the answer timout in seconds.
setArapCallbackScript(String) - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Sets the arap callback chat script name.
setArapFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Sets the ARAP (AppleTalk Remote Access) autoselection flag.
setAuthenticationListName(String) - Method in class com.foxsmart.csu.config.global.line.LoginComponent
Sets the authentication list name.
setAutoConfigureMode(String) - Method in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
Sets the autoconfigure mode.
setBandwidth(Long) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the bandwidth in bits per second.
setBandwidth(Integer) - Method in interface com.foxsmart.csu.config.global.policymap.classmap.Bandwidth
Sets the bandwidth value in Kbps.
setBandwidth(Bandwidth) - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthComponent
Sets the bandwidth.
setBandwidth(Integer) - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthPercentage
Sets the bandwidth percentage.
setBandwidth(Integer) - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthValue
Sets the bandwidth value in Kbps.
setBc(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
Sets the committed burst size (Bc).
setBe(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
Sets the excess burst size (Be).
setBitSize(Integer) - Method in class com.foxsmart.csu.config.global.line.DataCharacterBitsComponent
Sets the bit size.
setBitSize(Integer) - Method in class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
Sets the bit size.
setBitSize(Integer) - Method in class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
Sets the bit size.
setBreakOnIpFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Sets the break on ip flag.
setBufferLimit(Integer) - Method in class com.foxsmart.csu.config.global.line.LoggingComponent
Sets the buffer limit.
setBusyOutFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Sets the the busy out flag.
setCallbackScript(String) - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Sets the callback chat script name.
setChildComponentKeysStatic(List) - Static method in class com.foxsmart.csu.config.CiscoRouterConfig
Sets the child component keys for this component via a static convenience method.
setChildComponentKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.ClassMapComponent
Sets the child component keys for this component via a static convenience method.
setChildComponentKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.InterfaceComponent
Sets the child component keys for this component via a static convenience method.
setChildComponentKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.LineComponent
Sets the child component keys for this component via a static convenience method.
setChildComponentKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.MapClassAtmComponent
Sets the child component keys for this component via a static convenience method.
setChildComponentKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.MapClassDialerComponent
Sets the child component keys for this component via a static convenience method.
setChildComponentKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Sets the child component keys for this component via a static convenience method.
setChildComponentKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.policymap.ClassComponent
Sets the child component keys for this component via a static convenience method.
setChildComponentKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.PolicyMapComponent
Sets the child component keys for this component via a static convenience method.
setChildComponentUpdateKeysStatic(List) - Static method in class com.foxsmart.csu.config.CiscoRouterConfig
Sets the child component update keys for this component via a static convenience method.
setChildComponentUpdateKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.ClassMapComponent
Sets the child component update keys for this component via a static convenience method.
setChildComponentUpdateKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.InterfaceComponent
Sets the child component update keys for this component via a static convenience method.
setChildComponentUpdateKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.LineComponent
Sets the child component update keys for this component via a static convenience method.
setChildComponentUpdateKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.MapClassAtmComponent
Sets the child component update keys for this component via a static convenience method.
setChildComponentUpdateKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.MapClassDialerComponent
Sets the child component update keys for this component via a static convenience method.
setChildComponentUpdateKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Sets the child component update keys for this component via a static convenience method.
setChildComponentUpdateKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.policymap.ClassComponent
Sets the child component update keys for this component via a static convenience method.
setChildComponentUpdateKeysStatic(List) - Static method in class com.foxsmart.csu.config.global.PolicyMapComponent
Sets the child component update keys for this component via a static convenience method.
setCir(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
Sets the committed information rate (CIR).
setCir(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
Sets the committed information rate (CIR).
setCommand(Command) - Method in class com.foxsmart.csu.CommandAndResponse
Sets the command.
setCommand(String) - Method in class com.foxsmart.csu.config.global.line.AutocommandComponent
Sets the auto command.
setCommandsAndResponses(List<CommandAndResponse>) - Method in class com.foxsmart.csu.ConfigUpdateResult
Sets the commands and responses.
setComment(CommentComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Sets a comment associated with a CiscoRouterConfigComponent.
setCompareInfo(ExtendedMacAddressCompareInfo) - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Sets the compare information.
setCompareOperator(String) - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Sets the compare operator.
setComparePattern(Hexadecimal) - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Sets the compare pattern.
setCompressConfig(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the compress config flag.
setConfig(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the config flag.
setConfigErrorsPresent(boolean) - Method in class com.foxsmart.csu.ConfigUpdateResult
Sets the config errors present flag.
setConfiglet(String) - Method in class com.foxsmart.csu.ConfigUpdateResult
Sets the configlet.
setConformAction(RateLimitAction) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the conform action.
setCongestiveDiscardThreshold(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
Sets the congestive discard threshold.
setConnectionScript(String) - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Sets the connection chat script name.
setCurrentState(Integer) - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Sets the current state.
setDateTime() - Method in class com.foxsmart.csu.config.global.Timestamps
Sets the timestamp to use datetime.
setDebugTimestamps(Timestamps) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the debug timestamps information.
setDefaultNoDataReadDelay(int) - Method in class com.foxsmart.csu.CiscoRouter
Modifies the default no data read delay in 1/10 seconds for all protocol handlers.
setDefaultNoDataReadDelay(int) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Modifies the default no data read delay in 1/10 seconds.
setDefaultNoDataReadDelay(int) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Modifies the default no data read delay in 1/10 seconds.
setDefaultNoDataReadDelay(int) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
setDefaultProtocolTimeout(Integer) - Method in class com.foxsmart.csu.CiscoRouter
Modifies the default operation protocol timeout value for all protocol handlers.
setDefaultProtocolTimeout(Integer) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Modifies the default operation protocol timeout value.
setDefaultProtocolTimeout(Integer) - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Modifies the default operation protocol timeout value.
setDefaultProtocolTimeout(Integer) - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Modifies the default operation protocol timeout value.
setDefaultProtocolTimeout(Integer) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
setDefaultProtocolTimeout(Integer) - Method in interface com.foxsmart.ic.net.ProtocolHandler
Modifies the default operation protocol timeout value.
setDefaultSpeed(Long) - Method in class com.foxsmart.csu.config.global.line.TelnetSpeed
Sets the default speed.
setDeferredFlag(boolean) - Method in class com.foxsmart.csu.config.Command
Sets the deferred flag.
setDelay(Integer) - Method in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
Sets the delay in seconds before the autocommand is run.
setDelay(boolean) - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Sets the delay flag.
setDescription(String) - Method in class com.foxsmart.csu.config.global.classmap.DescriptionComponent
Sets the description.
setDescription(String) - Method in class com.foxsmart.csu.config.global.line.LocationComponent
Sets the location description.
setDestinationHardwareAddress(MacAddress) - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Sets the destination hardware address.
setDestinationHardwareAddressMask(MacAddress) - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Sets the destination hardware address mask.
setDestinationMatchInfo(AccessListMatchInfo) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the destination access list match information.
setDestinationPrefix(IpAddress) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets the destination prefix.
setDestinationPrefixMask(IpAddress) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets the destination prefix mask.
setDeviceConfig(String) - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Sets the main device configuration.
setDhcp(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the DHCP flag.
setDialerScript(String) - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Sets the dialer chat script name.
setDirection(String) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
Sets the direction.
setDirection(String) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
Sets the direction.
setDirection(String) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
Sets the direction.
setDirection(String) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
Sets the direction.
setDisableIpFastFrag(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the disable IP fast frag flag.
setDisconnectCharacter(String) - Method in class com.foxsmart.csu.config.global.line.DisconnectCharacterComponent
Sets the disconnect character.
setDispatchTimeout(Long) - Method in class com.foxsmart.csu.config.global.line.DispatchTimeoutComponent
Sets the dispatch timeout in milliseconds.
setDistanceMetric(Integer) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets the distance metric for this route.
setDoubleOctet1(Hexadecimal) - Method in class com.foxsmart.ic.net.MacAddress
Sets the first double octet.
setDoubleOctet2(Hexadecimal) - Method in class com.foxsmart.ic.net.MacAddress
Sets the second double octet.
setDoubleOctet3(Hexadecimal) - Method in class com.foxsmart.ic.net.MacAddress
Sets the third double octet.
setDoubleOctetAddress(String) - Method in class com.foxsmart.ic.net.MacAddress
Sets the Mac Address based on a double octet string representation (e.g.
setDscp(DscpEnum) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the DSCP.
setDscpValue(Integer) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the DSCP value.
setDteFlag(boolean) - Method in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationOptions
Sets the DTE flag.
setDteFlag(boolean) - Method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationOptions
Sets the DTE flag.
setDtrDelay(Integer) - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Sets the DTR delay in seconds.
setDuringLoginFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Sets the "during login" flag.
setDynamicInfo(DynamicAccessListInfo) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the dynamic access list information.
setDynamicListName(String) - Method in class com.foxsmart.csu.config.global.DynamicAccessListInfo
Sets the dynamic list name.
setEnabled(boolean) - Method in class com.foxsmart.csu.config.global.line.EditingComponent
Sets the enabled flag.
setEnabled(boolean) - Method in class com.foxsmart.csu.config.global.line.ExecBannerComponent
Sets the enabled flag.
setEnabled(boolean) - Method in class com.foxsmart.csu.config.global.line.ExecComponent
Sets the enabled flag.
setEnabled(boolean) - Method in class com.foxsmart.csu.config.global.line.FlushAtActivationComponent
Sets the enabled flag.
setEnabled(boolean) - Method in class com.foxsmart.csu.config.global.line.MotdBannerComponent
Sets the enabled flag.
setEnableTimeout(Integer) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
Sets the enable timeout in seconds.
setEncapsulationOption(LapbEncapsulationEnum) - Method in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationOptions
Sets the encapsulation options.
setEncapsulationOption(X25EncapsulationEnum) - Method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationOptions
Sets the encapsulation options.
setEncapsulationOptions(EncapsulationOptions) - Method in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
Sets the encapsulation options.
setEncryptionType(int) - Method in class com.foxsmart.csu.config.global.GlobalEncryptionPassword
Sets the encryption type.
setEncryptionType(int) - Method in class com.foxsmart.csu.config.global.line.LineEncryptionPassword
Sets the encryption type.
setErrorThresholdReceiveCount(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Sets the error threshold receive count.
setErrorThresholdSendCount(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Sets the error threshold send count.
setEscapeCharacter(String) - Method in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
Sets the escape character.
setEstablishedFlag(boolean) - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Sets the established connections flag.
setEventWindowReceiveCount(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Sets the event window receive count.
setEventWindowSendCount(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Sets the event window send count.
setExceedAction(RateLimitAction) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the exceed action.
setExecBanner(String) - Method in class com.foxsmart.csu.config.global.BannerComponent
Sets the EXEC process creation banner.
setExecCallback(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the exec callback flag.
setExecWait(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the exec wait flag.
setExponentialWeightingConstant(Integer) - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
Sets the exponential weighting constant.
setFastIdle(Integer) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
Sets the fast idle in seconds.
setFilterType(String) - Method in class com.foxsmart.csu.config.global.AccessListEntry
Sets the filter type.
setFinFlag(boolean) - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Sets the Fin flag.
setFinger(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the finger flag.
setFirstCharacter(Integer) - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Sets the first character.
setFirstLine(Integer) - Method in class com.foxsmart.csu.config.global.LineComponent
Sets the first line.
setGlobalFlag(boolean) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets whether the next hop is global.
setGlobalPackagesStatic(List<String>) - Static method in class com.foxsmart.csu.CiscoRouter
Sets the global list of configuration packages via a static convenience method.
setGroup(Integer) - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
Sets the rotary group.
setHardwareAddress(MacAddress) - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
Sets the hardware address.
setHardwareAddressMask(MacAddress) - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
Sets the hardware address mask.
setHideTelnetAddresses(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the hide telnet addresses flag.
setHoldCharacter(String) - Method in class com.foxsmart.csu.config.global.line.HoldCharacterComponent
Sets the hold character.
setHost(Host) - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoHost
Sets the host information.
setHost(Host) - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoNetwork
Sets the host information.
setHostname(String) - Method in class com.foxsmart.csu.config.global.HostnameComponent
Sets the router hostname.
setHostname(String) - Method in class com.foxsmart.ic.net.Hostname
Sets the hostname.
setIcmpType(IcmpTypeEnum) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the ICMP Type information.
setIdleTimeout(Integer) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
Sets the idle timeout in seconds.
setIetfFlag(boolean) - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayEncapsulationOptions
Sets the IETF flag.
setIgmpType(IgmpTypeEnum) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the IGMP Type Information.
setInAccessListNumber(Integer) - Method in class com.foxsmart.csu.config.global.line.AccessClassComponent
Sets the incoming access list number.
setIncomingBanner(String) - Method in class com.foxsmart.csu.config.global.BannerComponent
Sets the incoming terminal line banner.
setInFlowControlType(String) - Method in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
Sets the "in" flow control type.
setInputCoalesceThreshold(Integer) - Method in class com.foxsmart.csu.config.global.line.IpComponent
Set the threshold that triggers packet coalescing.
setInputPolicyMapName(String) - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
Sets the input policy map name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.AsyncInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.AtmInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.BriInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.BviInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.CbrInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.ChannelInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoInputInterface
Sets the interface name (e.g.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.DialerInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.EthernetInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.FastEthernetInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.FddiInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.FrAtmInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.GigabitEthernetInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.GroupAsyncInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.HssiInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Sets the interface name (i.e.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.LexInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.LoopbackInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.MultilinkInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.NullInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.PortChannelInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.PosInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.SerialInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.TenGigabitEthernetInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.TokenRingInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.TunnelInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.VgAnylanInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.VifInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.VirtualTemplateInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.VirtualTokenRingInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.VlanInterfaceComponent
Sets the interface name.
setInterfaceName(String) - Method in class com.foxsmart.csu.config.global.XTagAtmInterfaceComponent
Sets the interface name.
setInterfaceParts(String) - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Parses the interface name and sets the various parts of the interface name.
setInterrupted(boolean) - Method in class com.foxsmart.ic.lang.ThreadMonitor
Sets the interrupt flag.
setInterruptibleThread(InterruptibleThread) - Method in class com.foxsmart.ic.lang.ThreadMonitor
Sets the InterruptibleThread class to execute when the run method is called.
setInterval(Integer) - Method in class com.foxsmart.csu.config.global.SchedulerComponent
Sets the scheduler interval in milliseconds.
setIoMemorySize(Integer) - Method in class com.foxsmart.csu.config.global.MemorySizeComponent
Sets the I/O memory size percentage.
setIpOnBreakFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Sets the ip on break flag.
setIpProtocol(IpProtocolEnum) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the IP Protocol information.
setIsdnSpeed(Integer) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
Sets the ISDN speed in Kbps.
setLastCharacter(Integer) - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Sets the last character.
setLastLine(Integer) - Method in class com.foxsmart.csu.config.global.LineComponent
Sets the last line.
setLastResortAction(String) - Method in class com.foxsmart.csu.config.global.EnableComponent
Sets the last resort option when no TACACS servers respond.
setLength(Integer) - Method in class com.foxsmart.csu.config.global.line.LengthComponent
Sets the length (i.e.
setLevel(Integer) - Method in class com.foxsmart.csu.config.global.line.PrivilegeComponent
Sets the privilege level.
setLineNumber(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the line number flag.
setLines(List) - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Sets the lines
setLineType(String) - Method in class com.foxsmart.csu.config.global.LineComponent
Sets the line type.
setLocalTime(boolean) - Method in class com.foxsmart.csu.config.global.Timestamps
Sets the local time flag.
setLogFlag(boolean) - Method in class com.foxsmart.csu.config.global.StdIpAccessListEntry
Sets the log flag.
setLoggingInterval(Integer) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Sets the logging interval in milliseconds.
setLoginBanner(String) - Method in class com.foxsmart.csu.config.global.BannerComponent
Sets the login banner.
setLogLevel(String) - Static method in class com.foxsmart.ic.util.Logger
Sets the logging level.
setLogTimestamps(Timestamps) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the log timestamps information.
setLogType(String) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the logging type.
setLogUpdateThreshold(Integer) - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
Sets the log update threshold number of hits.
setMachineName(String) - Method in class com.foxsmart.csu.config.global.line.DispatchMachineComponent
Sets the machine name.
setMarkProbabilityDenominator(Integer) - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
Sets the mark probability denominator.
setMatchAll(boolean) - Method in class com.foxsmart.csu.config.global.ClassMapComponent
Sets the match all flag.
setMatchInfo(MatchInfo) - Method in class com.foxsmart.csu.config.global.classmap.MatchComponent
Sets the match information.
setMatchInfo(AccessListMatchInfo) - Method in class com.foxsmart.csu.config.global.StdIpAccessListEntry
Sets the access list match information.
setMaxBandwidth(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
Sets the maximum bandwidth.
setMaxBufferSize(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
Sets the max buffer size for fair queues.
setMaxBurst(Long) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the maximum burst bytes.
setMaximumSpeed(Long) - Method in class com.foxsmart.csu.config.global.line.TelnetSpeed
Sets the maximum speed.
setMaxServers(Integer) - Method in class com.foxsmart.csu.config.global.SmallServers
Sets the max servers.
setMaxSessions(Long) - Method in class com.foxsmart.csu.config.global.line.SessionLimitComponent
Sets the maximum number of sessions.
setMaxThreshold(Integer) - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
Sets the maximum threshold (number of packets).
setMaxTimeToLive(Integer) - Method in class com.foxsmart.csu.config.global.DynamicAccessListInfo
Sets the max time to live.
setMinCir(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
Sets the minimum accepted committed information rate (CIR).
setMinThreshold(Integer) - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
Sets the minimum threshold (number of packets).
setMinUdpPort(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
Sets the minimum udp port.
setMinutes(Integer) - Method in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
Sets the minutes.
setMode(InputOutputEnum) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the rate limit mode.
setMode(FrameRelayEndToEndKeepaliveModeEnum) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Sets the mode.
setModemAutoConfigure(ModemAutoConfigure) - Method in class com.foxsmart.csu.config.global.line.ModemComponent
Sets the the modem autoconfigure information.
setModemType(String) - Method in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
Sets the the modem type.
setMotdBanner(String) - Method in class com.foxsmart.csu.config.global.BannerComponent
Sets the Message of the Day banner.
setMsec(boolean) - Method in class com.foxsmart.csu.config.global.Timestamps
Sets the milliseconds flag.
setMtu(Integer) - Method in class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
Sets the IP maximum transmition unit.
setNagle(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the nagle flag.
setName(String) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupName
Sets the access group name.
setName(String) - Method in class com.foxsmart.csu.config.global.ClassMapComponent
Sets the class map name.
setName(String) - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
Sets the frame relay map class name.
setName(String) - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
Sets the map class atm name.
setName(String) - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
Sets the map class dialer name.
setName(String) - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Sets the map class frame relay name.
setName(String) - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
Sets the class name.
setName(String) - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
Sets the class map name.
setName(String) - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Sets the state machine name.
setNetmaskFormat(String) - Method in class com.foxsmart.csu.config.global.line.IpComponent
Sets the netmask format.
setNetworkInterrupts(Integer) - Method in class com.foxsmart.csu.config.global.SchedulerAllocate
Sets the network interrupt in microseconds.
setNextHopAddress(IpAddress) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets the next hop address.
setNextHopInterface(InterfaceComponent) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets the next hop interface.
setNextHopName(String) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets the name of the next hop.
setNextState(Integer) - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Sets the next state.
setNoAaaNewModel(boolean) - Method in class com.foxsmart.csu.config.global.AaaNewModelComponent
Sets whether the AAA new model should be turned on or not.
setNoHangup(boolean) - Method in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
Sets the no hangup flag.
setNoLogin(boolean) - Method in class com.foxsmart.csu.config.global.line.LoginComponent
Sets whether login is required.
setNormalBurst(Long) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the normal burst bytes.
setNumber(Integer) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupNumber
Sets the access group number.
setNumBits(Integer) - Method in class com.foxsmart.csu.config.global.line.DatabitsComponent
Sets the number of bits.
setNumBytesToCompare(Integer) - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Sets the number of bytes to compare.
setNumDynamicQueues(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
Sets the number dynamic conversation queues.
setNumPackets(Integer) - Method in class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
Sets the Queue Max Threshold for Tail Drop as a number of packets.
setNumQueues(Integer) - Method in class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
Sets the number of dynamic queues.
setNumReservableQueues(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
Sets the number reservable conversation queues.
setNvRamUpdateError(boolean) - Method in class com.foxsmart.csu.ConfigUpdateResult
Sets the NVRAM update error flag.
setOctetAddress(String) - Method in class com.foxsmart.ic.net.MacAddress
Sets the Mac Address based on an octet string representation (e.g.
setOldSlipPrompts(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the old slip prompts flag.
setOption(String) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
Sets the callback server option.
setOption(String) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
Sets the outgoing dialing plan option.
setOutAccessListNumber(Integer) - Method in class com.foxsmart.csu.config.global.line.AccessClassComponent
Sets the outgoing access list number.
setOutFlowControlType(String) - Method in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
Sets the "out" flow control type.
setOutputFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
Sets the output flag.
setOutputPolicyMapName(String) - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
Sets the output policy map name.
setPackagesStatic(List) - Static method in class com.foxsmart.csu.config.CiscoRouterConfig
Sets the packages for this component via a static convenience method.
setPackagesStatic(List) - Static method in class com.foxsmart.csu.config.global.ClassMapComponent
Sets the packages for this component via a static convenience method.
setPackagesStatic(List) - Static method in class com.foxsmart.csu.config.global.InterfaceComponent
Sets the packages for this component via a static convenience method.
setPackagesStatic(List) - Static method in class com.foxsmart.csu.config.global.LineComponent
Sets the packages for this component via a static convenience method.
setPackagesStatic(List) - Static method in class com.foxsmart.csu.config.global.MapClassAtmComponent
Sets the packages for this component via a static convenience method.
setPackagesStatic(List) - Static method in class com.foxsmart.csu.config.global.MapClassDialerComponent
Sets the packages for this component via a static convenience method.
setPackagesStatic(List) - Static method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
Sets the packages for this component via a static convenience method.
setPackagesStatic(List) - Static method in class com.foxsmart.csu.config.global.policymap.ClassComponent
Sets the packages for this component via a static convenience method.
setPackagesStatic(List) - Static method in class com.foxsmart.csu.config.global.PolicyMapComponent
Sets the packages for this component via a static convenience method.
setPacketOffset(Hexadecimal) - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
Sets the packet offset.
setPad(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the main pad flag.
setPadCmns(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the pad CMNS flag.
setPadFromXot(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the pad From XOT flag.
setPadToXot(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the pad To XOT flag.
setParentComponent(CiscoRouterConfigComponent) - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Sets the parent component for this component.
setParity(String) - Method in class com.foxsmart.csu.config.global.line.ParityComponent
Sets the parity.
setPassword(int, GlobalEncryptionPassword) - Method in class com.foxsmart.csu.config.global.EnableComponent
Sets a "password" for a specified enable level.
setPassword(String) - Method in class com.foxsmart.csu.config.global.GlobalEncryptionPassword
Sets the password.
setPassword(String) - Method in class com.foxsmart.csu.config.global.line.LineEncryptionPassword
Sets the password.
setPassword(LineEncryptionPassword) - Method in class com.foxsmart.csu.config.global.line.PasswordComponent
Sets the password.
setPasswordEncryption(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the password encryption flag.
setPasswordUsed(boolean) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Sets whether the password was used for authentication.
setPasswordUsed(boolean) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Sets whether the password was used for authentication.
setPasswordUsed(boolean) - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Sets whether the password was used for authentication.
setPasswordUsed(boolean) - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Sets whether the password was used for authentication.
setPasswordUsed(boolean) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
setPeakRate(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
Sets the peak rate (CIR + EIR).
setPermanentRouteFlag(boolean) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets whether this route is permanent.
setPlinkPath(String) - Method in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
setPort1(TcpPortEnum) - Method in class com.foxsmart.csu.config.global.AccessListTcpPortMatchInfo
Sets the TCP port 1.
setPort1(UdpPortEnum) - Method in class com.foxsmart.csu.config.global.AccessListUdpPortMatchInfo
Sets the UDP port 1.
setPort2(TcpPortEnum) - Method in class com.foxsmart.csu.config.global.AccessListTcpPortMatchInfo
Sets the TCP port 2.
setPort2(UdpPortEnum) - Method in class com.foxsmart.csu.config.global.AccessListUdpPortMatchInfo
Sets the UDP port 2.
setPortInfo(AccessListPortMatchInfo) - Method in class com.foxsmart.csu.config.global.AccessListMatchInfo
Sets the port information.
setPortOperation(String) - Method in class com.foxsmart.csu.config.global.AccessListPortMatchInfo
Sets the port operation.
setPppFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Sets the PPP (Point-to-Point Protocol) autoselection flag.
setPrecedence(PrecedenceEnum) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the precedence.
setPrecedenceParams(RandomDetectPrecedenceEnum, RandomDetectPrecedenceParams) - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
Sets the precedence parameters for a particular precedence.
setPreferredProtocol(String) - Method in class com.foxsmart.csu.config.global.line.TransportComponent
Sets the preferred protocol.
setPrependHexIdentifier(boolean) - Method in class com.foxsmart.ic.lang.Hexadecimal
Sets whether the hexadecimal identifier "0x" will be prepended to the returned value of the toString method.
setPriority(FrameRelayInterfaceQueuePriorityEnum) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueueComponent
Sets the priority.
setPriority(Integer) - Method in class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
Sets the priority bandwidth in Kbps.
setProcessWatchdog(String) - Method in class com.foxsmart.csu.config.global.SchedulerComponent
Sets the process watchdog functionality which Configures an action for a looping process.
setProfileFlag(boolean) - Method in class com.foxsmart.csu.config.global.IpRouteComponent
Sets whether the IP routing table profile is enabled or not.
setProfileName(String) - Method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationOptions
Sets the X.25 profile name.
setProgramName(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Sets the program name.
setPrompt(String) - Method in class com.foxsmart.csu.config.global.PromptComponent
Sets the router system prompt.
setPromptConfig(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the prompt config flag.
setPromptTimeoutBanner(String) - Method in class com.foxsmart.csu.config.global.BannerComponent
Sets the message for login authentication timeout banner.
setProtocol(MatchProtocolEnum) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoProtocol
Sets the protocol information.
setProtocolHandlers(List<ProtocolHandler>) - Method in class com.foxsmart.csu.CiscoRouter
Sets the list of protocol handlers to use when connecting to the router in order of preference.
setProtocolSupport(boolean, boolean, boolean, ProtocolHandler.Protocol) - Method in class com.foxsmart.csu.CiscoRouter
Sets the supported protocols for the router.
setProtocolTypeCode(Hexadecimal) - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
Sets the protocol type code.
setProtocolTypeCodeMask(Hexadecimal) - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
Sets the protocol type code mask.
setPshFlag(boolean) - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Sets the Psh flag.
setPtVtyLogging(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the pt vty logging flag.
setQosGroupId(Integer) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
Sets the QOS group Id.
setQueued(boolean) - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
Sets the queued flag.
setRateAdjustment(FrameRelayRateAdjustmentEnum) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayAdaptiveShapingComponent
Sets the rate adjustment.
setRefuseMessage(String) - Method in class com.foxsmart.csu.config.global.line.RefuseMessageComponent
Sets the refuse message.
setRefuseNegotiationsFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Sets the refuse negotiations flag.
setRemark(String) - Method in class com.foxsmart.csu.config.global.RemarkAccessListEntry
Sets the remark.
setResetScript(String) - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Sets the reset chat script name.
setResponse(String) - Method in class com.foxsmart.csu.CommandAndResponse
Sets the response.
setReturnValue(Object) - Method in class com.foxsmart.ic.lang.ThreadMonitor
Sets a return value within the interruptible thread that can be retrieved by the caller.
setRollbackError(boolean) - Method in class com.foxsmart.csu.ConfigUpdateResult
Sets the rollback error flag.
setRollbackOnConfigErrorFlag(boolean) - Method in class com.foxsmart.csu.CiscoRouter
Sets the "rollback on config error" flag.
setRoundRobin(boolean) - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
Sets the round robin flag.
SetRouterTime - Class in com.foxsmart.csu.example
The SetRouterTime program sets the router time with the user supplied parameter (i.e.
SetRouterTime() - Constructor for class com.foxsmart.csu.example.SetRouterTime
 
setRstFlag(boolean) - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Sets the Rst flag.
setRunningProcess(Integer) - Method in class com.foxsmart.csu.config.global.SchedulerAllocate
Sets the running process in microseconds.
setSeconds(Integer) - Method in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
Sets the seconds.
setSecret(int, GlobalEncryptionPassword) - Method in class com.foxsmart.csu.config.global.EnableComponent
Sets a "secret" password for a specified enable level.
setSequenceNumbers(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the sequence numbers flag.
setServiceCountersMaxAge(Integer) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the service counters max age in seconds.
setSessionTimeout(boolean) - Method in class com.foxsmart.csu.config.global.line.AutohangupComponent
Sets the session timeout.
setSeverityLevel(String) - Method in class com.foxsmart.csu.config.global.line.LoggingComponent
Sets the message severity level.
setShortHoldTimeout(Integer) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
Sets the short hold timeout.
setShowTimezone(boolean) - Method in class com.foxsmart.csu.config.global.Timestamps
Sets the show timezone flag.
setSingleSlotReloadEnable(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the single slot reload enable flag (i.e.
setSize(Integer) - Method in class com.foxsmart.csu.config.global.line.HistoryComponent
Sets the size of the history buffer (i.e.
setSize(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
Sets the frame relay fragmentation size.
setSlaveLog(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the slave log flag.
setSlipFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Sets the SLIP (Serial Line Internet Protocol) autoselection flag.
setSlipPppBanner(String) - Method in class com.foxsmart.csu.config.global.BannerComponent
Sets the SLIP/PPP message banner.
setSoftEscapeCharacter(String) - Method in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
Sets the soft escape character.
setSourceHardwareAddress(MacAddress) - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Sets the source hardware address.
setSourceHardwareAddressMask(MacAddress) - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
Sets the source hardware address mask.
setSourceMatchInfo(AccessListMatchInfo) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the source access list match information.
setSpcFlag(boolean) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
Sets the Semi-permanent connection (SPC) flag.
setSpeed(Long) - Method in class com.foxsmart.csu.config.global.line.RxspeedComponent
Sets the rx speed.
setSpeed(Long) - Method in class com.foxsmart.csu.config.global.line.SpeedComponent
Sets the speed.
setSpeed(Long) - Method in class com.foxsmart.csu.config.global.line.TxspeedComponent
Sets the tx speed.
setStartCharacter(String) - Method in class com.foxsmart.csu.config.global.line.StartCharacterComponent
Sets the start character.
setStartupScript(String) - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
Sets the startup chat script name.
setStopbits(BigDecimal) - Method in class com.foxsmart.csu.config.global.line.StopbitsComponent
Sets the stop bits.
setStopCharacter(String) - Method in class com.foxsmart.csu.config.global.line.StopCharacterComponent
Sets the stop character.
setStopUpdatesOnConfigErrorFlag(boolean) - Method in class com.foxsmart.csu.CiscoRouter
Sets the "stop updates on config error" flag.
setSubaddress(Integer) - Method in class com.foxsmart.csu.config.global.line.X25Component
Sets the subaddress to be included in outgoing PAD calls.
setSubInterfaceName(String) - Method in class com.foxsmart.csu.config.global.AtmInterfaceComponent
Sets the sub-interface name.
setSubInterfaceName(String) - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Sets the sub-interface name.
setSubInterfaceName(String) - Method in class com.foxsmart.csu.config.global.PortChannelInterfaceComponent
Sets the sub-interface name.
setSubInterfaceName(String) - Method in class com.foxsmart.csu.config.global.SerialInterfaceComponent
Sets the sub-interface name.
setSubInterfaceType(SubInterfaceTypeEnum) - Method in class com.foxsmart.csu.config.global.AtmInterfaceComponent
Sets the sub-interface type.
setSubInterfaceType(SubInterfaceTypeEnum) - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Sets the sub-interface type.
setSubInterfaceType(SubInterfaceTypeEnum) - Method in class com.foxsmart.csu.config.global.PortChannelInterfaceComponent
Sets the sub-interface type.
setSubInterfaceType(SubInterfaceTypeEnum) - Method in class com.foxsmart.csu.config.global.SerialInterfaceComponent
Sets the sub-interface type.
setSuccessEventsReceiveCount(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Sets the success events receive count.
setSuccessEventsSendCount(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Sets the success events send count.
setSuppressLineNumbers(boolean) - Method in class com.foxsmart.csu.config.global.line.AutocommandComponent
Sets the suppress line numbers flag.
setSyncOnBreakFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Sets the sync on break flag.
setSynFlag(boolean) - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Sets the Syn flag.
setTagValue(Long) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets the tag value for this route.
setTcpFlagInfo(AccessListTcpFlagInfo) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the TCP flag information.
setTcpKeepalivesIn(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the TCP keepalives in flag.
setTcpKeepalivesOut(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the TCP keepalives out flag.
setTcpSmallServers(SmallServers) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the TCP small servers information.
setTelnetSpeed(TelnetSpeed) - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Sets the telnet speed information.
setTelnetZeroIdle(boolean) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the telnet zero idle flag.
setTerminalTypeName(String) - Method in class com.foxsmart.csu.config.global.line.TerminalTypeComponent
Sets the terminal type name.
setTime(Calendar) - Method in class com.foxsmart.csu.CiscoRouter
Sets the router date and time in Coordinated Universal Time (UTC).
setTimeout(Integer) - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
Sets the wait timeout for initial autoselect byte.
setTimeout(Long) - Method in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
Sets the session disconnect warning timeout in seconds.
setTimeout(Integer) - Method in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
Sets the session timeout.
setTimeout(Integer) - Method in class com.foxsmart.csu.config.global.line.TimeoutComponent
Sets the timeout value in seconds.
setTimeout(Integer) - Method in class com.foxsmart.ic.lang.ThreadMonitor
Sets the timeout value in seconds for the thread.
setTimeoutMessage(String) - Method in class com.foxsmart.ic.lang.ThreadMonitor
Sets the timeout message.
setTimeRangeEntryName(String) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the time range entry name.
setTimerReceiveValue(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Sets the timer receive value.
setTimerSendValue(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
Sets the timer send value.
setTokenIndex(int) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Sets the current token index.
setTos(TosEnum) - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
Sets the type of service (TOS).
setTransmitImmediately(boolean) - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Sets the transmit immediately flag.
setTransparentFlag(boolean) - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
Sets the transparent flag.
setUdpPortRange(Integer) - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
Sets the udp port range.
setUdpSmallServers(SmallServers) - Method in class com.foxsmart.csu.config.global.ServiceComponent
Sets the UDP small servers information.
setUpdateNvRamConfigFlag(boolean) - Method in class com.foxsmart.csu.CiscoRouter
Sets the "update NVRAM config" flag.
setUpdateSession(String) - Method in class com.foxsmart.csu.ConfigUpdateResult
Sets the update session.
setUppercase(boolean) - Method in class com.foxsmart.ic.lang.Hexadecimal
Determines whether the toString return value will be in upper case or lower case.
setUppercase(boolean) - Method in class com.foxsmart.ic.net.MacAddress
Determines whether the toString return value will be in upper case or lower case.
setUpTime() - Method in class com.foxsmart.csu.config.global.Timestamps
Sets the timestamp to use uptime.
setUrgFlag(boolean) - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
Sets the Urg flag.
setUsage(String) - Method in class com.foxsmart.ic.util.CommandLineParams
Sets the usage statement.
setUsernameUsed(boolean) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Sets whether the username was used for authentication.
setUsernameUsed(boolean) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Sets whether the username was used for authentication.
setUsernameUsed(boolean) - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
Sets whether the username was used for authentication.
setUsernameUsed(boolean) - Method in interface com.foxsmart.ic.net.HttpProtocolHandler
Sets whether the username was used for authentication.
setUsernameUsed(boolean) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
setUseTacacs(boolean) - Method in class com.foxsmart.csu.config.global.EnableComponent
Sets whether TACACS will be used to check enable passwords.
setVacantMessage(String) - Method in class com.foxsmart.csu.config.global.line.VacantMessageComponent
Sets the vacant message.
setValidationMechanism(ValidationMechanismEnum) - Method in class com.foxsmart.csu.config.global.line.LoginComponent
Sets the validation mechanism.
setValue(Integer) - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
Sets the value for this action.
setValue0(boolean) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Sets the experimental value 0.
setValue1(boolean) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Sets the experimental value 1.
setValue1(Object) - Method in class com.foxsmart.ic.lang.Tuple
Sets the first value.
setValue2(boolean) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Sets the experimental value 2.
setValue2(Object) - Method in class com.foxsmart.ic.lang.Tuple
Sets the second value.
setValue3(boolean) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Sets the experimental value 3.
setValue4(boolean) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Sets the experimental value 4.
setValue5(boolean) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Sets the experimental value 5.
setValue6(boolean) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Sets the experimental value 6.
setValue7(boolean) - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
Sets the experimental value 7.
setVersion(String) - Method in class com.foxsmart.csu.config.global.VersionComponent
Sets the router version.
setVlanInterfaceType(VlanInterfaceTypeEnum) - Method in class com.foxsmart.csu.config.global.InterfaceComponent
Sets the Vlan Interface Type.
setVlanInterfaceType(VlanInterfaceTypeEnum) - Method in class com.foxsmart.csu.config.global.VlanInterfaceComponent
Sets the Vlan Interface Type.
setVrfName(String) - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Sets the VPN Routing/Forwarding instance name for a VPN Routing/Forwarding instance static route.
setWaitTime(Integer) - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
Sets the wait time in seconds.
setWarningMessage(String) - Method in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
Sets the warning message.
setWarningTime(Long) - Method in class com.foxsmart.csu.config.global.line.LogoutWarningComponent
Sets the warning time in seconds.
setWidth(Integer) - Method in class com.foxsmart.csu.config.global.line.WidthComponent
Sets the width.
setWidth(int) - Method in class com.foxsmart.ic.lang.Hexadecimal
Sets the forced width of the returned hexadecimal string (i.e.
setWildcard(IpAddress) - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoNetwork
Sets the wildcard address.
shellWithException() - Method in class com.foxsmart.ic.net.MindTermSshConsoleClient
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.
SHORT_HOLD - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 
SHOW_CLOCK_COMMAND - Static variable in class com.foxsmart.csu.CiscoRouter
 
SHOW_RUN_CONFIG_COMMAND - Static variable in class com.foxsmart.csu.CiscoRouter
 
SHOW_TIMEZONE - Static variable in class com.foxsmart.csu.config.global.Timestamps
 
SHOW_VERSION_COMMAND - Static variable in class com.foxsmart.csu.CiscoRouter
 
SimpleStreamReader - Class in com.foxsmart.ic.io
This class provides the ability to read the entire contents of a stream into a returned byte array.
SimpleStreamReader(URL) - Constructor for class com.foxsmart.ic.io.SimpleStreamReader
Constructs a stream reader from a URL.
SimpleStreamReader(File) - Constructor for class com.foxsmart.ic.io.SimpleStreamReader
Constructs a stream reader from a File.
SimpleStreamReader(InputStream) - Constructor for class com.foxsmart.ic.io.SimpleStreamReader
Constructs a stream reader from an Input Stream.
SINGLE_SLOT_RELOAD_ENABLE - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
size() - Method in class com.foxsmart.csu.config.Command
Returns the number of lines.
size() - Method in class com.foxsmart.csu.config.Commands
Returns the number of commands.
SIZE - Static variable in class com.foxsmart.csu.config.global.line.HistoryComponent
 
size() - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Returns the number of lines current in the list of lines.
size() - Method in class com.foxsmart.ic.lang.OrderedHashMap
Returns the number of entries in the hash map.
SLAVE_LOG - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
SLIP - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
SLIP - Static variable in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
SLIP_PPP - Static variable in class com.foxsmart.csu.config.global.BannerComponent
 
SLIP_PPP - Static variable in class com.foxsmart.csu.example.UpdateRouterBanners
 
SLIP_PPP - Static variable in class com.foxsmart.csu.example.UpdateRouterBannersNR
 
SlipEncapsulationOptions - Class in com.foxsmart.csu.config.global.interfacepkg
The SlipEncapsulationOptions class contains SLIP encapsulation options.
SlipEncapsulationOptions() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.SlipEncapsulationOptions
Constructs a SlipEncapsulationOptions object.
slotInteger - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
slotString - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
SmallServers - Class in com.foxsmart.csu.config.global
The SmallServers class represents small server configurations.
SmallServers() - Constructor for class com.foxsmart.csu.config.global.SmallServers
Constructs a SmallServers object.
SMDS - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
SmdsEncapsulationOptions - Class in com.foxsmart.csu.config.global.interfacepkg
The SmdsEncapsulationOptions class contains Switched Megabit Data Service (SMDS) encapsulation options.
SmdsEncapsulationOptions() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.SmdsEncapsulationOptions
Constructs a SmdsEncapsulationOptions object.
SMTP - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 25, Name: smtp, Short Description: Simple MailTransport Protocol.
SNAPSHOT - Static variable in class com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
Value: 8, Name: snapshot, Short Description: Snapshot routing support.
SNAPSHOT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
SNAPSHOT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationEnum
Value: 2, Name: snapshot, Short Description: Snapshot Routing Support.
SNMP - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 161, Name: snmp, Short Description: Simple Network Management Protocol.
SNMPTRAP - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 162, Name: snmptrap, Short Description: SNMP Traps.
SOFT - Static variable in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
 
SOFTWARE - Static variable in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
SOURCE_ADDRESS - Static variable in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
SOURCE_QUENCH - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 4/null, Name: source-quench, Short Description: Source quenches.
SOURCE_ROUTE_FAILED - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/5, Name: source-route-failed, Short Description: Source route failed.
SPACE - Static variable in class com.foxsmart.csu.config.global.line.ParityComponent
 
SPC - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 
SPECIAL_CHARACTER_BITS - Static variable in class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
 
SpecialCharacterBitsComponent - Class in com.foxsmart.csu.config.global.line
The special character bits class sets the size of the escape (and other special) characters.
SpecialCharacterBitsComponent() - Constructor for class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
Constructs a special character bits object.
SPEED - Static variable in class com.foxsmart.csu.config.global.line.SpeedComponent
 
SPEED - Static variable in class com.foxsmart.csu.config.global.line.TelnetComponent
 
SPEED - Static variable in class com.foxsmart.csu.config.global.line.TelnetSpeed
 
SPEED - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 
SpeedComponent - Class in com.foxsmart.csu.config.global.line
The speed class sets the transmit and receive speeds.
SpeedComponent() - Constructor for class com.foxsmart.csu.config.global.line.SpeedComponent
Constructs a speed object.
split(String, char, boolean) - Static method in class com.foxsmart.ic.util.StringUtils
Splits a string into pieces where each piece is separated by a specified character.
splitToList(String, char) - Static method in class com.foxsmart.ic.util.StringUtils
Splits a string into pieces where each piece is separated by a specified character.
SSH - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
ssh1ConsoleClient - Variable in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
 
ssh2ConsoleRemote - Variable in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
 
ssh2SimpleClient - Variable in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
 
STANDARD - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
 
STANDARD_TYPE - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
Standard Access List Type
start() - Method in class com.foxsmart.ic.lang.ThreadMonitor
Executes the InterruptibleThread code in a separate thread.
START_CHARACTER - Static variable in class com.foxsmart.csu.config.global.line.StartCharacterComponent
 
StartCharacterComponent - Class in com.foxsmart.csu.config.global.line
The start character class defines the line start character.
StartCharacterComponent() - Constructor for class com.foxsmart.csu.config.global.line.StartCharacterComponent
Constructs a start character object.
startTimer() - Static method in class com.foxsmart.ic.util.DateUtils
Starts a timer and returns a key to this timer.
STARTUP - Static variable in class com.foxsmart.csu.config.global.line.ScriptComponent
 
STATE_MACHINE - Static variable in class com.foxsmart.csu.config.global.StateMachineComponent
 
StateMachineComponent - Class in com.foxsmart.csu.config.global
The StateMachine class defines a TCP dispatch state machine.
StateMachineComponent() - Constructor for class com.foxsmart.csu.config.global.StateMachineComponent
Constructs a state machine object.
StateMachineInstance - Class in com.foxsmart.csu.config.global
The State Machine Instance class represents one individual state machine that can be added to a list of state machines.
StateMachineInstance() - Constructor for class com.foxsmart.csu.config.global.StateMachineInstance
Constructs a state machine instance object.
staticValidIoMemorySizes - Static variable in class com.foxsmart.csu.config.global.MemorySizeComponent
The list of valid I/O memory size percentages.
StdIpAccessListEntry - Class in com.foxsmart.csu.config.global
The StdIpAccessListEntry object contains information used for all standard access lists.
StdIpAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.StdIpAccessListEntry
Constructs a standard IP access list entry object.
StdIpNameAccessListEntry - Class in com.foxsmart.csu.config.global
The StdIpNameAccessListEntry represents a standard IP access list associated with a name.
StdIpNameAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.StdIpNameAccessListEntry
Constructs a Standard IP name access list entry object.
StdIpNumberAccessListEntry - Class in com.foxsmart.csu.config.global
The StdIpNumberAccessListEntry is used for access lists numbers: 1-99 and 1300-1999.
StdIpNumberAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
Constructs a Standard IP number access list entry object.
StdMacAddressNumberAccessListEntry - Class in com.foxsmart.csu.config.global
The StdMacAddressNumberAccessListEntry is used for access lists numbers: 700-799.
StdMacAddressNumberAccessListEntry() - Constructor for class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
Constructs a Standard Mac address number access list entry object.
STOP_CHARACTER - Static variable in class com.foxsmart.csu.config.global.line.StopCharacterComponent
 
STOPBITS - Static variable in class com.foxsmart.csu.config.global.line.StopbitsComponent
 
StopbitsComponent - Class in com.foxsmart.csu.config.global.line
The stop bits class sets async line stop bits.
StopbitsComponent() - Constructor for class com.foxsmart.csu.config.global.line.StopbitsComponent
Constructs a stop bits object.
StopCharacterComponent - Class in com.foxsmart.csu.config.global.line
The stop character class defines the line stop character.
StopCharacterComponent() - Constructor for class com.foxsmart.csu.config.global.line.StopCharacterComponent
Constructs a stop character object.
stopTimer(String) - Static method in class com.foxsmart.ic.util.DateUtils
Stops a previously started timer.
StreamReader - Class in com.foxsmart.ic.io
This class provides the ability to read a stream of bytes from a specified source (e.g.
StreamReader(URL) - Constructor for class com.foxsmart.ic.io.StreamReader
Constructs a stream reader from a URL.
StreamReader(File) - Constructor for class com.foxsmart.ic.io.StreamReader
Constructs a stream reader from a File.
StreamReader(DataInputStream, int) - Constructor for class com.foxsmart.ic.io.StreamReader
Constructs a stream reader from a Data Input Stream.
StreamWriter - Class in com.foxsmart.ic.io
This class provides the ability to write a stream of bytes to a specified destination (e.g.
StreamWriter(File) - Constructor for class com.foxsmart.ic.io.StreamWriter
Constructs a stream writer to a file.
StringUtils - Class in com.foxsmart.ic.util
This class provides various utilities via static methods.
StringUtils() - Constructor for class com.foxsmart.ic.util.StringUtils
 
SUBADDRESS - Static variable in class com.foxsmart.csu.config.global.line.X25Component
 
subInterface - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
subInterfaceName - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
subInterfaceType - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
SubInterfaceTypeEnum - Class in com.foxsmart.csu.config.global
The SubInterfaceTypeEnum class represents a sub-interface type for interfaces that contain sub-interfaces.
SubInterfaceTypeEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.SubInterfaceTypeEnum
 
SubInterfaceTypeEnum(String) - Constructor for class com.foxsmart.csu.config.global.SubInterfaceTypeEnum
 
SubInterfaceTypeEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.SubInterfaceTypeEnum
 
SUCCEED - Static variable in class com.foxsmart.csu.config.global.EnableComponent
 
SUCCESS_EVENTS - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
SUNRPC - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 111, Name: sunrpc, Short Description: Sun Remote Procedure Call.
SUNRPC - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 111, Name: sunrpc, Short Description: Sun Remote Procedure Call.
SYN - Static variable in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
 
SYNC_ON_BREAK - Static variable in class com.foxsmart.csu.config.global.line.TelnetComponent
 
SYNCHRONOUS - Static variable in class com.foxsmart.csu.config.global.line.LoggingComponent
 
SYSLOG - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 514, Name: syslog, Short Description: System Logger.
SYSLOG - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 514, Name: syslog, Short Description: System Logger.
SystemUtils - Class in com.foxsmart.ic.util
This class provides various system utilities via static methods.
SystemUtils() - Constructor for class com.foxsmart.ic.util.SystemUtils
 

T

TACACS - Static variable in class com.foxsmart.csu.config.global.line.LoginComponent
 
TACACS - Static variable in class com.foxsmart.csu.config.global.line.ValidationMechanismEnum
Value: 1, Name: tacacs, Short Description: tacacs validation.
TACACS - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 49, Name: tacacs, Short Description: TAC Access Control System.
TACACS - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 49, Name: tacacs, Short Description: TAC Access Control System.
TAG - Static variable in class com.foxsmart.csu.config.global.IpRouteEntry
 
TALK - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 517, Name: talk, Short Description: Talk.
TALK - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 517, Name: , Short Description: .
TCP - Static variable in class com.foxsmart.csu.config.global.line.IpComponent
 
TCP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 6, Name: tcp, Short Description: Transmission Control Protocol.
TCP_KEEPALIVES_IN - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
TCP_KEEPALIVES_OUT - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
TCP_SMALL_SERVERS - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
TcpPortEnum - Class in com.foxsmart.csu.config
The TcpPortEnum class represents a TCP port on the router.
TcpPortEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.TcpPortEnum
 
TcpPortEnum(String) - Constructor for class com.foxsmart.csu.config.TcpPortEnum
 
TcpPortEnum(Integer) - Constructor for class com.foxsmart.csu.config.TcpPortEnum
 
TELNET - Static variable in class com.foxsmart.csu.config.global.line.TelnetComponent
 
TELNET - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
TELNET - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 23, Name: telnet, Short Description: Telnet.
TELNET_ZEROIDLE - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
telnetClient - Variable in class com.foxsmart.ic.net.CommonsTelnetProtocolHandler
The telnet client that will perform the work.
TelnetComponent - Class in com.foxsmart.csu.config.global.line
The Telnet class represents the telnet protocol-specific configuration.
TelnetComponent() - Constructor for class com.foxsmart.csu.config.global.line.TelnetComponent
Constructs a telnet object.
TelnetSpeed - Class in com.foxsmart.csu.config.global.line
The TelnetSpeed class contains the telnet speed information.
TelnetSpeed() - Constructor for class com.foxsmart.csu.config.global.line.TelnetSpeed
Constructs a modem speed object.
TenGigabitEthernetInterfaceComponent - Class in com.foxsmart.csu.config.global
The TenGigabitEthernet interface class represents a specific type of interface on the router.
TenGigabitEthernetInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.TenGigabitEthernetInterfaceComponent
Constructs a specific interface component.
TERMINAL_TYPE - Static variable in class com.foxsmart.csu.config.global.line.TerminalTypeComponent
 
TerminalTypeComponent - Class in com.foxsmart.csu.config.global.line
The TerminalType class sets the terminal type for a line.
TerminalTypeComponent() - Constructor for class com.foxsmart.csu.config.global.line.TerminalTypeComponent
Constructs a Terminal Type object.
TERMINATE - Static variable in class com.foxsmart.csu.config.global.SchedulerComponent
 
TFTP - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 69, Name: talk, Short Description: Trivial File Transfer Protocol.
ThreadErrorException - Exception in com.foxsmart.ic.lang
This exception is thrown when a thread times out.
ThreadErrorException(Exception) - Constructor for exception com.foxsmart.ic.lang.ThreadErrorException
Constructs a new thread timeout exception with no message.
ThreadErrorException(Exception, String) - Constructor for exception com.foxsmart.ic.lang.ThreadErrorException
Constructs a new thread timeout exception.
ThreadMonitor - Class in com.foxsmart.ic.lang
This class executes code in a separate thread and optionally times out if the thread takes too long to complete.
ThreadMonitor(InterruptibleThread, Integer) - Constructor for class com.foxsmart.ic.lang.ThreadMonitor
Constructs a new thread monitor with a monitorable thread object.
ThreadTimeoutException - Exception in com.foxsmart.ic.lang
This exception is thrown when a thread times out.
ThreadTimeoutException() - Constructor for exception com.foxsmart.ic.lang.ThreadTimeoutException
Constructs a new thread timeout exception with no message.
ThreadTimeoutException(String) - Constructor for exception com.foxsmart.ic.lang.ThreadTimeoutException
Constructs a new thread timeout exception.
THREE_DES_CIPHER - Static variable in class com.foxsmart.ic.net.MindTermSshProtocolHandlerImpl
Constant for the 3DES Cipher.
THRESHOLD - Static variable in class com.foxsmart.csu.config.global.IpAccessListComponent
 
TIME - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 37, Name: time, Short Description: Time.
TIME - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 37, Name: time, Short Description: Time.
TIME_EXCEEDED - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 11/null, Name: time-exceeded, Short Description: All time exceededs.
TIME_FORMAT_MMM_D_YYYY_H_MM_A - Static variable in class com.foxsmart.ic.util.DateUtils
The time format of "MMM d, yyyy h:mm a"
TIME_RANGE - Static variable in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
 
TIMEOUT - Static variable in class com.foxsmart.csu.config.global.DynamicAccessListInfo
 
TIMEOUT - Static variable in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
TIMEOUT - Static variable in class com.foxsmart.csu.config.global.line.TimeoutComponent
 
TimeoutComponent - Class in com.foxsmart.csu.config.global.line
The timeout command sets the timeouts for the line.
TimeoutComponent() - Constructor for class com.foxsmart.csu.config.global.line.TimeoutComponent
Constructs a timeout object.
TIMER - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
TIMESTAMP_REPLY - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 14/null, Name: timestamp-reply, Short Description: Timestamp replies.
TIMESTAMP_REQUEST - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 13/null, Name: timestamp-request, Short Description: Timestamp requests.
TIMESTAMPS - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
Timestamps - Class in com.foxsmart.csu.config.global
The Timestamps class represents timestamp configurations.
Timestamps() - Constructor for class com.foxsmart.csu.config.global.Timestamps
Constructs a Timestamps object.
TO_XOT - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
toArray() - Method in class com.foxsmart.csu.config.MultiLineConfigComponent
Returns an array of the lines.
toDoubleOctetString() - Method in class com.foxsmart.ic.net.MacAddress
Returns a string representation of this Mac Address.
TOKEN_RING - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 5, Name: TokenRing, Short Description: Token Ring, Format: slot/port-adapter/port.
tokenIndex - Variable in class com.foxsmart.csu.config.CiscoRouterConfigParser
 
TokenRingInterfaceComponent - Class in com.foxsmart.csu.config.global
The Token Ring interface class represents a specific type of interface on the router.
TokenRingInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.TokenRingInterfaceComponent
Constructs a specific interface component.
tokensLeft(List) - Method in class com.foxsmart.csu.config.CiscoRouterConfigParser
Returns the number of tokens left to read.
toOctetString() - Method in class com.foxsmart.ic.net.MacAddress
Returns a string representation of this Mac Address.
TOS - Static variable in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
 
TosEnum - Class in com.foxsmart.csu.config
The TosEnum class represents the router type of service for pattern matching.
TosEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.TosEnum
 
TosEnum(String) - Constructor for class com.foxsmart.csu.config.TosEnum
 
TosEnum(Integer) - Constructor for class com.foxsmart.csu.config.TosEnum
 
toString() - Method in class com.foxsmart.csu.CommandAndResponse
Returns a formatted string representation of this object.
toString() - Method in class com.foxsmart.csu.config.Command
Returns a string representation of this command.
toString() - Method in class com.foxsmart.csu.config.Commands
Generates the configlet representation for the commands.
toString() - Method in class com.foxsmart.csu.config.IcmpTypeEnum
Generates a string representation of this object.
toString() - Method in class com.foxsmart.csu.ConfigUpdateResult
Returns a formatted representation of the various elements in this class.
toString() - Method in class com.foxsmart.ic.lang.Enum
Generates a string representation of this object.
toString(EnumEntry) - Method in class com.foxsmart.ic.lang.Enum
Generates a string representation of this object.
toString() - Method in class com.foxsmart.ic.lang.EnumEntry
Generates a string representation of this object.
toString() - Method in class com.foxsmart.ic.lang.Hexadecimal
Displays the string representation of this value in hexadecimal.
toString() - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
 
toString() - Method in class com.foxsmart.ic.net.DefaultHttpProtocolHandler
 
toString() - Method in class com.foxsmart.ic.net.Hostname
Returns the string representation of the hostname.
toString() - Method in class com.foxsmart.ic.net.IpAddress
Returns the string representation of the IP Address.
toString() - Method in class com.foxsmart.ic.net.MacAddress
Returns a string representation of this Mac Address.
toString() - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
toString(Properties) - Static method in class com.foxsmart.ic.util.StringUtils
Gets a string representation of the passed in properties.
toString() - Method in class com.foxsmart.ic.util.Version
Returns the string representation of the version in the form of "A.B.C.D Suffix".
TRACE - Static variable in class com.foxsmart.csu.config.IgmpTypeEnum
Value: 5, Name: trace, Short Description: Multicast trace.
TRACEROUTE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 30/null, Name: traceroute, Short Description: Traceroute.
TRAFFIC_RATE - Static variable in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
 
TRANSMIT - Static variable in class com.foxsmart.csu.config.global.interfacepkg.RateLimitTransmitAction
 
TRANSMIT - Static variable in class com.foxsmart.csu.config.global.StateMachineInstance
 
TRANSPARENT - Static variable in class com.foxsmart.csu.config.global.line.TelnetComponent
 
TRANSPORT - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
TransportComponent - Class in com.foxsmart.csu.config.global.line
The Transport class defines transport protocols for the line.
TransportComponent() - Constructor for class com.foxsmart.csu.config.global.line.TransportComponent
Constructs a scheduler object.
TRBRF - Static variable in class com.foxsmart.csu.config.global.VlanInterfaceTypeEnum
Value: 0, Name: trbrf, Short Description: Token Ring Bridge Relay Function.
trimLeadingAndTrailing(String, char) - Static method in class com.foxsmart.ic.util.StringUtils
Removes all leading and trailing characters from the passed in string that match cChar.
TTL_EXCEEDED - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 11/0, Name: ttl-exceeded, Short Description: TTL exceeded.
TTY - Static variable in class com.foxsmart.csu.config.global.LineComponent
 
TUNNEL - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 12, Name: Tunnel, Short Description: Tunnel, Format: slot/port-adapter/port.
TunnelInterfaceComponent - Class in com.foxsmart.csu.config.global
The Tunnel interface class represents a specific type of interface on the router.
TunnelInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.TunnelInterfaceComponent
Constructs a specific interface component.
Tuple - Class in com.foxsmart.ic.lang
This class represents a tuple (i.e.
Tuple() - Constructor for class com.foxsmart.ic.lang.Tuple
Constructs a tuple object.
Tuple(Object, Object) - Constructor for class com.foxsmart.ic.lang.Tuple
Constructs a tuple object while specifying both values.
TWO_STOPBITS - Static variable in class com.foxsmart.csu.config.global.line.StopbitsComponent
Two stop bits.
TXSPEED - Static variable in class com.foxsmart.csu.config.global.line.TxspeedComponent
 
TxspeedComponent - Class in com.foxsmart.csu.config.global.line
The tx speed class sets the transmit speed.
TxspeedComponent() - Constructor for class com.foxsmart.csu.config.global.line.TxspeedComponent
Constructs a tx speed object.
TYPE - Static variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
TYPE - Static variable in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
 

U

UDP - Static variable in class com.foxsmart.csu.config.IpProtocolEnum
Value: 17, Name: udp, Short Description: User Datagram Protocol.
UDP_SMALL_SERVERS - Static variable in class com.foxsmart.csu.config.global.ServiceComponent
 
UdpPortEnum - Class in com.foxsmart.csu.config
The UdpPortEnum class represents a UDP port on the router.
UdpPortEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.UdpPortEnum
 
UdpPortEnum(String) - Constructor for class com.foxsmart.csu.config.UdpPortEnum
 
UdpPortEnum(Integer) - Constructor for class com.foxsmart.csu.config.UdpPortEnum
 
UDPTN - Static variable in class com.foxsmart.csu.config.global.line.TransportComponent
 
UnknownComponent - Class in com.foxsmart.csu.config
The UnknownComponent class represents a part of the router configuration which is not understood.
UnknownComponent() - Constructor for class com.foxsmart.csu.config.UnknownComponent
Constructs an unknown component object.
UNREACHABLE - Static variable in class com.foxsmart.csu.config.IcmpTypeEnum
Value: 3/null, Name: unreachable, Short Description: All unreachables.
UNRECOGNIZED_COMMAND - Static variable in class com.foxsmart.csu.CiscoRouter
 
UnrecognizedCommandException - Exception in com.foxsmart.csu
This exception is thrown when a command is issued to the router and the router does not recognize the command.
UnrecognizedCommandException() - Constructor for exception com.foxsmart.csu.UnrecognizedCommandException
Constructs a new unrecognized command exception with no message.
UnrecognizedCommandException(String) - Constructor for exception com.foxsmart.csu.UnrecognizedCommandException
Constructs a new unrecognized command exception.
unsupportedProtocolHandler() - Method in class com.foxsmart.csu.CiscoRouter
Throws a runtime exception indicating that the active protocol handler does not support the requested operation.
update(File) - Method in class com.foxsmart.ic.io.CRC32File
Updates the checksum based on the passed in File.
update(String) - Method in class com.foxsmart.ic.io.CRC32File
Updates the checksum based on the passed in Filename.
UpdateRouterBanners - Class in com.foxsmart.csu.example
The UpdateRouterBanners program updates the various router banners (i.e.
UpdateRouterBanners() - Constructor for class com.foxsmart.csu.example.UpdateRouterBanners
 
UpdateRouterBannersNR - Class in com.foxsmart.csu.example
The UpdateRouterBanners program updates the various router banners (i.e.
UpdateRouterBannersNR() - Constructor for class com.foxsmart.csu.example.UpdateRouterBannersNR
 
updateSignature(Signature, List<String>) - Static method in class com.foxsmart.ic.util.SecurityUtils
Updates a signature with a list of values.
UpdateStaticRoute - Class in com.foxsmart.csu.example
The UpdateStaticRoute program add/updates/deletes a static route (i.e.
UpdateStaticRoute() - Constructor for class com.foxsmart.csu.example.UpdateStaticRoute
 
UpdateStaticRouteNR - Class in com.foxsmart.csu.example
The UpdateStaticRouteNR program add/updates/deletes a static route (i.e.
UpdateStaticRouteNR() - Constructor for class com.foxsmart.csu.example.UpdateStaticRouteNR
 
UPTIME - Static variable in class com.foxsmart.csu.config.global.Timestamps
 
URG - Static variable in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
 
USE_TACACS - Static variable in class com.foxsmart.csu.config.global.EnableComponent
 
USERNAME - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
 
USERNAME_PROMPT - Static variable in class com.foxsmart.csu.CiscoRouter
 
USERNAME_PROMPT - Static variable in interface com.foxsmart.ic.net.CliProtocolHandler
A username prompt.
UUCP - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 540, Name: uucp, Short Description: Unix-to-Unix Copy Program.

V

VACANT_MESSAGE - Static variable in class com.foxsmart.csu.config.global.line.VacantMessageComponent
 
VacantMessageComponent - Class in com.foxsmart.csu.config.global.line
The VacantMessage class defines a vacant banner.
VacantMessageComponent() - Constructor for class com.foxsmart.csu.config.global.line.VacantMessageComponent
Constructs a VacantMessage object.
validate() - Method in class com.foxsmart.csu.config.CiscoRouterConfig
 
validate() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Validates this object to ensure it contains a valid IOS configuration.
validate() - Method in class com.foxsmart.csu.config.CommentComponent
A comment is always valid.
validate() - Method in class com.foxsmart.csu.config.global.AaaNewModelComponent
 
validate() - Method in class com.foxsmart.csu.config.global.AccessListComponent
 
validate() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfo
See comments in CiscoRouterConfigComponent.
validate() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoAny
See comments in CiscoRouterConfigComponent.
validate() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoHost
See comments in CiscoRouterConfigComponent.
validate() - Method in class com.foxsmart.csu.config.global.AccessListMatchInfoNetwork
See comments in CiscoRouterConfigComponent.
validate() - Method in class com.foxsmart.csu.config.global.AccessListPortMatchInfo
 
validate() - Method in class com.foxsmart.csu.config.global.AccessListTcpFlagInfo
See comments in CiscoRouterConfigComponent.
validate() - Method in class com.foxsmart.csu.config.global.AccessListTcpPortMatchInfo
 
validate() - Method in class com.foxsmart.csu.config.global.AccessListUdpPortMatchInfo
 
validate() - Method in class com.foxsmart.csu.config.global.BannerComponent
 
validate() - Method in class com.foxsmart.csu.config.global.classmap.DescriptionComponent
 
validate() - Method in class com.foxsmart.csu.config.global.classmap.MatchComponent
 
validate() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfo
Validates this component.
validate() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupName
 
validate() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoAccessGroupNumber
 
validate() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoInputInterface
 
validate() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoMpls
 
validate() - Method in class com.foxsmart.csu.config.global.classmap.MatchInfoProtocol
 
validate() - Method in class com.foxsmart.csu.config.global.ClassMapComponent
 
validate() - Method in class com.foxsmart.csu.config.global.DynamicAccessListInfo
 
validate() - Method in class com.foxsmart.csu.config.global.EnableComponent
 
validate() - Method in class com.foxsmart.csu.config.global.EndComponent
 
validate() - Method in class com.foxsmart.csu.config.global.ExtendedMacAddressCompareInfo
 
validate() - Method in class com.foxsmart.csu.config.global.ExtIpAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.ExtIpNameAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.ExtIpNumberAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.HostnameComponent
 
validate() - Method in class com.foxsmart.csu.config.global.InterfaceComponent
 
validate() - Method in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
validate() - Method in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationOptions
Validates that this object is valid.
validate() - Method in class com.foxsmart.csu.config.global.interfacepkg.FrameRelayClassComponent
 
validate() - Method in class com.foxsmart.csu.config.global.interfacepkg.IpMtuComponent
 
validate() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitAction
 
validate() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitComponent
 
validate() - Method in class com.foxsmart.csu.config.global.interfacepkg.RateLimitEntry
 
validate() - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
 
validate() - Method in class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationOptions
Validates that this object is valid.
validate() - Method in class com.foxsmart.csu.config.global.IpAccessListComponent
 
validate() - Method in class com.foxsmart.csu.config.global.IpRouteComponent
 
validate() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
 
validate() - Method in class com.foxsmart.csu.config.global.line.AbsoluteTimeoutComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.AccessClassComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.ActivationCharacterComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.AutobaudComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.AutocommandComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.AutocommandOptionsComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.AutohangupComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.AutoselectComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.DatabitsComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.DataCharacterBitsComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.DisconnectCharacterComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.DispatchCharacterComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.DispatchMachineComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.DispatchTimeoutComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.DomainLookupComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.EditingComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.EscapeCharacterComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.ExecBannerComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.ExecCharacterBitsComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.ExecComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.ExecTimeoutComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.FlowcontrolComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.FlushAtActivationComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.FullHelpComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.HistoryComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.HoldCharacterComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.InsecureComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.InternationalComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.IpComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.LengthComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.LocationComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.LockableComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.LoggingComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.LoginComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.LogoutWarningComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.ModemAutoConfigure
Validates that this "component" is valid.
validate() - Method in class com.foxsmart.csu.config.global.line.ModemComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.MonitorComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.MotdBannerComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.NotifyComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.PaddingComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.ParityComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.PasswordComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.PrivateComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.PrivilegeComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.RefuseMessageComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.RotaryComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.RxspeedComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.ScriptComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.SessionDisconnectWarningComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.SessionLimitComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.SessionTimeoutComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.SpecialCharacterBitsComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.SpeedComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.StartCharacterComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.StopbitsComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.StopCharacterComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.TelnetComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.TelnetSpeed
Ensure this "component" is valid.
validate() - Method in class com.foxsmart.csu.config.global.line.TerminalTypeComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.TimeoutComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.TransportComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.TxspeedComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.VacantMessageComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.WidthComponent
 
validate() - Method in class com.foxsmart.csu.config.global.line.X25Component
 
validate() - Method in class com.foxsmart.csu.config.global.LineComponent
 
validate(boolean) - Method in class com.foxsmart.csu.config.global.LineComponent
Validates this component.
validate() - Method in class com.foxsmart.csu.config.global.MapClassAtmComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerCallbackServerComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerEnableTimeoutComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerFastIdleComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIdleTimeoutComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerOutgoingComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerVoiceCallComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
 
validate() - Method in class com.foxsmart.csu.config.global.MapClassDialerComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayAdaptiveShapingComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBcComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayBeComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayCirComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayEndToEndKeepaliveComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFairQueueComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFecnAdaptComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayFragmentComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayInterfaceQueueComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayIpRtpComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayMincirComponent
 
validate() - Method in class com.foxsmart.csu.config.global.mapclassframerelay.FrameRelayTrafficRateComponent
 
validate() - Method in class com.foxsmart.csu.config.global.MapClassFrameRelayComponent
 
validate() - Method in class com.foxsmart.csu.config.global.MemorySizeComponent
 
validate() - Method in interface com.foxsmart.csu.config.global.NameAccessListEntry
 
validate() - Method in interface com.foxsmart.csu.config.global.NumberAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.policymap.ClassComponent
 
validate() - Method in interface com.foxsmart.csu.config.global.policymap.classmap.Bandwidth
 
validate() - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthComponent
 
validate() - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthPercentage
 
validate() - Method in class com.foxsmart.csu.config.global.policymap.classmap.BandwidthValue
 
validate() - Method in class com.foxsmart.csu.config.global.policymap.classmap.FairQueueComponent
 
validate() - Method in class com.foxsmart.csu.config.global.policymap.classmap.PriorityComponent
 
validate() - Method in class com.foxsmart.csu.config.global.policymap.classmap.QueueLimitComponent
 
validate() - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectComponent
 
validate() - Method in class com.foxsmart.csu.config.global.policymap.classmap.RandomDetectPrecedenceParams
Validates that this "component" is valid.
validate() - Method in class com.foxsmart.csu.config.global.PolicyMapComponent
 
validate() - Method in class com.foxsmart.csu.config.global.PromptComponent
 
validate() - Method in class com.foxsmart.csu.config.global.ProtocolNumberAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.RemarkAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.RemarkNameAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.RemarkNumberAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.SchedulerAllocate
 
validate() - Method in class com.foxsmart.csu.config.global.SchedulerComponent
 
validate() - Method in class com.foxsmart.csu.config.global.ServiceComponent
 
validate() - Method in class com.foxsmart.csu.config.global.SmallServers
Validates that the SmallServers object is valid.
validate() - Method in class com.foxsmart.csu.config.global.StateMachineComponent
 
validate() - Method in class com.foxsmart.csu.config.global.StateMachineInstance
Validates this component.
validate() - Method in class com.foxsmart.csu.config.global.StdIpAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.StdIpNameAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.StdIpNumberAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
 
validate() - Method in class com.foxsmart.csu.config.global.VersionComponent
 
validate() - Method in class com.foxsmart.csu.config.UnknownComponent
An unknown component is always valid.
validateAccessListName(String) - Method in class com.foxsmart.csu.config.global.AccessListEntry
Validates the access list name.
validateAccessListNumber(Integer, List) - Method in class com.foxsmart.csu.config.global.AccessListEntry
Validates the access list number.
validateChildren() - Method in class com.foxsmart.csu.config.CiscoRouterConfigComponent
Validates all the children of this component.
validateDestination() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Validates that a destination has been set.
validateFilterType() - Method in class com.foxsmart.csu.config.global.AccessListEntry
Validates the filter type.
validateNextHopSet() - Method in class com.foxsmart.csu.config.global.IpRouteEntry
Validates that a next hop has been set.
validateNumber(Number, Number, Number) - Static method in class com.foxsmart.ic.util.NumberUtils
Validates that a number if between a specified range, inclusive.
validateNumber(String, Number, Number) - Static method in class com.foxsmart.ic.util.NumberUtils
Validates that a number (specified as a string) is between a specified range, inclusive.
validateParam(Integer) - Method in class com.foxsmart.csu.config.IcmpTypeEnum
Validates that a parameter is within range.
validatePolicyMapName(String) - Method in class com.foxsmart.csu.config.global.interfacepkg.ServicePolicyComponent
Verifies that a policy map with the specified name is configured on the router if the specified name is not empty.
ValidationMechanismEnum - Class in com.foxsmart.csu.config.global.line
The ValidationMechanismEnum class represents the different methods of login validation.
ValidationMechanismEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.line.ValidationMechanismEnum
 
ValidationMechanismEnum(String) - Constructor for class com.foxsmart.csu.config.global.line.ValidationMechanismEnum
 
ValidationMechanismEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.line.ValidationMechanismEnum
 
validEnableLevel(String) - Static method in class com.foxsmart.csu.config.global.EnableComponent
Determines whether the passed in enable level is valid or not.
value - Variable in class com.foxsmart.ic.lang.Enum
 
valueOf(String) - Static method in enum com.foxsmart.ic.net.ProtocolHandler.Protocol
Returns the enum constant of this type with the specified name.
values() - Method in class com.foxsmart.ic.lang.OrderedHashMap
Returns an ordered collection of the values contained in this map.
values() - Static method in enum com.foxsmart.ic.net.ProtocolHandler.Protocol
Returns an array containing the constants of this enum type, in the order they're declared.
verifyKnownHosts(RSAPublicKey) - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Verify the fingerprint of the remote host.
VerifyLicenseForHostname - Class in com.foxsmart.csu.example
The VerifyLicenseForHostname program verifies a Cisco Smart Update license by creating a CiscoRouter object for a specific hostname.
VerifyLicenseForHostname() - Constructor for class com.foxsmart.csu.example.VerifyLicenseForHostname
 
VerifyRouterAuthentication - Class in com.foxsmart.csu.example
The VerifyRouterAuthentication program verifies that a router can be logged into and the access that is obtained.
VerifyRouterAuthentication() - Constructor for class com.foxsmart.csu.example.VerifyRouterAuthentication
 
VerifyRouterConfigs - Class in com.foxsmart.csu.example
The VerifyRouterConfigs program reads router configurations from a list of files and/or directories and verifies that the configurations can be parsed successfully.
VerifyRouterConfigs() - Constructor for class com.foxsmart.csu.example.VerifyRouterConfigs
 
VERSION - Static variable in class com.foxsmart.csu.config.global.VersionComponent
 
Version - Class in com.foxsmart.ic.util
The Version class represents any version of something (e.g.
Version(Integer, Integer, Integer, Integer, String) - Constructor for class com.foxsmart.ic.util.Version
Constructs a version based on the individual pieces.
Version(String) - Constructor for class com.foxsmart.ic.util.Version
Constructs a version object based on a string representation of one.
VersionComponent - Class in com.foxsmart.csu.config.global
The version class represents the router version.
VersionComponent() - Constructor for class com.foxsmart.csu.config.global.VersionComponent
Constructs a version object.
VG_ANYLAN - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 23, Name: VG-Anylan, Short Description: 100VG-AnyLAN Port Adapter, Format: slot/port-adapter/port.
VgAnylanInterfaceComponent - Class in com.foxsmart.csu.config.global
The 100VG-AnyLAN Port Adapter interface class represents a specific type of interface on the router.
VgAnylanInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.VgAnylanInterfaceComponent
Constructs a specific interface component.
VIF - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 13, Name: Vif, Short Description: PGM Multicast Host, Format: port.
VifInterfaceComponent - Class in com.foxsmart.csu.config.global
The PGM Multicast Host interface class represents a specific type of interface on the router.
VifInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.VifInterfaceComponent
Constructs a specific interface component.
VIRTUAL_TEMPLATE - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 14, Name: Virtual-Template, Short Description: Virtual Template, Format: port.
VIRTUAL_TOKEN_RING - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 15, Name: Virtual-TokenRing, Short Description: Virtual TokenRing, Format: port.
VirtualTemplateInterfaceComponent - Class in com.foxsmart.csu.config.global
The Virtual Template interface class represents a specific type of interface on the router.
VirtualTemplateInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.VirtualTemplateInterfaceComponent
Constructs a specific interface component.
VirtualTokenRingInterfaceComponent - Class in com.foxsmart.csu.config.global
The Virtual Token Ring interface class represents a specific type of interface on the router.
VirtualTokenRingInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.VirtualTokenRingInterfaceComponent
Constructs a specific interface component.
VLAN - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 16, Name: Vlan, Short Description: Catalyst Vlans, Format: port type [trbrf | ethernet] (e.g.
VlanInterfaceComponent - Class in com.foxsmart.csu.config.global
The Catalyst Vlans interface class represents a specific type of interface on the router.
VlanInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.VlanInterfaceComponent
Constructs a specific interface component.
vlanInterfaceType - Variable in class com.foxsmart.csu.config.global.InterfaceComponent
 
VlanInterfaceTypeEnum - Class in com.foxsmart.csu.config.global
The VlanInterfaceTypeEnum class represents a type of Vlan interface.
VlanInterfaceTypeEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.VlanInterfaceTypeEnum
 
VlanInterfaceTypeEnum(String) - Constructor for class com.foxsmart.csu.config.global.VlanInterfaceTypeEnum
 
VlanInterfaceTypeEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.VlanInterfaceTypeEnum
 
VOICE_CALL - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerVoiceCallComponent
 
VRF - Static variable in class com.foxsmart.csu.config.global.IpRouteEntry
 
VTY - Static variable in class com.foxsmart.csu.config.global.LineComponent
 

W

WAIT_FOR_CARRIER_TIME - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerWaitForCarrierTimeComponent
 
wantPTY() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Return true if we need a PTY on the server.
wantX11Forward() - Method in class com.foxsmart.ic.net.MindTermSshAuthenticator
Return true if X11 forwarding is desired.
warningMessages - Static variable in class com.foxsmart.csu.CiscoRouter
 
WHO - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 513, Name: who, Short Description: Who service (rwho).
WHOIS - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 43, Name: whois, Short Description: Nicname.
WIDTH - Static variable in class com.foxsmart.csu.config.global.line.WidthComponent
 
WidthComponent - Class in com.foxsmart.csu.config.global.line
The width class sets the width of the display terminal.
WidthComponent() - Constructor for class com.foxsmart.csu.config.global.line.WidthComponent
Constructs a width object.
WINDOWS_EXE_EXTENSION - Static variable in class com.foxsmart.ic.net.PlinkSshProtocolHandler
 
write(byte[]) - Method in class com.foxsmart.ic.io.StreamWriter
Write all bytes in a byte array to the output stream.
write(byte[], int, int) - Method in class com.foxsmart.ic.io.StreamWriter
Write a specified number of bytes in a byte array to the output stream.
write(String) - Method in class com.foxsmart.ic.net.AbstractCliProtocolHandler
Writes the specified string to the telnet device.
write(String) - Method in interface com.foxsmart.ic.net.CliProtocolHandler
Writes the specified string to the device.
write(String) - Method in class com.foxsmart.ic.net.MindTermSshProtocolHandler
 
WRITE_MEMORY - Static variable in class com.foxsmart.csu.CiscoRouter
 
writeConfiglet(String) - Method in class com.foxsmart.csu.CiscoRouter
Writes the specified configlet commands to the router.
writeConfiglet(Commands) - Method in class com.foxsmart.csu.CiscoRouter
Writes the specified commands to the router.
writeConfiguration(CiscoRouterConfig) - Method in class com.foxsmart.csu.CiscoRouter
Writes an updated configuration to the router.
writeConfigurationAsString(String) - Method in class com.foxsmart.csu.CiscoRouter
Writes an updated configuration as a full IOS configuration string to the router.
writeFile(File, int, byte[], ActionListener) - Method in interface com.foxsmart.ic.io.FileLoader
This method will write a file from a byte array.
writeFile(File, int, byte[], ActionListener) - Method in class com.foxsmart.ic.io.FileLoaderImpl
This method will write a file from a byte array.
writeFile(String, String, String, boolean, boolean) - Static method in class com.foxsmart.ic.io.IoUtils
Writes the file contents to the specified directory and filename.
writeFile(File, String) - Static method in class com.foxsmart.ic.io.IoUtils
Writes the file contents to the specified file.
writeRouterConfig(CiscoRouterConfig, String) - Static method in class com.foxsmart.csu.example.NoRouterExample
Writes a router configuration to a file.
writeRouterConfig(String, String) - Static method in class com.foxsmart.csu.example.NoRouterExample
Writes a router configuration in the form of a string to a file.
WWW - Static variable in class com.foxsmart.csu.config.TcpPortEnum
Value: 80, Name: www, Short Description: World Wide Web (HTTP).

X

X25 - Static variable in class com.foxsmart.csu.config.global.interfacepkg.EncapsulationComponent
 
X25 - Static variable in class com.foxsmart.csu.config.global.line.X25Component
 
X25Component - Class in com.foxsmart.csu.config.global.line
The X25 command specifies the X25 protocol-specific configuration for the line.
X25Component() - Constructor for class com.foxsmart.csu.config.global.line.X25Component
Constructs an X25 object.
X25EncapsulationEnum - Class in com.foxsmart.csu.config.global.interfacepkg
The X25EncapsulationEnum class represents the interface options for X.25 encapsulation.
X25EncapsulationEnum(EnumEntry) - Constructor for class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationEnum
 
X25EncapsulationEnum(String) - Constructor for class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationEnum
 
X25EncapsulationEnum(Integer) - Constructor for class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationEnum
 
X25EncapsulationOptions - Class in com.foxsmart.csu.config.global.interfacepkg
The X25EncapsulationOptions class contains X.25 encapsulation options.
X25EncapsulationOptions() - Constructor for class com.foxsmart.csu.config.global.interfacepkg.X25EncapsulationOptions
Constructs a LapbEncapsulationOptions object.
XDMCP - Static variable in class com.foxsmart.csu.config.UdpPortEnum
Value: 177, Name: xdmcp, Short Description: X Display Manager Control Protocol.
XTAG_ATM - Static variable in class com.foxsmart.csu.config.global.InterfaceTypeEnum
Deprecated. Value: 20, Name: XTagATM, Short Description: Extended Label ATM, Format: port.
XTagAtmInterfaceComponent - Class in com.foxsmart.csu.config.global
The Extended Label ATM interface class represents a specific type of interface on the router.
XTagAtmInterfaceComponent() - Constructor for class com.foxsmart.csu.config.global.XTagAtmInterfaceComponent
Constructs a specific interface component.

Z

ZERO_MAC_ADDRESS - Static variable in class com.foxsmart.csu.config.global.ExtMacAddressNumberAccessListEntry
MAC address of all zeros.
ZERO_MAC_ADDRESS - Static variable in class com.foxsmart.csu.config.global.StdMacAddressNumberAccessListEntry
A MAC address of all zeros.

_

_56 - Static variable in class com.foxsmart.csu.config.global.mapclassdialer.DialerIsdnComponent
 

A B C D E F G H I K L M N O P Q R S T U V W X Z _

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