Ciscoルータ(1712)のIPアドレス設定について
上記ルータのセットアップをしようとしています。
現在の設定状況は以下のとおりです。
FastEthernet1に対してIPアドレスを設定しようとしていますが、
うまく設定できません。設定方法は間違えていないと思いますが・・
いろいろ調べているところですがが、なかなか解決できません。
解決方法を教えてください。
よろしくお願いします。
router1#configure
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
router1(config)#interface FastEthernet 1
router1(config-if)#ip address 192.168.2.1 255.255.255.0
% IP addresses may not be configured on L2 links.
router1(config-if)#
---現在のshow conf---
interface BRI0
no ip address
no ip route-cache
shutdown
no cdp enable
!
interface FastEthernet0
ip address 192.168.1.1 255.255.255.0
no ip route-cache
speed auto
half-duplex
no cdp enable
!
interface FastEthernet1
no cdp enable
!
interface FastEthernet2
shutdown
no cdp enable
!
interface FastEthernet3
shutdown
no cdp enable
!
interface FastEthernet4
shutdown
no cdp enable
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
no ip address
no ip route-cache
ip tcp adjust-mss 1452
shutdown
!
ip classless
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 5 life 86400 requests 10000
補足
回答ありがとうございます。 ということはつまり、ルータ自体にIPアドレスを設定することは無いという認識で宜しいのでしょうか?