set ip routing enable

The set ip routing enable command configures whether to enable or disable IP routing function.

NOTE:

  • Layer 3 packets cannot be forwarded normally if IP routing function is disabled.
  • If the following commit failed message appears when you enable IP routing, the Enterprise License is not installed, and you need to purchase and install the Enterprise License before the L3 feature can be used properly.

    admin@Xorplus# set ip routing enable true
    admin@Xorplus# commit 
    Command failed: L3 feature is not covered by the installed license key.
    Commit failed.  

Command Syntax

set ip routing enable [true | false]

Parameter

Parameter

Description

enable [true | false]

Configures whether to enable or disable IP routing function. The value is true or false.

true: enables the IP routing function.

false: disables the IP routing function.

The default value is false.

Example

  •  Disable the IP routing function.  
admin@Xorplus# set ip routing enable false
admin@Xorplus# commit
  • Enable the IP routing function.
admin@Xorplus# set ip routing enable true
admin@Xorplus# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.