Sunay-

Would it be useful to add some output from dladm show-vnic to the
examples?

EXAMPLES
     Example 1: Configuring an Aggregation

     To configure an aggregate data-link with vinc-id 1 over the dev-
     ices bge0 and bge1, enter the following command:

     # dladm create-aggr -d bge0 -d bge1 1

+     Example 2: Configuring VNICs

+     To create two VNICs interfaces with vinc-ids 1 and 2
+     over a single physical device bge0, enter the following com-
+     mands:

+     # dladm create-vnic -d bge0 1
+     # dladm create-vnic -d bge0 2
+     The new links will be called vnic1 and vnic2.

        # dladm show-vnic
        #         device  speed
        # vnic1   bge0    1000  Mbps
        # vnic2   bge0    1000  Mbps

The same would go for netrcm show-flow.

-Mike
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to