Sie sind auf Seite 1von 14

Alcatel 5523 & 7302 Hands-on

Broadband Access
7302/5523 Operator
Hands-on

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

CLI Configuration Examples

University
CLI Configuration Examples

7302-7330/5523 operator part 1

Alcatel-Lucent University Antwerp

3FL 00324 AAAA WNZZA Ed01

Alcatel-Lucent University Antwerp


1

Alcatel University

Alcatel 5523 & 7302 Hands-on

Table of contents
p. 3
p. 3
p. 4
p. 6
p. 8
p. 10
p. 12
p. 12
p. 13

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

Conventions
CLI Basic Operations
Basic Configuration
Residential Bridge
Cross Connect
IP Aware Bridge
PPPoA to PPPoE translation
PPPoE termination
Initial Setup from Scratch

3FL 00324 AAAA WNZZA Ed01

Alcatel University

Alcatel 5523 & 7302 Hands-on

Conventions
configure vlan
configure vlan

# comment

required CLI command


optional CLI command

comment

CLI Basic Operations


Command Help & navigation

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

?
help
exit
tree
back
history
| match exact:xxx

3FL 00324 AAAA WNZZA Ed01

Alcatel University

Alcatel 5523 & 7302 Hands-on

Basic Configuration
Retrieval of all information
configure
> info detail

Retrieval of equipment information


show equipment isam detail

show equipment shelf 1/1 detail


info configure equipment shelf 1/1

# includes remote inventory info

show equipment slot 1/1/4 detail


info configure equipment slot 1/1/4
show equipment applique 1/1/2 detail
info configure equipment applique 1/1/2

Retrieval SHUB Ethernet port information


show interface shub port
info configure interface shub port detail

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

Retrieval of XDSL-line information

show xdsl profiles


show interface port | match exact:admin-up | match skip exact:down
info configure xdsl | match exact:profile | match exact:name
info configure xdsl | match after exact:1/1/4
info configure xdsl line 1/1/4/1
info configure xdsl service-profile
info configure xdsl spectrum-profile
info configure interface port xdsl-line:1/1/4/1 detail
show xdsl operational-data line 1/1/4/1
show xdsl operational-data near-end line 1/1/4/1
show xdsl operational-data far-end line 1/1/4/1

Retrieval of ATM Termination information


show atm interface 1/1/4/1
info configure atm

3FL 00324 AAAA WNZZA Ed01

Alcatel University

Alcatel 5523 & 7302 Hands-on

Configuration equipment
configure equipment isam description ISAM6

# set system-id

configure equipment slot 1/1/4 planned-type eblt-a


configure equipment applique 1/1/2 planned-type ecnc-a
For FTTN 7330:
configure equipment applique 1/1/4 planned-type rvsp-b
configure equipment slot 1/1/4 no planned-type
configure equipment slot 1/1/4 no unlock
configure equipment slot 1/1/4 power-down
board

# match LT1
# board removal
# lock board
# power down

Configuration uplink ports SHUB

configure interface shub port 3 port-type network

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

Configuration XDSL-line

configure xdsl service-profile 1 name test_service


> ra-mode-down operator-ctrld
> plan-bitrate-down 15000
> ra-mode-up operator-ctrld
> plan-bitrate-up 1000
> active
configure xdsl spectrum-profile 1 name test_spectrum
> g992-5-a
> active
configure xdsl line 1/1/4/1 service-profile 1 spectrum-profile 1 admin-up
# must be on one line !!!
configure interface port xdsl-line:1/1/4/1 user customer_name
configure interface port xdsl-line:1/1/4/1 admin-up
# only to unlock a locked user
port
(extra: setting parameters for performance monitoring)
configure xdsl line 1/1/4/1
> tca-line-threshold es-nearend 360 ses-nearend 10 uas-nearend 10 enable
(extra: user modem up/down alarm trap)
configure interface port xdsl-line:1/1/4/1 link-updown-trap

Configuration Logical flow


configure atm pvc 1/1/4/1:8:36 aal5-encap-type llc-snap
configure atm pvc 1/1/4/1:8:36
configure bridge port 1/1/4/1:8:36

# =equivalent

Configuration & Retrieval Link Aggregation


