Hi Abhishek, I am trying to create a topology with atleast 2 switches and link between them through ovs commands But not sure about the commands , so need help on that
Similar to the mininet commands where we create topology using topo something like sudo mn --ip <ip> -- controller remote --topo tree,3 Similar to that what commands i can use on Ovs switch to create a topology something like that of tree topology Help me if my understanding is wrong on it Regards, Gaurav Bhagwani On Mon, Jan 13, 2014 at 11:42 AM, abhishek jain <[email protected]>wrote: > Hi Gaurav.. > > The commands which you are using are correct. > Can you describe me the topology which you are using? > > Thanks.. > > > On Mon, Jan 13, 2014 at 11:36 AM, gaurav bhagwani <[email protected]>wrote: > >> >> Hi Abhishek, >> >> I am using Opendaylight controller >> Also i tried using the same command with 2 different bridges , but still >> i see only one switch configured >> >> I used following command >> >> ovs-vsctl set-controller <bridge1> tcp:<controller-ip>:6633 >> ovs-vsctl set-controller <bridge2> tcp:<controller-ip>:6633 >> >> Am i doing wrong way, help me on that >> >> >> Thanks , >> >> Regards, >> Gaurav Bhagwani >> >> >> On Mon, Jan 13, 2014 at 11:31 AM, abhishek jain >> <[email protected]>wrote: >> >>> >>> Which controller are you using? >>> >>> >>> On Mon, Jan 13, 2014 at 11:31 AM, abhishek jain >>> <[email protected]>wrote: >>> >>>> Hi Gaurav... >>>> >>>> You can use the same above command at different OVS to connect to the >>>> remote controller. >>>> Also you can bring down the connection between OVS using ifconfig >>>> <interface> down command. >>>> Which are you using? >>>> >>>> Thanks >>>> >>>> >>>> On Mon, Jan 13, 2014 at 11:28 AM, abhishek jain <[email protected] >>>> > wrote: >>>> >>>>> Hi Gaurav .. >>>>> >>>>> You can use same comm >>>>> >>>>> >>>>> On Mon, Jan 13, 2014 at 11:21 AM, gaurav bhagwani < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi Abhishek, >>>>>> >>>>>> Thanks for the help >>>>>> I am able to connect to the controller >>>>>> >>>>>> But what are the topology options , as i need a topology with minimum >>>>>> 2 switches and a link between them >>>>>> and also how can i bring a link down between the switches using >>>>>> switch commands >>>>>> >>>>>> Thanks in advance >>>>>> >>>>>> Regards, >>>>>> Gaurav Bhagwani >>>>>> >>>>>> >>>>>> On Mon, Jan 13, 2014 at 11:15 AM, abhishek jain < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Hi Gaurav.. >>>>>>> >>>>>>> You can use the below command for connecting ovs with the >>>>>>> controller.. >>>>>>> >>>>>>> ovs-vsctl set-controller <bridge name> tcp:<controller-ip>:6633 >>>>>>> >>>>>>> Regards.. >>>>>>> Abhishek Jain >>>>>>> >>>>>>> >>>>>>> On Mon, Jan 13, 2014 at 11:12 AM, gaurav bhagwani < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> >>>>>>>> Hi , >>>>>>>> >>>>>>>> I am using the Ovs switch , just needed some basic help. >>>>>>>> Can anyone please let me know the commands to connect the ovs >>>>>>>> switch to controller >>>>>>>> My controller is running on a remote server >>>>>>>> >>>>>>>> I want to test the topology , Please provide me commands to connect >>>>>>>> the switch to controller with some basic topology with 2 switch and >>>>>>>> how can >>>>>>>> i bring down the link between the switch using the switch commands >>>>>>>> >>>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>> Regards, >>>>>>>> Gaurav Bhagwani >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> discuss mailing list >>>>>>>> [email protected] >>>>>>>> http://openvswitch.org/mailman/listinfo/discuss >>>>>>>> >>>>>>>> >>>>>> >>>>> >>>> >>> >> >
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
