User Guide

OmniAccess SafeGuard OS Administration Guide
191
Chapter 5: Setting Up SafeGuard Switches
The command has no parameters or variables.
The following example is representative of the command output:
(SafeGuardOS) #show arp switch
MAC Address IP Address Interface
------------------- ---------------- ------------
00:15:C5:03:63:36 172.16.3.35 Management
00:0D:56:38:BB:63 172.16.3.134 Management
The fields in the output represent:
Configuring Static Routing
SafeGuard OS supports simple, static routing. A static route entry consists of the
destination IP network address and the IP address of the next hop router.
1 Verify that routing is enabled on the VLANs using the interface. Use the show
vlan id command to display the link state of the interface. If the VLAN is enabled,
it shows as being in either the up or down link state. See Showing VLAN ID on
page 147. An ip address must be configured on the VLANs
2 Enable routing on the switch using the ip routing command in Global
Configuration mode. Use the no version of the command to disable routing
(default).
ip routing
no ip routing
The commands have no parameters or variables. The following example enables
routing on the switch:
(SafeGuardOS) #configure terminal
(SafeGuardOS) (config) #ip routing
(SafeGuardOS) (config) #
3 Create the static route to the destination router using the ip route command in
Global Configuration mode. Use the no version of the command to delete the next
hop to the destination router.
Field Description
MAC Address
Displays the hardware MAC address of the device.
IP Address Displays the IP address of a device on a subnet
attached to the switch.
Interface Displays the routing slot/port associated with the
device’s ARP entry.