Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zGreenGhostz

  1. zGreenGhostz

    Trunking Between Router and Switch

    Thank you.
  2. zGreenGhostz

    Trunking Between Router and Switch

    chieftan, Machines connected to ports assigned to vlans other than vlan 20 are now getting ips from the dhcp server. The thing is, only vlan 33 can access the internet. The other machines get an ip now but can't surf. So I'm still at it here.
  3. zGreenGhostz

    Trunking Between Router and Switch

    chieftan, "all of your switchports appear to be outside the scope of the allowed VLANs across the trunk" Yes that's part of the symptom and I can't seem to resolve that. On the interfaces (23&24) I'm issueing: KYUL001(config-if)#switchport trunk allowed vlan except 1 and it's accepting the...
  4. zGreenGhostz

    Trunking Between Router and Switch

    Machines in other vlans than vlan20 are still not getting ip's. I did a show mac-address-table on the 2924: KYUL001#show mac-address-table Dynamic Address Count: 8 Secure Address Count: 0 Static Address (User-defined) Count: 0 System Self Address Count...
  5. zGreenGhostz

    Trunking Between Router and Switch

    I found part of the problem. The dhcp service was disabled. I enabled it but didn't configure any dhcp. If I'm not mistaken, the relay agent will also be disabled if the service is disabled, right? I guess some mistakes are dumber than others...
  6. zGreenGhostz

    Trunking Between Router and Switch

    VinceWhirlwind (TechnicalUser) 4 Nov 11 19:25 1. Have you added VLAN33 to your trunk on the switch? Yeah they're added, I copied part of the config from the switch that I had pasted above: ! interface FastEthernet0/23 description **FibreTrunk** switchport trunk native vlan 33 switchport...
  7. zGreenGhostz

    Trunking Between Router and Switch

    I added the ip helper-address command to each subinterface on the router but I still cannot get machines to aquire IP addresses (when connected to ports assigned to vlans other than vlan20. I didn't know if it was an ACL issue or a DHCP issue. So I connected my machine to the management port...
  8. zGreenGhostz

    Trunking Between Router and Switch

    @Vince: So it should be like this: ! interface FastEthernet1/0.15 encapsulation dot1Q 15 ip address 192.168.8.129 255.255.255.224 ip helper-address 192.168.8.99 no ip redirects ip nat inside ip virtual-reassembly no cdp enable ! interface FastEthernet1/0.20 encapsulation dot1Q 20 ip...
  9. zGreenGhostz

    Trunking Between Router and Switch

    It's already in my config: ! ! interface FastEthernet1/0.20 encapsulation dot1Q 20 ip address 192.168.8.97 255.255.255.224 no ip redirects ip nat inside ip virtual-reassembly no cdp enable ! interface FastEthernet1/0.33 encapsulation dot1Q 33 native ip address 192.168.8.225...
  10. zGreenGhostz

    Trunking Between Router and Switch

    So I checked my vlans and machines connected to ports assigned to vlan20 can get ip's on all of the switches. When connected to a port assigned to a vlan other than vlan20 they are not getting an ip. The dhcp server is on vlan20. There is a scope for each vlan and I checked the ip range and...
  11. zGreenGhostz

    Trunking Between Router and Switch

    ADB100 (TechnicalUser) Thanks for your help. "I think you are missing some fundamental stuff here. 1. The 2924 & 2822 are only Layer-2 switches (as well as being ancient..) - they can't perform any layer-3 (routing) functionality. They require an IP address purely for management." I...
  12. zGreenGhostz

    Trunking Between Router and Switch

    VinceWhirlwind (TechnicalUser) Thanks for the info. I'm checking on that.
  13. zGreenGhostz

    Trunking Between Router and Switch

    Here's the running configuration KYUL001#show run Building configuration... Current configuration: ! version 12.0 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname KYUL001 ! enable password 7 xxxxxxxxxxx ! ! ! ! ! ! no ip...
  14. zGreenGhostz

    Trunking Between Router and Switch

    @vipergg (MIS) This model supports ISL and Dot1q. Of course that would be the first thing to check before doing anything. So if I wanted to, I could actually do everything in ISL right up to the router subinterfaces. But I'd rather do it as I am doing now.
  15. zGreenGhostz

    Trunking Between Router and Switch

    VinceWhirlwind (TechnicalUser):"When you say "On the switch only one vlan (33) is up. Rest remain administratively down and won't come up." It sounds like you are talking about VLAN interfaces" -Exactly. "so ADB100's suggestion is the first thing that springs to mind" -Which is?

Part and Inventory Search

Back
Top