Avaya P580 Switch User Manual


 
Avaya P550R, P580, P880, and P882 Multiservice Switch User Guide, v5.3.1 9-9
Configuring IP Routing
Using the CLI Using the CLI to create an IP interface requires two CLI commands.
1. Enter Configure mode.
2. Create an Interface Name first.
<configure># Interface <Interface_name> type <ethernet or nbma>
Example: Interface myif type ethernet
3. Assign an IP address to the interface.
<confg-if:myif># IP Address <ip-address> <network mask>
Example: (config-if:myif)# ip address 192.168.97.1 255.255.255.0
RIP Enable or disable RIP. The default value is Disable.
OSPF Enable or disable OSPF. The default value is
Disable.
Note: To Enable OSPF, The Admin State of the IP
interface must be set to down. Enable OSPF
and then set the Admin State to up.
Multicast
Protocol
Specify the multicast protocol for the interface.
Options include:
• None (Default)
• DVMRP
• IGMP
* Note: By Default, multicast forwarding is
disabled. To enable multicast
forwarding go to the IP Global
Configuration page.
Proxy ARP Enable or disable Proxy ARP. The default value is
Disable.
ICMP Redirect Enable or disable ICMP Redirect (IDRP). The default
value is Enable.
NetBIOS UDP
Rebroadcast
Enable or disable NetBIOS UDP Rebroadcasts. The
default value is Disable.
VRRP Enable or disable Virtual Redundancy Router
Protocol. The default value is Disable.
BOOTP/DHCP
Relay Gateway
Enable or disable the BOOTP/DHCP Relay Agent.
The default value is Enable.
Table 6-14. Add IP Interface Web Page Fields continued
Parameter Allows you to...