configure la no disable-lacp
configure la aggregator-port 2
show la aggregator-info 2

Configuration RSTP
configure rstp
configure rstp network-port 2
show rstp port-info
admin bridge rstp port 2

3FL 00324 AAAA WNZZA Ed01

Alcatel University

Alcatel 5523 & 7302 Hands-on

Residential Bridge
10.10.151.1
=> USER GW

SHUB

E-MAN

ISP

LT
8/36
VLAN

IP

151

VLAN 151

192.168.10.10
192.168.20.10

BRIDGED

RESIDENTIAL
BRIDGE MODE

DHCP SERVER
10.10.151.2

10.10.151.ZZ
=> DHCP

Create VLAN LT + SHUB


2006 ALCATEL BELL N.V. ALL RIGHTS
RESERVED

configure vlan id 151 name VLAN-151 mode residential-bridge


configure vlan id 151 dhcp-opt-82 circuit-id physical-id remote-id customer-id
configure vlan id 151 pppoe-relay

# DHCP
# PPPoE

configure vlan shub id 151 name VLAN-151 mode residential-bridge


configure vlan shub id 151 egress-port lt:1/1/[4...19]
configure vlan shub id 151 egress-port network:2
configure vlan shub id 151 untag-port network:2

# implicit tagging network

Create user RB
configure bridge port 1/1/4/1:8:36 vlan-id 151
configure bridge port 1/1/4/1:8:36 pvid 151
configure bridge port 1/1/4/1:8:36 max-unicast-mac 4

3FL 00324 AAAA WNZZA Ed01

Alcatel University

Alcatel 5523 & 7302 Hands-on

Residential Bridge with protocol filter


DHCP SERVER
10.10.151.2
192.168.10.10
192.168.20.10

10.10.151.1

PORT-PROTOCOL
IPoE

VLAN 151
10.10.151.ZZ

ISP

=> DHCP
VLAN

IP

151

E-MAN

SHUB

8/36

LT
VLAN
200
BRIDGED

BRAS
PPPoE Server
100.100.100.ZZ
PORT-PROTOCOL
PPPoE

=> PPPoE

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

Same setup principle as above, but now add the following to provide VLAN membership based on
protocol:
configure vlan port-protocol 1/1/4/1:8:36 protocol-group ipoe vlan-id 151 priority 0
configure vlan port-protocol 1/1/4/1:8:36 protocol-group pppoe vlan-id 200 priority
0

Delete RB
Note: before applying following commands delete any VLAN associations
configure vlan shub no id 151
configure vlan no id 151

Retrieval of RB info
show vlan global
show vlan residential-bridge
show vlan bridge-port-fdb
# learned MAC addresses
show vlan fdb
# learned MAC addresses ASAM core
show vlan shub-fdb
# learned MAC addresses SHUB
show vlan port-vlan-map
show vlan shub-port-vlan-map | match exact:200
configure vlan
> info detail
configure bridge port 1/1/4/1:8:36
> info detail
configure bridge
> info detail

3FL 00324 AAAA WNZZA Ed01

Alcatel University

Alcatel 5523 & 7302 Hands-on

CROSS CONNECT
E-MAN
Network

CC

Transparant bit pipe

Service
Hub/ NT

C-VLAN

configure
configure
configure
configure
configure
configure

CC
LT

vlan id 400 name C400 mode cross-connect


vlan shub id 400 mode cross-connect
vlan shub id 400 egress-port network:2
vlan shub id 400 egress-port lt:1/1/4
bridge port 1/1/4/1:8:36 vlan-id 400
bridge port 1/1/4/1:8:36 pvid 400

configure vlan shub id 400 untag-port network:2

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

S-VLAN
configure
configure
configure
configure
configure
configure

vlan id stacked:400:0 name S400 mode cross-connect


vlan shub id 400 mode cross-connect
vlan shub id 400 egress-port network:2
vlan shub id 400 egress-port lt:1/1/4
bridge port 1/1/4/1:8:36 vlan-id stacked:400:0
bridge port 1/1/4/1:8:36 pvid stacked:400:0

Note: can accept all types of frames but only untagged frames are sent to subscriber
configure bridge port 1/1/4/2:8:36 vlan-id stacked:400:0 accept-frame-type mixed-tagged

