
Using the Bay Command Console (AN/BN Routers)
5-6 117383-A Rev. A
8. Add IP (address 192.168.1.1, mask 255.255.255.224) to ethernet/13/1.
ethernet/13/1# ip 192.168.1.1/24
ip/192.168.1.1/255.255.255.224#
The “.../24” in the mask value represents the number of binary bits reserved
for the network portion of the interface address. The BCC also recognizes a
mask value you enter in dotted-decimal notation, as follows:
ethernet/13/1# ip 192.168.1.1/255.255.255.224
ip/192.168.1.1/255.255.255.224#
9. Enable RIP on ip/192.168.1.1/255/255/255/224.
ip/192.168.1.1/255.255.255.224# rip
rip/192.168.1.1#
Although you typically add RIP at the “ip/...” prompt shown here, you can
also enter the
rip command without navigating to “ip/...” on this branch of the
router configuration tree, as follows:
arp/192.168.1.1/1# rip
rip/192.168.1.1#
The BCC searches backward toward root level until it finds the first level
where the object you named can be configured. Finding this level in the tree,
the BCC configures the object and leaves you in that context. If the object
you name already exists, the BCC merely enters that context.
Note in the second example that the starting context is ARP and the ending
context is RIP.
10. Verify values currently assigned to parameters of RIP.
rip/192.168.1.1# info
on ip/192.168.1.1/255.255.255.224
state enabled
supply enabled
listen enabled
default-supply disabled
default-listen disabled
. . .
. . .
. . .
11. Go back to the previous configuration level.
rip/192.168.1.1# back
ip/192.168.1.1/255.255.255.224#
Comentarios a estos manuales