RoutingService

RoutingService
RoutingService
JSON Example
{
    "advertise_backend_networks": false,
    "enable_auto_gateway": false,
    "enable_routing": false,
    "enable_vip_on_all_interfaces": false,
    "enable_vmac": false,
    "floating_intf_ip": [
        {
            "addr": "string",
            "type": "string"
        }
    ],
    "floating_intf_ip6_addresses": [
        {
            "addr": "string",
            "type": "string"
        }
    ],
    "floating_intf_ip6_se_2_addresses": [
        {
            "addr": "string",
            "type": "string"
        }
    ],
    "floating_intf_ip_se_2": [
        {
            "addr": "string",
            "type": "string"
        }
    ],
    "flowtable_profile": {
        "icmp_idle_timeout": 0,
        "tcp_closed_timeout": 0,
        "tcp_connection_setup_timeout": 0,
        "tcp_half_closed_timeout": 0,
        "tcp_idle_timeout": 0,
        "tcp_reset_timeout": 0,
        "udp_idle_timeout": 0
    },
    "graceful_restart": false,
    "nat_policy_ref": "string",
    "routing_by_linux_ipstack": false
}
boolean
advertise_backend_networks
Optional

Advertise reachability of backend server networks via ADC through BGP for default gateway feature. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
enable_auto_gateway
Optional

Enable auto gateway to save and use the same L2 path to send the return traffic. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
enable_routing
Optional

Service Engine acts as Default Gateway for this service. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
enable_vip_on_all_interfaces
Optional

Enable VIP on all interfaces of this service. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
enable_vmac
Optional

Use Virtual MAC address for interfaces on which floating interface IPs are placed. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of IpAddr
floating_intf_ip
Optional

Floating Interface IPs for the RoutingService. Field introduced in 18.2.5. Maximum of 32 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of IpAddr
floating_intf_ip6_addresses
Optional

IPv6 Floating Interface IPs for the RoutingService. Field introduced in 22.1.6, 30.2.1. Maximum of 32 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

array of IpAddr
floating_intf_ip6_se_2_addresses
Optional

If ServiceEngineGroup is configured for Legacy 1+1 Active Standby HA Mode, IPv6 Floating IP's will be advertised only by the Active SE in the Pair. Virtual Services in this group must be disabled/enabled for any changes to the IPv6 Floating IP's to take effect. Only active SE hosting VS tagged with Active Standby SE 2 Tag will advertise this floating IP when manual load distribution is enabled. Field introduced in 22.1.6, 30.2.1. Maximum of 32 items allowed. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

array of IpAddr
floating_intf_ip_se_2
Optional

If ServiceEngineGroup is configured for Legacy 1+1 Active Standby HA Mode, Floating IP's will be advertised only by the Active SE in the Pair. Virtual Services in this group must be disabled/enabled for any changes to the Floating IP's to take effect. Only active SE hosting VS tagged with Active Standby SE 2 Tag will advertise this floating IP when manual load distribution is enabled. Field introduced in 18.2.5. Maximum of 32 items allowed. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

flowtable_profile
Optional

flowtable_profile

boolean
graceful_restart
Optional

Enable graceful restart feature in routing service. For example, BGP. Field introduced in 18.2.6. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
nat_policy_ref
Optional

NAT policy for outbound NAT functionality. This is done in post-routing. It is a reference to an object of type NatPolicy. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
routing_by_linux_ipstack
Optional

For IP Routing feature, enabling this knob will fallback to routing through Linux, by default routing is done via Service Engine data-path. Field introduced in 18.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of