ZyXEL GLC1320G-55 Support Notes

GLC1320G-55
Support Notes
Edition 1
2
General Application ................................................................................................................... 4
Firmware Upgrade ..................................................................................................................... 4
Using the Web Configurator .............................................................................................. 4
Using FTP: .......................................................................................................................... 4
Setting up different SFP port ..................................................................................................... 6
Configuring and applying the profiles to subscriber ports ................................................ 6
PPPoE Service ............................................................................................................................ 9
Hardware/Firmware for deployment ................................................................................ 9
Scenario ............................................................................................................................. 9
IP domain topology ............................................................................................................. 10
SMG-700 configuration on IES-5106 ............................................................................... 11
1. Interface Configuration ........................................................................................... 11
2. PPPoE Setting Configuration ................................................................................... 11
3. ISP Info Setting Configuration ................................................................................. 12
4. Win RADIUS ............................................................................................................. 13
COE configurations .......................................................................................................... 15
VLAN configuration.......................................................................................................... 15
FMG3024-D10A configurations ....................................................................................... 16
1. WAN configuration .................................................................................................. 16
2. Verification .............................................................................................................. 17
IGMP Snooping IGMP Filtering Application ............................................................................. 18
IES-5106 setting ............................................................................................................... 19
1. Activating IGMP Snooping ....................................................................................... 19
2. Setting up IGMP filter .............................................................................................. 19
Limiting Internet access to users on specific SFP port ......................................................... 21
Content
3
Triple Play ................................................................................................................................ 23
Queue Rate Service ................................................................................................................. 35
Chapter 1 Chapter 1 Tytle
Firmware Upgrade
Using the Web Configurator
a. Download (and unzip) firmware for the correct model to your computer. b. Click Maintenance > Firmware Upgrade in the navigator panel to display the
following screen.
*Note: we use IES-5106 (MSC1224GB+GLC1320G-55) as an example in the following description.
c. Select the ID of the line card you want to upgrade. d. In the File Path field, click Browse to locate the firmware file. e. Click Upgrade to start the firmware upgrade process.
Using FTP:
a. Download (and unzip) firmware for the correct model to your computer. b. Launch the FTP client on your computer to log into IES-5106. (In the command
prompt, type “ftp <inband or outband IP>”).
c. Press [ENTER] when prompted for a user name. d. Enter the administrator login password to access the switch and display FTP
prompt.
e. Enter “bin” to set the transfer mode to binary. f. Use “put” to transfer the firmware from the computer to the switch, for example:
General Application
1
5
“put firmware.bin fw-GLC1320G-55” transfers the firmware on your computer (firmware.bin) to the GLC1320G-55.
g. Enter “bye” to log out from the IES-5106.
6
An ISP may want to configure a different line speed for each SFP port. This can be easily and efficiently done in the ZyXEL IES-5106 using profiles. You can configure line profiles with different parameter settings based on the user requirements and apply the profile to one or more subscriber ports.
For this example, you want to provide low line speed to subscribers on ports 1 to 12
and high line speed to business subscribers on ports 13 to 24.
*Note: we use IES-5106 (MSC1224GB+GLC1320G-55) as an example in the following
description.
Configuring and applying the profiles to subscriber ports
For this example, we will use configure the profile on an IES-5106 that connects to
Wireless N Gigabit Active Fiber integrated access device CPEs
*Note: We use ZyXEL FMG3024-D10A in this case
1. IES-5106
1.1 Profile setup
a. Click Profile > Rate limit in the navigation panel to display the
following screen.
b. Enter a name. c. Set the Ingress Rate. d. Set the Egress Rate. e. Click the Apply button.
Setting up custom SFP ports
2
7
1.2 Configuration example using the CLI:
a. High Speed profile setup :
MSC1224GB# profile ratelimit set high 512000 512000
b. Low Speed profile setup :
MSC1224GB# profile ratelimit set low 64 64
c. Save Current configuration
MSC1224GB# config save
1.3 Profile assignment
a. Click Port > Enet in the navigation panel to display the following screen. b. Select and assign Profile_HighSpeed to port 1. After setting port 1, copy the
settings of port 1 to ports 2 to 12.
c. Assign Profile_LowSpeed to port 13. Then, similarly, copy the settings of port
13 to ports 14 to 24
8
d. CLI commands:
MSG1224GB# port enet ratelimit 1-1~12 High
MSG1224GB#port enet ratelimit 1-1~12 Low
MSC1224GB# port enable 1-1~24
MSC1224GB# config save
2. FMG3024-D10A
2.1 General setup
a. Click Network setting > Broadband in the navigation panel to display
the following screen.
b. Select Mode : Routing c. Select WAN Service Type : IP over Ethernet d. IPv6/IPv4 mode : IPv4 only e. Click the Apply button.
9
The goal of this case study is to demonstrate a proof of concept on a PPPoE service applied on ZyXEL own Active fiber and BRAS devices. The scenario focuses on three devices: IES-5106 (MSC1224GB, GLC1320G-55), FMG3024-D10A and SMG-700. The client shall be able to enjoy INTERNET access by simply plugging the Ethernet cable to the CPE, i.e. FMG3024-D10A.
*Note: we use IES-5106 (MSC1224GB+GLC1320G-55) as an example in the following description. *Note: We use ZyXEL FMG3024-D10A in this case.
Hardware/Firmware for deployment
Hardware
Firmware
BRAS Server
SMG-700
1.00(TF.4)c0
COE (IES-5106)
MSC1224GB
V4.03(UHC.1)
GLC1320G-55
V4.02(UHP.1)
CPE
FMG3024-D10A
V1.00(AACI.0)b12
Note: The RADIUS server used for this demo is “WinRadius v4.00”
Scenario
The WAN interface FMG3024-D10A shall be configured in PPPoE mode with the correct username and password, which the egress traffic will automatically be
PPPoE Service
3
10
tagged with VLAN=100. IES-5106 untags the incoming PPPoE traffic from the CPE, and relays it to the BRAS, SMG-700. The SMG-700 shall be able to establish the PPPoE connection by authenticating the username/password with the help of the WinRADIUS server, and relay the traffic to the NAT router, to allow the client to be able to access INTERNET.
IP domain topology
FMG3024-D10A
INTERNET
NAT Router
NB
Fiber
Copper AV cable
Cat 5e/6
Win Radius Server
IES5106
IP: 172.168.23.101/24
IP: assigned by FMG3024-D10A
LAN interface IP:192.168.1.1/24 DHCP server
WAN interface
IP: assigned by SMG-700
Uplink interface IP:172.168.23.10/24
Downlink interface IP:172.168.23.1/24 DHCP server
SMG-700
The IP topology is described in detail in the above diagram, keeping in mind that the NAT router in this demo has the ability to route the 172.168.23.0 domain to the INTERNET using its NAT feature. Notice that the WinRADIUS is a (free) software that can be installed on Windows OS, in this case, Windows XP.
11
SMG-700 configuration on IES-5106
1. Interface Configuration
a. Go to Network Setting > Interface Configuration. b. Select “up1” as the uplink Interface. c. Input the IP Address for the uplink interface, e.g. ”172.168.23.10”. d. Input the IP Subnet Mask for the uplink interface, e.g. “255.255.255.0”. e. Click Apply.
f. Select “down1” for the downlink Interface. g. Input the IP Address for the downlink interface, e.g. “172.168.23.10”. h. Input the IP Subnet Mask for the downlink interface, e.g. “255.255.255.0”. i. Click Apply.
2. PPPoE Setting Configuration
a. Go to Service Setting > PPPoE Setting. b. Type the AC name (access concentrator) of the PPPoE service, e.g. “test.com”. c. Select Increment IP address and start from and input the IP, e.g. “192.168.3.100” d. Input the Maximum Concurrent Sessions, e.g. “3000”. e. Check the Allow Duplicate MAC Address box. f. Click Apply.
Loading...
+ 25 hidden pages