User's Manual
Table Of Contents
- Chapter 1 Introduction
- Features and Benefits
- Transparent Ethernet Bridging with Advanced Filtering for Security and Network Reliability
- IP Routing with Advanced Filtering for Security
- SNMP Management
- SNMP Features
- SNMP Management
- IP-Router Features
- Encryption Features (Add-on Option)
- Wireless Multipoint Protocol
- Additional Functionality for SPEEDLAN 4100 & 4200
- Features
- Chapter 2 Quick Start
- System Description
- Package Contents
- Installation Steps
- Installation Diagram
- Polarizations on a Grid Antenna
- Chapter 3 Hardware
- Upgrading the Firmware
- Chapter 4 Overview of Configurator
- Installation and Setup
- Toolbar and Menus
- Chapter 5 Configuring SPEEDLAN 4100 & 4200
- General Setup
- Interface & Advanced Interface Setup
- The Setup Buttons
- Chapter 6 Bridging Setup
- Bridge Setup
- Chapter 7 Setting Up the IP Addresses (IP Host Setup)
- Part I - Quick Overview of IP Addressing
- Part II - Setting Up the IP Address
- Chapter 8 IP-Router Setup
- IP Routing Setup
- Chapter 9 SNMP Setup
- SNMP Setup
- Chapter 10 System Access Setup
- System Access Setup
- Chapter 11 SNMP Monitoring
- Remote Statistics
- Interface Monitor
- Ethernet-like Interface Monitor
- Campus PRC Station Entries
- 11Mb RF Interface
- SNMP Monitor
- IP Monitor
- IP/TCP/UDP Monitor
- ICMP Monitor
- Chapter 12 Tables
- System Information
- Bridge Learn Table
- IP ARP Table
- IP Route Table
- IP/TCP Connection Table
- IP/UDP Listener Table
- Local IP-Address Table
- Chapter 13 Analyzing Wireless Equipment
- Select Another Device
- Analysis Polling Interval
- Wireless Link Test
- Antenna Alignment
- Glossary for Standard Data Communications
- Glossary for Standard Data Communications
- Appendix Protocols & Ethernet Addresses
- Common Ethernet Protocols
- Common Ethernet Vendor Addresses
- Common Ethernet Multicast Addresses
- Common Ethernet Broadcast Addresses
SPEEDLAN 4100 & 4200 Installation and Operation User Guide
Setting Up the IP Addresses (IP Host Setup) 7-3
Internet Address Classes
The first octet defines the "class" of the address, which is the only method to tell the size of the
network (how big) and where the internet address belongs. There are three main classes:
• Class A: 35.0.0.0
• Class B: 128.5.0.0
• Class C: 192.33.33.0
-non-bolded text = Part of network address
-bolded text = Part of local address (node section)
This definition is not random; it is based on the fact that routers, by reading just the first three bits of
the address field, designate which network class it belongs to. This selection simplifies the way
routers handle the messages (packets) and speed up the forwarding process.
In fact, IP defines five classes:
•
Class A addresses use 8 bits (1 octet) for the network portion and 24 bits (3 octets) for the
node (or host) section of the address. This provides up to 128 networks with 16.7 million
nodes for each network.
• First byte is assigned as network address
• Remaining bytes used for node addresses
• Format: network, node, node, node
• In IP address 49.22.102.70, "49" is network address and "22.102.70" is the node
address—all machines on this network have the "49" network address assigned to them
• Maximum of 224 or 16,777,216 nodes
• Class B addresses use 16 bits (two octets) for the network portion and 16 bits for the node
(or host) section of the address. This provides up to 16, 384 networks with 64,534 nodes
for each network.
• First two bytes are assigned as network address
• Remaining bytes used for node addresses
• Format: network, network, node, node
• In IP address 130.57.30.56, "130.57" is the network address, and "30.56" is the node
address
• Maximum of 216 or a total of 65,534 nodes