Recommended Posts

Ok, I think I know what I am missing but need to confirm my theory...

 

I have a small business network. It consists of 2 (Netgear GS748TPS) switches "Stacked", and I have a router (Cisco RV320), and several IP Phones (Polycom IP550's). Here is what I am doing, I have the switches set to tag the MAC of the IP Phones and place them on VLAN10. Other traffic flows on VLAN1 "Untagged". My router is configured for VLAN as well. The problem however is when I use one cable going from port 4 on router to the switch, the PC's can see the Internet, but the IP Phones do not. However, if I plug the cable in on the switch with the Port ValueID to VLAN10 into the router, the phones work but the PC's do not. So I know the VLAN functions are working correctly, but... I have never dealt with Trunks before. I assume, that I would need to trunk the port on the switch and the port with the value ID together so they see the Internet?

 

I have port 1 on my switch plugged into port 4 on my router. I have port 48 on the switch with a ValueID of 10 for the VLAN. So if I trunk, port 1 & 48 together can the cable from port one still be used in port 4 of the router?

 

Sorry for the confusion, hope I explained it right.

 

Thanks,

 

Don

Link to comment
https://www.neowin.net/forum/topic/1231135-do-i-need-to-trunklag-connection/
Share on other sites

Ok, I think I know what I am missing but need to confirm my theory...

 

I have a small business network. It consists of 2 (Netgear GS748TPS) switches "Stacked", and I have a router (Cisco RV320), and several IP Phones (Polycom IP550's). Here is what I am doing, I have the switches set to tag the MAC of the IP Phones and place them on VLAN10. Other traffic flows on VLAN1 "Untagged". My router is configured for VLAN as well. The problem however is when I use one cable going from port 4 on router to the switch, the PC's can see the Internet, but the IP Phones do not. However, if I plug the cable in on the switch with the Port ValueID to VLAN10 into the router, the phones work but the PC's do not. So I know the VLAN functions are working correctly, but... I have never dealt with Trunks before. I assume, that I would need to trunk the port on the switch and the port with the value ID together so they see the Internet?

 

I have port 1 on my switch plugged into port 4 on my router. I have port 48 on the switch with a ValueID of 10 for the VLAN. So if I trunk, port 1 & 48 together can the cable from port one still be used in port 4 of the router?

 

Sorry for the confusion, hope I explained it right.

 

Thanks,

 

Don

can you draw a network diagram? would be alot easier :) could be a number of things, sounds like you have it set to an access port and trunking would be the way to go (depending on your tech) correct me if i am wrong neowin :P

If you are using trunks, you will need to have the trunk set to both vlans 1 and 10 to be able to pass traffic for both. 

 

I hard code the ports on the switch vs dynamically doing it based on mac address.  I have seperate switches on different vlans to handle this, but my environment is quite a bit larger anyway here is a sample config

 

gi1/0/54

switchport mode trunk

switchport trunk allowed 1,10

 

vlan 1

ip address 192.168.1.1 255.255.255.0

 

vlan 10

ip address 192.168.100.1 255.255.255.0

 

ip default-gateway 192.168.1.254

 

---------------------

 

the routes should be created that point all traffic to 192.168.1.254 and anything in vlan 1 and vlan 10 by default can traverse each other. 

This is kinda horrible drawing, sorry not an artist! lol...

 

post-45793-0-03802100-1412006056.jpg


Im pretty sure Trunking is the right thing I am looking for. What throws me for a loop with this is how the PC's piggy off of the IP Phones. I wish I could break them into their own ports which would make it so much nicer, but unfortunately that is not an option for this setup. So I guess I Trunk port # 1 and port # 48 together and leave port #1 going from the switch to Port # 4 on the router?

I think they are having issues with images - I can not see that image sorry. Been having a problem now and then, somes it works - other not so much.

here is the thing if you need router to see both these vlans - then you would trunk to it, or would have to have 2 access ports going to it, etc.

Yes its always nicer to have full physical separation of segments vs vlans ;)

Once I see your drawing I might have a better idea what your trying to do.

Can we assign some networks to these vlans - makes it easier to make sure we are talking the same thing.

so your native, vlan 1 is what network - make up something if you want, like 192.168.1.0/24