SC-VLAN
configure
configure
configure
configure
configure
configure
configure
configure
configure

vlan id stacked:500:0 name S500 mode layer2-terminated


vlan id stacked:500:600 name SC500600 mode cross-connect
vlan id stacked:500:700 name SC500700 mode cross-connect
vlan shub id 500 mode cross-connect
vlan shub id 500 egress-port network:2
vlan shub id 500 egress-port lt:1/1/4
bridge port 1/1/4/2:8:36 vlan-id stacked:500:600
bridge port 1/1/4/2:8:36 vlan-id stacked:500:700
bridge port 1/1/4/1:8:36 pvid stacked:500:600

Delete CC VLAN
#Note: before applying following commands delete any VLAN associations
configure vlan shub no id 400
configure vlan no id 400

Retrieval of Information
show
show
show
show
show

vlan
vlan
vlan
vlan
vlan

global
cross-connect
bridge-port-fdb
fdb
shub-fdb

3FL 00324 AAAA WNZZA Ed01

# learned MAC addresses


# learned MAC addresses ASAM core
# learned MAC addresses SHUB

Alcatel University

Alcatel 5523 & 7302 Hands-on

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

show vlan port-vlan-map


configure vlan
> info detail
configure bridge port 1/1/4/1:8:36
> info detail

3FL 00324 AAAA WNZZA Ed01

Alcatel University

Alcatel 5523 & 7302 Hands-on

IP Aware Bridge

Single IP pool - one VLAN, static user IP addresses


Create VLAN:

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

configure
configure
configure
configure

vlan
vlan
vlan
vlan

id 170 name VLAN-170 mode layer2-terminated


shub id 170 name VLAN-170 mode layer2-terminated
shub id 170 egress-port network:2
shub id 170 egress-port lt:1/1/[4...19]

Create VRF on the LT:


configure ip vrf 17 name ipaware mode forwarder

Define IP Interface on the NT and the LT:

configure ip vrf 17 network-itf 170 unnumbered arp-policy trusted


configure ip vrf 17 user-itf bridgeport 1/1/4/1:8:36

Assign a static IP address to the default gateway:


configure ip vrf 17 gateway-itf ip-address 10.10.170.1/24

Create default route towards the network:


configure ip vrf 17 route-dest 0.0.0.0/0 next-hop 10.10.170.1:network:vlan:170

Create a static route towards the user and assign a static IP address:
configure ip vrf 17 route-dest 10.10.170.100/32 next-hop direct:userbridgeport:1/1/4/1:8:36

3FL 00324 AAAA WNZZA Ed01

Alcatel University

10

Alcatel 5523 & 7302 Hands-on

Single IP pool - one VLAN, DHCP


Create VLAN:
configure
configure
configure
configure

vlan
vlan
vlan
vlan

id 170 name VLAN-170 mode layer2-terminated


shub id 170 name VLAN-170 mode layer2-terminated
shub id 170 egress-port network:2
shub id 170 egress-port lt:1/1/[4...19]

Create VRF on the LT:


configure ip vrf 17 name ipaware mode forwarder

Define IP Interface on the NT and the LT:


configure ip vrf 17 network-itf 170 unnumbered arp-policy trusted
configure ip vrf 17 user-itf bridgeport 1/1/4/1:8:36

Create default route towards the network:


configure ip vrf 17 route-dest 0.0.0.0/0 next-hop 10.10.170.1:network:vlan:170

Create DHCP functionality:


configure dhcp-relay agent 17 option-82 circuit-id customer-id
configure dhcp-relay agent 17 bcast-vlan l2-vlan:170

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

Retrieval of information

configure vlan id 170


> info detail
configure vlan shub id 170
> info detail
configure ip
> info detail
show ip vrf-mapping
show ip vrf-media
show ip vrf-interface user bridgeport
statistics
show ip vrf-interface user port
show ip vrf-statistics 17

# list VRF
# all learned IP addresses in the VRF
# all configured user bridgeports +
# all configured user ports + statistics
# ip forwarding statistics

Remove default gateway


configure ip vrf 17 gateway-itf
> no ip-address 10.10.170.1/24

Remove static route


