Forum Discussion

Balasubramaniy2's avatar
Balasubramaniy2
Icon for Nimbostratus rankNimbostratus
Aug 14, 2018

While adding the default route for route domains, Route domain options not showing

Hi,

 

Im trying to setup 3 route domains. all vlan, route domains, self ip configurations are done. when im trying to add default route for each domains. not showing any options to select route domain.

 

even i tried to mention gateway ip address "10.10.10.10%67"still it mapping with default route domain only.

 

can please help on this.

 

Thanks in advance...

 

1 Reply

  • Use route domain postfix on the destination and the gateway entries e.g.

    Destination: 0.0.0.0%67
    Netmask: 0.0.0.0
    Gateway: 10.10.10.10%67
    

    On TMSH your route should look like this

    net route default_route_67 {
        gw 10.10.10.10%67
        network default%67
    }