and your vlan 10 is say 192.168.10.0/24

On your router - how many interfaces does it have? Does it understand vlan tagging?

ok your port 30 needs to be configured like this

 

switchport mode trunk

switchport trunk allowed add 1,10

switchport trunk native vlan 10

 

By doing this vlan 10 will be untagged and will be passed to the physical phone, and vlan 1 will be tagged to be used on the switch port of the phone which your pc is connected to (may have to do some configs on the phone side, but that is what needs to be done on the switch side of things).

I can't really mess with it during the day cause it is live. The router is VLAN aware, it can see the difference. 802.11Q. I have it set right, I just can't seem to get the traffic to play nice at the switch. 

 

I understand the trunk I think I know that needs to be done, I guess my question I need answered before I can test it later this evening is... If I trunk ports 1 & 48 on the switch (port 1-47 is VLAN1, and Port 48 is VLAN10), on the physical side of things, will I use the cable going from Port 1 on the switch to Port 4 on the router still? Or will I need to use say... Port 2 on the switch since 1 & 48 are trunked??

Here is how I would have it setup

 

RV320

vlan1

192.168.1.1 255.255.255.0

vlan10

192.168.10.1

port 4

switchport mode trunk

switchport trunk allowed vlan 1,10

 

GS748TPS

Port1

switchport mode trunk

switchport trunk allowed vlan 1,10

 

 

all phone ports:

switchport mode trunk

switchport trunk allowed vlan 1,10

switchport trunk native vlan 10

 

all pc standalone ports:

switchport mode access

switchport access vlan 1

 

Don't know what port 48 is for, it doesn't need to be plugged in again to the router unless you wanted to make a redundant lag port but then I would keep the ports next to each other (47 and 48 or 1 and 2).  

 

Doing it this way you can have your QoS on your RV320 for vlan 10. 

 

don' have any experience with the rv320 but this is how I would do it on a ASA that supports vlans and intervlan routing.  I might even add a rule to disable intervlan communications between vlan 1 and 10. 

Not exactly, but it is configured to have all PVID's set as a value of 1, then the "Voice VLAN" tagging feature tags the packets based on MAC address and makes them travel through VLAN10. So I guess all ports are VLAN1, with tagged packets for 10.

So the 10 vlan is tagged and you are wondering why the phones can't get out? 10 needs to be untagged 1 needs to be tagged then untagged at the phone pc port.

 

 

 

*edit* I don't think that the way you are doing it would be a big deal for a basic setup (1 device to 1 port). But being that you are using your phones as switches (2 devices on different networks to 1 port) to the pc's, it is making it a pain to be able to make rules up that if mac address = x you belong on phone vlan else belong on pc vlan. 

