Forum Discussion

nemas_341981's avatar
nemas_341981
Icon for Nimbostratus rankNimbostratus
Jun 13, 2018

Need to add default route for second route domain

Hi all,

 

I have configured one more route domain under that i have called 4 vlan. Now I need to define one more default route in that route domain but I am unable to do that. Please suggest CLI or GUI steps

 

2 Replies

  • Hi Nemas,

    You have to create your route like that:

    net route /Common/default%0 {
        gw 1.1.1.1
        network default
    }
    net route /Common/default%11 {
        gw 2.2.2.2%11
        network default%11
    }
    net route /Common/default%12 {
        gw 3.3.3.3%12
        network default%12
    }
    

    Is this the way that you creates it?

    Regards