![Vivotek AW-IHT-1270 Скачать руководство пользователя страница 142](http://html1.mh-extra.com/html/vivotek/aw-iht-1270/aw-iht-1270_user-manual_1041015142.webp)
134
Example:
➢
IP Forwarding Enable: This command is used to enable ip forwarding (routing).
L2SWITCH(config)#ip forwarding enable
➢
IP Forwarding Disable: This command is used to disable ip forwarding.
L2SWITCH(config)#no ip forwarding enable
➢
ARP proxy enable: This command is used to enable ARP proxy.
L2SWITCH(config)#ip arp proxy enable
➢
ARP proxy disable: This command is used to disable ARP proxy.
L2SWITCH(config)#no ip arp proxy enable
➢
Add a static IPv4/IPv6 ARP entry: This command is used to add a static IPv4/IPv6 ARP
entries.
L2SWITCH(config)#ipv4 arp 192.168.20.1 00:11:22:33:44:55
L2SWITCH(config)#ipv6 arp 1234:ab::ccdd 00:11:22:33:44:55
➢
Deletes a static IPv4/IPv6 ARP entry: This command is used to delete static IPv4/IPv6 ARP
entries
L2SWITCH(config)#no ipv4 arp 192.168.20.1 00:11:22:33:44:55
L2SWITCH(config)#no ipv6 arp 1234:ab::ccdd 00:11:22:33:44:55
➢
Assigning a IPv4/IPv6 interface router: This command is used to add an IPv4/IPv6 interface
route to a interface vlan.
L2SWITCH(config)#interface vlan 1
L2SWITCH(config-if-vlan-l3)#
L2SWITCH(config-if-vlan-l3)#ipv4 address 192.168.20.1/24
L2SWITCH(config-if-vlan-l3)#ipv6 address 1234:ab::ccdd/120
➢
Deleting IPv4/IPv6 address: This command is used to delete an IPv4/IPv6 interface route
from a interface vlan.
L2SWITCH(config-if-vlan-l3)#no ipv4 address 192.168.20.1/24
L2SWITCH(config-if-vlan-l3)#no ipv6 address 1234:ab::ccdd/120
➢
Adding static IPv4/IPv6 route: This command is used to add an IPv4/IPv6 static route to a
interface vlan.
L2SWITCH(config-if-vlan-l3)#ipv4 address 192.168.20.1/24 192.168.20.1
L2SWITCH(config-if-vlan-l3)#ipv6 address 1234:ab::ccdd/120 1234:ab::ccdd
➢
Deleting static IPv4/IPv6 route: This command is used to delete an IPv4/IPv6 static route
form an interface vlan.
L2SWITCH(config-if-vlan-l3)#no ipv4 address 192.168.20.1/24 192.168.20.1
L2SWITCH(config-if-vlan-l3)#no ipv6 address 1234:ab::ccdd/120 1234:ab::ccdd