This topic is now closed to further replies.
  • Posts

    • Logitech MX Creative Console is down to the lowest price by Taras Buria Having a Stream Deck-like device next to your keyboard could be a massive productivity boost. It lets you map specific actions and shortcuts to speed things up, and Logitech has such a device for you with a big 20% discount. Right now, you can save $40 on the Logitech MX Creative Console. The MX Creative Console is an unconventional accessory that consists of two modules. One module has nine customizable buttons, with each having a built-in display for mapping. You can assign apps, shortcuts, actions, or something else. There are nine buttons, plus two more for switching between "pages" of actions. The second module has no displays. Instead, there is a big twisting knob and a small roller for precise adjustments in creative apps like Photoshop, Illustrator, Affinity, and more. There are four additional buttons as well. The MX Creative Console is available in two colors: Graphite and Pale Gray. Both are now 20% off, saving you $40. Just keep in mind that the MX Creative Console requires the Logitech Options+ app, which is only available on Windows and macOS. By the way, each unit comes with three months of Adobe Creative Cloud. Logitech MX Creative Console Graphite - $159.99 | 20% off on Amazon Logitech MX Creative Console Pale Gray - $159.99 | 20% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • Because someone else reported theirs was unusable, genius. But being a Linux user you should be used to that. Next time you think you have a "gotcha", check first.
    • Studio MDHR reveals Cuphead sequel and an 8-bit platformer spin-off by Pulasthi Ariyasinghe Studio MDHR has been rather silent about its next major gaming project since the release of Cuphead back in 2017. However, that ended today during the Summer Game Fest presentation, with the studio revealing not one but two project announcements. First, the studio confirmed that it is currently in the middle of developing a brand-new Cuphead game, bringing back the iconic characters for another adventure. Just like the last game, this is slated to be a fully hand-animated endeavor. This also means there isn't a release date attached to it yet. “Craftsmanship is at the heart of everything we do here at Studio MDHR,” says co-founder Chad Moldenhauer. “When it came time to peel back the curtain and share a little bit about what we’ve been up to, we couldn’t imagine a more fun way to do so than with today’s Special Bulletin. The studio is working on this new Cuphead with help from Toronto’s Stop Motion Department and Continue Agency. At the same time, Studio MDHR also revealed that another part of the team has been working on a different Cuphead installment. Dubbed the Mighty Cuphead Adventure, this is taking a different art direction to the original. "In true Studio MDHR fashion, this game goes beyond just taking inspiration from the classics of the 1980s… it is actually built with technology of the era," the studio explained. "That's right: Mighty Cuphead Adventure is programmed in assembly language and designed with the exacting specifications of the Sega Master System home gaming console in mind." Aside from releasing on PC and modern consoles, Mighty Cuphead Adventure will even be playable on the 1985-released Sega Master System. A release date has not been announced just yet.
    • Any decent ITSM will A) have a web form that allows a user to raise a ticket, if you're writing an email you can write a ticket. B) Monitor a mailbox and auto-generate tickets based on inbound mails for those users that really can't get their heads around the concept that if you have an issue you go to support.mycompany.com and fill in the box. From your description you're having users email the desk, and then having a human read each one and manually raise a ticket on behalf of the user.
    • Microsoft PC Manager 3.21.6.0 (Offline Installer) by Razvan Serea With Microsoft PC Manager, users can easily perform basic computer maintenance and enhance the speed of their devices with just one click. This app offers a range of features, including disk cleanup, startup app management, virus scanning, Windows Update checks, process monitoring, and storage management. Microsoft PC Manager key features: Storage Manager- easily uninstall infrequently used apps, manage large files, perform a cleanup, and set up Storage Sense to automatically clear temporary files. Health Checkup feature -scans for potential problems, viruses, and startup programs to turn off. It helps you identify unnecessary items to remove, optimizing your system's performance. Pop-up Management - block pop-up windows from appearing in apps. Windows Update - scans your system for any pending updates. Startup Apps - enable or disable startup apps on your PC, allowing you to optimize your system's startup performance. Browser Protection - rest assured that harmful programs cannot alter your default browser. Also enables you to change your default browser. Process Management - allows you to conveniently terminate any active process, ensuring optimal system performance and resource utilization. Anti-virus protection - Fully integrated with Windows Security. Safeguard your PC anytime. Quick Steps: Download Microsoft PC Manager Offline Installer (APPX/MSIX) with Adguard Adguard serves as a third-party online service, offering a user-friendly method for directly downloading appx, appxbundle, and msixbundle files from the Microsoft Store. Official download links will be generated for both the app's various versions and its dependency packages. How to download Microsoft PC Manager Offline Installer (APPX/MSIX) 1. Initially, you must find the app URL within the Microsoft Store. Access the Microsoft Store via your browser and search for "Microsoft PC Manager". Once located, copy the app URL, which includes the product ID, either from the address bar or from the provided link below. https://apps.microsoft.com/detail/9PM860492SZD 2. Now paste the app URL into the designated area, then click the check mark button to produce a direct download link. 3. To download, right-click the relevant link and select “Save link as…” from your browser's menu. Occasionally, Microsoft Edge may flag the download as insecure. In such cases, consider utilizing alternative browsers such as Google Chrome or Firefox to successfully complete the download. Microsoft PC Manager is a completely free tool optimized exclusively for use on Windows 10 (19042.0 and above) and Windows 11. Download: Microsoft PC Manager 3.21.6.0 | from Microsoft Store View: Microsoft PC Manager Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      273
    3. 3
      Skyfrog
      78
    4. 4
      Steven P.
      67
    5. 5
      +Edouard
      61
  • Tell a friend

    Love Neowin? Tell a friend!