Configure switch 1 (SW1) to operate in the network using the IP address, subnet mask, and gateway address specified in Table 1.



Table 1 Computer IP Addresses, Subnet Masks, and Gateway Addresses

```
SW1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

SW1(config)# int vlan 1
SW1(config-if)# ip address 192.168.21.10 255.255.255.240

SW1(config)# ip default-gateway 192.168.21.1
SW1(config)#
```

Computer Science & Information Technology

You might also like to view...

Navigation forms are useful when your database is Web-based because browsers do not display Access's Navigation Pane

Indicate whether the statement is true or false

Computer Science & Information Technology

When you create a view, you cannot assign column names that are different from those in the base table .

Answer the following statement true (T) or false (F)

Computer Science & Information Technology