Cisco 3725 Software Configuration Guide - Page 99

Table 3-10, Configuring IP Routing to the AIC with an Unnumbered IP Address, Table 3-11, Configuring

Page 99 highlights

Chapter 3 Configuring with the Command-Line Interface Configuring the NM-AIC-64, Contact Closure Network Module Table 3-10 Configuring IP Routing to the AIC with an Unnumbered IP Address Step 1 Command Router(config)# ip route network-number network-mask {IP address | interface} [distance] [name name] Purpose Establish the discrete IP route and mask on the router's serial interface. The arguments have the following meanings: network-number-IP address of the target network or subnet. network-mask-Network mask that lets you mask network and subnetwork bits. IP address-Internet address of the next hop that can be used to reach that network in standard IP address notation. Example: 10.1.1.1. interface-Network interface to use. distance-(Optional) An administrative distance, which is a rating of the trustworthiness of a routing information source, such as an individual router or a group of routers. name name-(Optional) Name of the user profile. Example: Step 2 Step 3 Router(config)#ip route 10.5.5.2 255.255.255.255 serial2/0 Router(config)# interface serialslot/port Enter serial interface mode. Enter the slot in which the AIC is installed and port 0. Router(config-if)# ip unnumbered type interface-number Enable IP processing on the serial interface to the AIC without assigning an explicit IP address to the interface. The type and interface-number arguments indicate another interface on which the router has an assigned IP address. The other interface cannot be an unnumbered interface, because only an interface that has its own IP address can be used to "lend" its IP to the serial port. Enter, for example: Step 4 Router(config-if)# exit Router(config-if)# ip unnumbered FastEthernet 0/0 Exit serial interface mode. Table 3-11 Configuring IP Routing to the AIC without an Unnumbered IP Address Step 1 Step 2 Command Router(config)# interface serialslot/port Router(config-if)# ip address ip-address network-mask Purpose Enter the serial interface mode. Enter the slot in which the AIC is installed and the port 0. Specifie the IP address and mask of the router's serial interface to the AIC. For example: Step 3 Router(config-if)# exit Router(config)# ip route 10.5.5.1 255.255.255.0 Exits the serial interface mode. OL-1957-04 Software Configuration Guide for Cisco 2600 Series, Cisco 3600 Series, and Cisco 3700 Series Routers 3-39

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196

3-39
Software Configuration Guide for Cisco 2600 Series, Cisco 3600 Series, and Cisco 3700 Series Routers
OL-1957-04
Chapter 3
Configuring with the Command-Line Interface
Configuring the NM-AIC-64, Contact Closure Network Module
Table 3-10
Configuring IP Routing to the AIC with an Unnumbered IP Address
Table 3-11
Configuring IP Routing to the AIC without an Unnumbered IP Address
Command
Purpose
Step 1
Router(config)#
ip route
network-number network-mask
{
IP address
|
interface
}
[
distance
] [
name
name
]
Establish the discrete IP route and mask on the
router’s serial interface. The arguments have the
following meanings:
network-number
—IP address of the target
network or subnet.
network-mask
—Network mask that lets you mask
network and subnetwork bits.
IP address
—Internet address of the next hop that
can be used to reach that network in standard
IP address notation. Example: 10.1.1.1.
interface
—Network interface to use.
distance
—(Optional) An administrative distance,
which is a rating of the trustworthiness of a
routing information source, such as an individual
router or a group of routers.
name
name
—(Optional) Name of the user profile.
Example:
Router(config)#ip route 10.5.5.2
255.255.255.255 serial2/0
Step 2
Router(config)#
interface serial
slot/port
Enter serial interface mode. Enter the slot in which
the AIC is installed and port 0.
Step 3
Router(config-if)#
ip unnumbered
type interface-number
Enable IP processing on the serial interface to the
AIC without assigning an explicit IP address to the
interface. The
type
and
interface-number
arguments indicate another interface on which the
router has an assigned IP address. The other
interface cannot be an unnumbered interface,
because only an interface that has its own IP
address can be used to “lend” its IP to the serial
port. Enter, for example:
Router(config-if)#
ip unnumbered
FastEthernet 0/0
Step 4
Router(config-if)#
exit
Exit serial interface mode.
Command
Purpose
Step 1
Router(config)#
interface serial
slot/port
Enter the serial interface mode. Enter the slot in
which the AIC is installed and the port 0.
Step 2
Router(config-if)#
ip address
ip-address
network-mask
Specifie the IP address and mask of the router’s
serial interface to the AIC. For example:
Router(config)#
ip route 10.5.5.1
255.255.255.0
Step 3
Router(config-if)#
exit
Exits the serial interface mode.