For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Hamish's avatar
Hamish
Icon for Cirrocumulus rankCirrocumulus
Aug 23, 2012

Unable to add EM route from tmsh

Has anyone else stumbled when trying to add a more specific route to the management-routes on LTM 11.2.0?

Trying to add a host route to my EM's to the management-route list and get

root@(ddc-7-vpr1-dmz)(cfg-sync In Sync)(/S1-green-P:Active)(/Common)(tmos) create sys management-route par-em-1 10.0.0.0/8 gateway 10.21.13.154

01070734:3: Configuration error: invalid management route, the dest/netmask pair ::/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff already exists for /Common/10.0.0.0_8

root@(ddc-7-vpr1-dmz)(cfg-sync In Sync)(/S1-green-P:Active)(/Common)(tmos)

The route can be added by editing the bigip_base.conf file... And then loading the config. Which works. But tmsh seems determined not to allow me to add them...

H

2 Replies

  • should we use "network"?

    root@(B1600-R66-S19)(cfg-sync Standalone)(Active)(/Common)(tmos) create sys management-route par-em-1 10.0.0.0/8 gateway 10.21.13.154
    01070734:3: Configuration error: invalid management route, the dest/netmask pair ::/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff already exists for /Common/10.0.0.0_8
    
    root@(B1600-R66-S19)(cfg-sync Standalone)(Active)(/Common)(tmos) create sys management-route par-em-1 network 10.0.0.0/8 gateway 10.21.13.154
    
    root@(B1600-R66-S19)(cfg-sync Standalone)(Active)(/Common)(tmos) list sys management-route
    sys management-route par-em-1 {
        gateway 10.21.13.154
        network 10.0.0.0/8
    }
    sys management-route default {
        gateway 172.28.66.254
        network default
    }
    
  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus
    Nitass... You have eyes of gold sir...

     

     

    Strange error message...

     

     

    H