Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleAdding VLANs.

1x VLAN for the Ravenna AES67 and 1x VLAN for regular networking.

VLAN1 : will be used for regular networking.
VLAN2 : will be used for Ravenna AES67.

By default the switch already has VLAN1 created with defaults for regular networking.
So we will be adding VLAN2 for the for the Ravenna AES67 networking.

Table of contents:

3.1 Add a new VLAN
3.2 Add Ports to VLAN2
3.3 Change Device IP for VLAN2 (optional step, but recommended)
3.4 Change IGMP settings for VLAN2.
3.5 Change Green Ethernet settings.
3.6 Change QoS settings.

Adding a VLAN for Ravenna Networking.

...

First step is to change the IP configuration to use a APIPA (Automatic Private Internet Protocol Addressing) type of IP.
The administration page will then be only accessed trough this new IP.

Putting this in an APIPA IP range (169.254.0.0/16) will ensure that you can always access its administration page.
Ravenna devices generally use APIPA IP range to communicate over the network.

 

  1. In the Getting Started page, click on Change Device IP Adress

    Image Added
  2. Click on the Add button at the bottom of the IPv4 Interface Table.

    Image Added
  3. Set the IP Address type to Static IP Address.
    Enter 169.254.1.254 in the IP Address field.
    For the Mask setting, select Prefix Length and enter 16.

    Image Added
    That will make your switch administration page respond to that IP address.
    Note that we used Prefix Lenght instead of Network mask (16 is the same as 255.255.0.0).
    But you could also set it to 255.255.0.0 it would also work.

  4. Click on Apply to save the changes.
    The switch will now change its IP address, therefore the 192.168.1.254 page you are actually using will stop responding.

  5. The switch is now only accessible on HTTP://169.254.1.254
    You will probably need to change to change your computer IP to "Obtain an IP address automatically"

  6. Enter 169.254.1.254 in your browser, and enter your credentials.

  7. In the Getting Started page, click on Create VLAN.
    Image Added

  8. Click on the Add button at the bottom of the VLAN Table.

    Image Added

  9. Set the VLAN ID: 2  and enter a VLAN NAME (can be anything you want).
    Make sure VLAN Interface Status and Link Status SNMP Traps are both active.
    Click on Apply once done.

    Image Added

Adding ports to the new VLAN2 we created in previous step.

...