NAME
Brocade::BSC::Netconf::Vrouter::VR5600
DESCRIPTION
The ::Vrouter::VR5600 object models a Vyatta 5600 Virtual router controlled via netconf by a Brocade::BSC instance.
METHODS
- get_schemas
-
# Returns : array ref - YANG schemas supported by node
- get_schema
-
# Returns : requested YANG schema as formatted JSON
- get_cfg
-
# Returns : BSC::Status # : hash ref - VR5600 node configuration
- get_firewalls_cfg
-
# Returns : BSC::Status # : firewall configuration of VR5600 as a JSON string
- get_firewall_instance_cfg
-
# Parameters: name of firewall instance # Returns : BSC::Status # : specified ruleset from VR5600 firewall configuration # as JSON string
- create_firewall_instance
-
Create empty firewall instance on VR5600
# Returns : BSC::Status - success of operation
- delete_firewall_instance
-
# Parameters: name of instance to delete # Returns : BSC::Status - success of operation
- set_dataplane_interface_firewall
-
# Parameters: ifName (required) - dataplane interface to which to apply # firewall rules # : inFw - name of firewall instance for inbound traffic # : outFw - name of firewall instance for outbound traffic # Returns : BSC::Status - success of operation
- delete_dataplane_interface_firewall
-
# Parameters: ifName (required) - interface from which to clear firewall rules # Returns : BSC::Status - success of operation
- get_interfaces_list
-
# Returns : BSC::Status # : array ref - interface names
- get_interfaces_cfg
-
# Returns : BSC::Status # : VR5600 network interface configuration as JSON string
- get_dataplane_interfaces_list
-
# Returns : BSC::Status # : array - dataplane interface names
- get_dataplane_interfaces_cfg
-
# Returns : BSC::Status # : array ref - configuration of all dataplane interfaces
- get_dataplane_interface_cfg
-
# Parameters: name of interface # Returns : BSC::Status # : configuration of specified interface as JSON string
- get_loopback_interfaces_list
-
# Returns : BSC::Status # : array ref - loopback interface names
- get_loopback_interfaces_cfg
-
# Returns : BSC::Status # : array ref - configuration of loopback interfaces
- get_loopback_interface_cfg
-
# Parameters: name of interface # Returns : BSC::Status # : requested loopback configuration as JSON string
LICENCE AND COPYRIGHT
Copyright (c) 2015, BROCADE COMMUNICATIONS SYSTEMS, INC
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.