Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Windows Server Networking

problem in Browsing vlan Subnet

Reply
 
Thread Tools Display Modes
  #1  
Old 04-20-2005, 03:36 PM
Default problem in Browsing vlan Subnet



hi, I am using a 6509 switcher version pls see bellow:
Cisco Internetwork Operating System Software
IOS (tm) c6sup2_rp Software (c6sup2_rp-IS-M), Version 12.1(3a)E4, EARLY


DEPLOYMENT RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2000 by cisco Systems, Inc.
Compiled Sat 14-Oct-00 02:01 by eaarmas
Image text-base: 0x30008980, data-base: 0x30EDA000

I have setup at least one WINS in vlan1 , all other vlans add a ip
helper-address added to the wins IP address. I can use \\<computer name> in
explorer address box to browse the PC I also can use net view \\<computer
name> I also can use net view \domain:<groupname> to list other group's pcs
and servers. But I can not use network eighbour browsing them.


I think net vew, and net use both use wins if it is configured, but
network neighbour browsing does not.


my clients all intalled tcp/ip and make netbios enabled with wins
enabled, and install netbeui too. I have tried my kinds of os:
win98/win2k/winxp. if I set my vlan2's pc's group as the name of vlan1's
group(where my wins located in it too), it can be browsed and can browse
other pc or server too(that is vlan 2 can visit vlan1 , vlan1 can visit
vlan2).


I have tried to config it with ip forward-protocol udp but failed. ie.


6509(config)# ip forward-protocol udp
6509(config)# ip forward-protocol spanning-tree
6509(config)# ip forward-protocol turbo-flood
but it can only sucess with ip forward-protocol spanning-tree and ip
forward-protocol turbo-flood. does ip forward-protocol turbo-flood equal
with ip forward-protocol udp? or someother reason?


my sh conf output is :


show conf
Using 8664 out of 391160 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname core6509
!
boot buffersize 522200
boot system flash sup-bootflash:
enable password xxxxxx
!
redundancy
main-cpu
auto-sync standard
ip subnet-zero
ip name-server 202.96.199.133
!
!
!
!
interface GigabitEthernet1/1
no ip address
switchport
switchport trunk encapsulation isl
switchport mode trunk
!


........................


!
interface Vlan1
ip address 10.1.1.254 255.255.255.0
!
interface Vlan2
ip address 10.1.2.254 255.255.255.0
ip helper-address 10.1.1.12 (wins server IP)
ip helper-address 10.1.1.4 (wins server IP)


.................


ip classless
ip forward-protocol spanning-tree
ip forward-protocol turbo-flood
ip route 0.0.0.0 0.0.0.0 10.1.1.246
ip route 0.0.0.0 0.0.0.0 10.1.1.10 130
no ip http server
!
!
line con 0
logging synchronous
transport input none
line vty 0 4
password xxxxx
login
!
end

what is wrong with my configuration? I have set wins and netbeui protocol
on both server and PC. vlan 1's servers are in domain, other vlan's pc are
in different workgroup. (are this the key?) thanks ahead.
it is said I should setup at least one PC in each other vlan into Vlan1's
Domain server, only this can help us browse the network neighbour.



=?Utf-8?B?bWFwbGV3YW5n?=
Reply With Quote
  #2  
Old 04-20-2005, 04:04 PM
Michael Giorgio - MS MVP
Guest
 
Posts: n/a
Default Re: problem in Browsing vlan Subnet

What exact error do you receive when you attempt
to browse a remote subnet?

I would disable the spanning-tree alogorithm and the
turbo flood feature. You don't want broadcast packets
being forwarded to the remote subnets.. This fowls the
browse list because browsing packets which are supposed
to be local are being forwarded to remote subnets which
will cause an incomplete browse list.

"maplewang" <(E-Mail Removed)> wrote in message news:...
> hi, I am using a 6509 switcher version pls see bellow:
> Cisco Internetwork Operating System Software
> IOS (tm) c6sup2_rp Software (c6sup2_rp-IS-M), Version 12.1(3a)E4, EARLY
>
>
> DEPLOYMENT RELEASE SOFTWARE (fc1)
> Copyright (c) 1986-2000 by cisco Systems, Inc.
> Compiled Sat 14-Oct-00 02:01 by eaarmas
> Image text-base: 0x30008980, data-base: 0x30EDA000
>
> I have setup at least one WINS in vlan1 , all other vlans add a ip
> helper-address added to the wins IP address. I can use \\<computer name>

in
> explorer address box to browse the PC I also can use net view \\<computer
> name> I also can use net view \domain:<groupname> to list other group's

pcs
> and servers. But I can not use network eighbour browsing them.
>
>
> I think net vew, and net use both use wins if it is configured, but
> network neighbour browsing does not.
>
>
> my clients all intalled tcp/ip and make netbios enabled with wins
> enabled, and install netbeui too. I have tried my kinds of os:
> win98/win2k/winxp. if I set my vlan2's pc's group as the name of vlan1's
> group(where my wins located in it too), it can be browsed and can browse
> other pc or server too(that is vlan 2 can visit vlan1 , vlan1 can visit
> vlan2).
>
>
> I have tried to config it with ip forward-protocol udp but failed. ie.
>
>
> 6509(config)# ip forward-protocol udp
> 6509(config)# ip forward-protocol spanning-tree
> 6509(config)# ip forward-protocol turbo-flood
> but it can only sucess with ip forward-protocol spanning-tree and ip
> forward-protocol turbo-flood. does ip forward-protocol turbo-flood equal
> with ip forward-protocol udp? or someother reason?
>
>
> my sh conf output is :
>
>
> show conf
> Using 8664 out of 391160 bytes
> !
> version 12.1
> service timestamps debug uptime
> service timestamps log uptime
> service password-encryption
> !
> hostname core6509
> !
> boot buffersize 522200
> boot system flash sup-bootflash:
> enable password xxxxxx
> !
> redundancy
> main-cpu
> auto-sync standard
> ip subnet-zero
> ip name-server 202.96.199.133
> !
> !
> !
> !
> interface GigabitEthernet1/1
> no ip address
> switchport
> switchport trunk encapsulation isl
> switchport mode trunk
> !
>
>
> .......................
>
>
> !
> interface Vlan1
> ip address 10.1.1.254 255.255.255.0
> !
> interface Vlan2
> ip address 10.1.2.254 255.255.255.0
> ip helper-address 10.1.1.12 (wins server IP)
> ip helper-address 10.1.1.4 (wins server IP)
>
>
> ................
>
>
> ip classless
> ip forward-protocol spanning-tree
> ip forward-protocol turbo-flood
> ip route 0.0.0.0 0.0.0.0 10.1.1.246
> ip route 0.0.0.0 0.0.0.0 10.1.1.10 130
> no ip http server
> !
> !
> line con 0
> logging synchronous
> transport input none
> line vty 0 4
> password xxxxx
> login
> !
> end
>
> what is wrong with my configuration? I have set wins and netbeui

protocol
> on both server and PC. vlan 1's servers are in domain, other vlan's pc

are
> in different workgroup. (are this the key?) thanks ahead.
> it is said I should setup at least one PC in each other vlan into Vlan1's
> Domain server, only this can help us browse the network neighbour.
>



Reply With Quote
Reply

Tags
browsing, problem, subnet, vlan

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:59 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.