Toto je starší verze dokumentu!
Obsah
Extreme Networks
Konfigurace
= show ipconfig : ukáže nastavení IP = enable web http : zapne http = enable ipforwarding : zapne forwarding *nastavení IP<code>configure vlan "Default" ipaddress 10.10.204.123/24</code> *nastavení jména<code>configure snmp sysName AB-03_3.28</code> *vytvoření vlan<code>
create vlan data configure vlan „data“ tag 204 </code>
- konfigruace trunk portu
configure vlan default add port 1 untagged configure vlan data add port 1 tagged configure vlan voice add port 1 tagged
- přiřadí portu 4 vlanu data
configure vlan data add port 4 untagged
- nastavení def. gw
configure iproute add default 10.151.1.10
- DHCP relay (ip helper)
configure bootprelay add <ip_address> enable bootprelay
ACL
- editace politiky použitím VI editoru
edit policy <filename>
- příklad politiky
# this line is a comment @description "This line is a description for the denyping.pol" entry ping_deny_echo-request { if { protocol icmp; icmp-type echo-request; } then { deny; count pingcount_deny; } }
- ukázání politiky
show policy
- přidání politiky na vlan/port
configure access-list <filename> vlan "Fehrer"
