Cisco 7206VXR Configuration Guide - Page 149

Sample Configuration, negotiation auto, no negotiation, media-type, ip address, speed - page issues

Page 149 highlights

Chapter 4 Observing System Startup and Performing a Basic Configuration Configuring a Cisco 7200 VXR Router Step 2 When using the GBIC media, there is also the additional negotiation auto command that is used to enable the IEEE 802.1z Gigabit Ethernet (1000 Mbps) autonegotiation protocol. To turn the autonegotiation feature off (it is on by default), issue the interface command no negotiation auto. This is useful for connecting to other Gigabit Ethernet equipment that does not support 802.1z autonegotiation. Note The autonegotiation feature is not supported when using the rj-45 media type and will be ignored if implementation is attempted If you change from the GBIC or SFP to the RJ-45 media type, you must set speed and duplex after you have executed the media-type command to ensure the interface will operate in the correct mode. The media-type GBIC or media-type SFP mode will always default to 1000 Mbps. Both full-duplex and half-duplex operation are supported in this mode. Sample Configuration The following shows a typical configuration for the three Gigabit Ethernet interfaces on the NPE-G1. In this example, the first interface is configured for the GBIC media type, the second interface is configured for the RJ-45 media type, and the third interface is not used. interface GigabitEthernet0/1 ip address 10.198.75.35 255.255.255.240 load-interval 30 no keepalive duplex full speed 1000 media-type gbic no negotiation auto no cdp enable no shutdown ! interface GigabitEthernet0/2 ip address 10.179.16.2 255.255.255.240 duplex auto speed auto media-type rj45 no cdp enable no shutdown ! interface GigabitEthernet0/3 no ip address shutdown duplex auto speed auto media-type rj45 no negotiation auto no cdp enable Note At the very minimum, an interface must be configured with the ip address, media-type, and speed commands before it can be enabled using the no shutdown command. Other interface commands might be needed, depending on the nature of the connected network. OL-5013-09 Cisco 7200 VXR Installation and Configuration Guide 4-9

  • 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

4-9
Cisco 7200 VXR Installation and Configuration Guide
OL-5013-09
Chapter 4
Observing System Startup and Performing a Basic Configuration
Configuring a Cisco 7200 VXR Router
When using the GBIC media, there is also the additional
negotiation auto
command that is used to
enable the IEEE 802.1z Gigabit Ethernet (1000 Mbps) autonegotiation protocol.
Step 2
To turn the autonegotiation feature off (it is on by default), issue the interface command
no negotiation
auto
. This is useful for connecting to other Gigabit Ethernet equipment that does not support 802.1z
autonegotiation.
Note
The autonegotiation feature is not supported when using the rj-45 media type and will be ignored if
implementation is attempted
If you change from the GBIC or SFP to the RJ-45 media type, you must set speed and duplex after you
have executed the
media-type
command to ensure the interface will operate in the correct mode.
The
media-type
GBIC or
media-type SFP
mode will always default to 1000 Mbps. Both full-duplex
and half-duplex operation are supported in this mode.
Sample Configuration
The following shows a typical configuration for the three Gigabit Ethernet interfaces on the NPE-G1. In
this example, the first interface is configured for the GBIC media type, the second interface is configured
for the RJ-45 media type, and the third interface is not used.
interface GigabitEthernet0/1
ip address 10.198.75.35 255.255.255.240
load-interval 30
no keepalive
duplex full
speed 1000
media-type gbic
no negotiation auto
no cdp enable
no shutdown
!
interface GigabitEthernet0/2
ip address 10.179.16.2 255.255.255.240
duplex auto
speed auto
media-type rj45
no cdp enable
no shutdown
!
interface GigabitEthernet0/3
no ip address
shutdown
duplex auto
speed auto
media-type rj45
no negotiation auto
no cdp enable
Note
At the very minimum, an interface must be configured with the
ip address
,
media-type
, and
speed
commands before it can be enabled using the no shutdown command. Other interface commands might
be needed, depending on the nature of the connected network.