Avaya ERS8600 basic CLI

 [ VLAN ]

To create VLAN 2 as a port-based VLAN using STG 1:

ERS8600-Switch:# config vlan 2 create byport 1

If required, enabled VLAN tagging on port 1/13 and remove 1/13 from the default VLAN:
ERS8600-Switch:# config ethernet 1/13 perform-tagging enable
ERS8600-Switch:# config vlan 1 ports remove 1/13

To add VLAN 2 number:
ERS8600-Switch:# config vlan 2 ports add 1/13,1/20-1/25
 

To remove Ports from Default VLAN:
ERS8600:5#config vlan 1 ports remove 1/13,1/24-1/25

To add IP address to VLAN 2
ERS8600-Switch:# config vlan 2 ip create 10.1.30.2/24

 

 

[ EAP ]

To enable EAP Globaly:
ERS8600-Switch:#config sys set eapol enable

To enable EAPoL on ports 1/20 and 1/21:
ERS8600-Switch:#config ethernet 1/20-1/21 eapol admin-status auto

To set Ports 1/22-1/25 to EAPoL unauthorized:
ERS8600-Switch:#config ethernet 1/22-1/25 eapol admin-status force-unauthorized
 

To enable EAP Globally:
ERS8600:5#config sys set eapol enable

To enable EAPoL on ports 1/24 and 1/25:
ERS8600:5#config ethernet 1/24-1/25 eapol admin-status auto

 

[ RADIUS ]

To enable RADIUS Globally:
ERS8600-Switch:# config radius enable true

To add the RADIUS server, assuming the RADIUS key = eap8600:
ERS8600:5#config radius server create 10.1.30.10 secret eap8600 usedby eap

 
To enable RADIUS Globally:
ERS8600:5#config radius enable true
 

To add the RADIUS server, assuming the RADIUS key = eap8600:
ERS8600:5#config radius server create 10.1.30.10 secret eap 8600 usedby eap

 

[ OSPF ]

To enable OSPF interface type as passive for VLAN 3:

ERS8600:5#config vlan 3 ip ospf interface-type passive

To enable OSPF onVLAN 3:
ERS8600:5#config vlan 3 ipospf enable
 

To globally enable OSPF:
ERS8600:5#config ip ospf enable

 

 

[ DHCP ]

To enable DHCP relay onVLAN 3:
ERS8600:5#config vlan 3 ip dhcp-relay enable
ERS8600:5#config vlan 3 ip dhcp-relay mode dhcp

 

to globally enable DHCP agent:
ERS8600:5#config ip dhcp-relay create-fwd-path agent 10.1.26.1 server 10.1.30.10 mode dhcp state enable

 

 

Show Commands

show radius info
show radius show-all
show radius server stat
show radius server config

show radius-server statistics
show radius-server

 

show ports info eapol oper-stats 1/24 – 1/25 : To view the EAP operating status on
Ethernet ports 1/24 and 1/25

 

show ports info eapol auth-stats 1/15 : To view the EAP authenticator statistics on Ethernet ports 1/15

 

Leave a Reply