Node alias state and maximum entries settings are set using the set nodealias command in any command mode. Use the show nodealias config command to display the current nodealias state and maximum entries setting for this device.
The following example enables node alias on port ge.1.1, sets the maximum entries for ge.1.1 to 100, and displays all entries using the VRRP protocol:
System(rw)->set nodealias enable ge.1.1 System(rw)->set nodealias maxentries 100 System(rw)->show nodealias protocol vrrp ge.1.1 Port: ge.1.1 Time: 2009-07-24 16:20:37 -------------------------------------------------------- Alias ID = 194020 Active = true Vlan ID = 1 MAC Address = 00-00-5e-00-01-01 Protocol = vrrp Rtr ID = 0x01 Rtr priority = 0xff
The following example displays all entries on port ge.1.1 with a MAC address beginning with 00-90:
System(rw)->show nodealias mac 00-90 ge.1.1 Port: ge.1.1 Time: 2009-07-24 16:28:47 -------------------------------------------------------- Alias ID = 194067 Active = true Vlan ID = 1 MAC Address = 00-90-27-17-13-e7 Protocol = ip Source IP = 10.21.2.95
The following example displays all entries on port ge.1.1 with an IP subnet of 10.21.*.*
System(rw)->show nodealias protocol ip ip_address 10.21 ge.1.1 Port: ge.1.1 Time: 2009-07-25 08:12:33 -------------------------------------------------------- Alias ID = 194426 Active = true Vlan ID = 1 MAC Address = 00-00-5e-00-01-01 Protocol = ip Source IP = 10.21.64.1 . . . Port: ge.1.1 Time: 2009-07-25 08:25:15 -------------------------------------------------------- Alias ID = 194460 Active = true Vlan ID = 1 MAC Address = 00-01-f4-5b-5f-a7 Protocol = ip Source IP = 10.21.64.1 Port: ge.1.1 Time: 2009-07-25 08:14:45 -------------------------------------------------------- Alias ID = 194435 Active = true Vlan ID = 1 MAC Address = 00-e0-63-86-2b-bf Protocol = ip Source IP = 10.21.64.2