configure ip vrf 17
> no route-dest 10.10.170.100/32 next-hop direct:userbridgeport:1/1/4/1:8:36

Create another static route to end user


configure ip vrf 17 route-dest 10.10.170.101/32 next-hop direct:userbridgeport:1/1/4/1:8:36

3FL 00324 AAAA WNZZA Ed01

Alcatel University

11

Alcatel 5523 & 7302 Hands-on

PPPoA to PPPoE translation


7302 ISAM
BRAS

IB
E-MAN
Network

Create VLAN
configure
configure
configure
configure

vlan
vlan
vlan
vlan

translation
to PPPoE
by PPPoE
client

GE

Aggr.

LT

POTS,IS
DN

CPE

id 200 name 200 mode residential-bridge


shub id 200 mode residential-bridge
shub id 200 egress-port network:2
shub id 200 egress-port lt:1/1/4

Create ATM logical flow

configure atm pvc 1/1/4/5:0:35 aal5-encap-type llc-nlpid

Create PPPox-relay engine

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

configure pppox-relay cross-connect global-session


configure pppox-relay cross-connect engine 200 name 200
configure pppox-relay cross-connect client-port 1/1/4/5:0:35 vlan-id 200 max-cc 2
default-priority 0

PPPoE termination

Retrieval of PPPoE termination information


configure ip
> info detail
configure pppoe pppox-interface 1/1/8/5:8:36
> info detail

3FL 00324 AAAA WNZZA Ed01

Alcatel University

12

Alcatel 5523 & 7302 Hands-on

Initial Setup from Scratch

ISP

IP

E-MAN

PORT 2

SHUB

LT

NETWORK PORT

LAN AUA => 172.31.79.0/25 NETWORK

PORT 1

OUTBAND MGT PORT

UNTAGGED

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

AWS AUA
DUVEL
=> 172.31.79.134
ORVAL =>
=>172.31.79.133
172.31.79.132

MGT VLAN => 4093

MGT IP
MGT IP

MGT IP

ISAM1 => 172.31.79.15


1
ISAM2 => 172.31.79.15
2
ISAM6 => 172.31.79.15
6

Connect via serial cable to ACU board / select C for full CLI access
login: isadmin, password: i$@mad- (change password to ANS#150)
Setup below is for single IP address only.

For Single IP address option:


configure system single-public-ip

Management IP addresses (here: ISAM IP = 172..31.79.153)


configure system management host-ip-address manual:172.31.79.153/25
configure system management default-route 172.31.79.129

Outband management on port 1


configure interface shub port 1 port-type outband-mngt
configure interface shub port 1 admin-status auto-up
# either use management vlan different from the default MGT-VLAN 4093:
configure system mgnt-vlan-id 456
configure system shub entry vlan ext-vlan-id 456
# hereby is mgnt vlan automatically created on shub
configure vlan shub id 456 egress-port network:1
configure vlan shub id 456 untag-port network:1 # only if untagged mgt-port
configure bridge shub port 1 pvid 456
# only if untagged mgt-port
# or use the default MGT-VLAN 4093 / untagged
configure vlan shub id 4093 egress-port network:1
configure vlan shub id 4093 untag-port network:1
configure bridge shub port 1 pvid 4093

Enable port 2 on SHUB for Network traffic (no VLAN memberships yet)
configure interface shub port 2 port-type network
configure interface shub port 2 admin-status auto-up

3FL 00324 AAAA WNZZA Ed01

Alcatel University

13

Alcatel 5523 & 7302 Hands-on

AWS Management (Access Filter, SNMP)


# Note: you can also specify: 0.0.0.0/0 to grant any IP station access
configure system security snmp community public host-address 172.31.79.0/24
context nt privilege read-write
# Note: you can also specify: 0.0.0.0/0 to grant any IP station access
configure system security snmp community NETMAN host-address 172.31.79.0/24
context shub privilege read-write

Optional commands: Save and reset SHUB

2006 ALCATEL BELL N.V. ALL RIGHTS


RESERVED

admin software-mngt shub database save


admin equipment reboot-shub systemreset

3FL 00324 AAAA WNZZA Ed01

Alcatel University

14

Das könnte Ihnen auch gefallen