![Avaya 4524GT Скачать руководство пользователя страница 46](http://html1.mh-extra.com/html/avaya/4524gt/4524gt_configuration-manual_3027909046.webp)
The following text represents a sample ASCII configuration file:
! -------------------------------------------------------
! example script to configure different features from ACLI
! -------------------------------------------------------
!
enable
configure terminal
!
!
! -------------------------------------------------------
! add several MLTs and enable
! -------------------------------------------------------
mlt 3 name seg3 enable member 13-14
mlt 4 name seg4 enable member 15-16
mlt 5 name seg5 enable member 17-18
!
!
! -------------------------------------------------------
! add vlans and ports
! -------------------------------------------------------
!
! create vlan portbased
vlan create 100 name vlan100 type port
!
! add Mlts created above to this VLAN
vlan members add 100 17
!
! create vlan ip protocol based
vlan create 150 name vlan150 type protocol-ipEther2
!
! add ports to this VLAN
! in this case all ports
vlan members add 150 ALL
vlan ports ALL priority 3
!
! igmp
! you could disable proxy on vlan 100
vlan igmp 100 proxy disable
!
! -------------------------------------------------------
! Examples of changing interface parameters
! -------------------------------------------------------
! change speed of port 3
interface Fastethernet 3
speed 10
duplex half
exit
!
! change speed of port 4
interface Fastethernet 4
speed auto
duplex auto
exit
!
!
! -------------------------------------------------------
! SNMP configuration
! -------------------------------------------------------
snmp-server host 192.168.100.125 private
snmp-server community private
!
!
exit
System configuration fundamentals
46 Configuration — System
April 2011
Содержание 4524GT
Страница 1: ...Configuration System Avaya Ethernet Routing Switch 4500 Series 5 5 NN47205 500 07 01 April 2011...
Страница 58: ...System configuration fundamentals 58 Configuration System April 2011...
Страница 62: ...Power over Ethernet 62 Configuration System April 2011...
Страница 210: ...System configuration using ACLI 210 Configuration System April 2011...
Страница 356: ...System configuration using Enterprise Device Manager 356 Configuration System April 2011...
Страница 362: ...Configuration reference 362 Configuration System April 2011...