- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- For NetBIOS UDP transfer by the ip udp-bcast-forwa...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2016 10:02 PM - edited 11-01-2016 01:21 AM
10-31-2016 10:02 PM - edited 11-01-2016 01:21 AM
For NetBIOS UDP transfer by the ip udp-bcast-forward
HPE Aruba 2920 48G Switch (J9728A)
Firmware Version:WB.16.01.0004
VLAN10 to have divided the segment to set the two IP addresses.
Because you want to each other directly communicate with NetBIOS of Windows system between this segment
To enable ip udp-bcast-forward, so as to transfer the corresponding UDP packet
It has been set.
However, it seems not to be well transferred.
Settings are as follows.
ip routing
ip udp-bcast-forward
vlan 1
name "DEFAULT_VLAN"
no untagged 1-48
no ip address
exit
vlan 10
name "TEST10"
untagged 1-48
ip address 192.168.10.254 255.255.255.0
ip address 192.168.100.254 255.255.255.0
ip forward-protocol udp 192.168.10.255 netbios-ns
ip forward-protocol udp 192.168.10.255 netbios-dgm
ip forward-protocol udp 192.168.100.255 netbios-ns
ip forward-protocol udp 192.168.100.255 netbios-dgm
exit
primary-vlan 10
It will can not be realized with this setting method.
Action, etc., thank you for advice.