From: Charles T. Alexander (charles.t.alexander@verizon.net)
Date: Sun Jun 13 2004 - 12:06:14 GMT-3
In my lab I use an old C4000 with 11.3 as a backbone router. Up until
this time this has not caused me a problem. The lab I am doing calls
for ISIS to be loaded on this router. After I enter the router isis
statement, the net statement is not available, see below. It will state
that ISIS is running but not show it. If I do another router isis it
will state that that ISIS is running with tag "" or if I put a number on
it will show with tag "1".
bb2#c
Enter configuration commands, one per line. End with CNTL/Z.
bb2(config)#router isis
bb2(config-router)#?
Router configuration commands:
default Set a command to its defaults
default-information Control distribution of default information
distance Define an administrative distance
distribute-list Filter networks in routing updates
exit Exit from routing protocol configuration mode
help Description of the interactive help system
maximum-paths Forward packets over multiple paths
no Negate a command or set its defaults
passive-interface Suppress routing updates on an interface
redistribute Redistribute information from another routing
protocol
summary-address Configure IP address summaries
traffic-share Algorithm for computing traffic share for
alternate
routes
bb2(config-router)#
Below is the current config
bb2#r
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname bb2
!
enable password radnor
!
ip subnet-zero
no ip domain-lookup
!
!
interface Loopback0
ip address 200.2.2.1 255.255.255.224
!
interface Loopback1
ip address 200.2.2.33 255.255.255.224
!
interface Loopback2
ip address 200.2.2.65 255.255.255.224
!
interface Loopback3
ip address 200.2.2.97 255.255.255.224
!
interface Loopback4
ip address 200.2.2.129 255.255.255.224
!
interface Loopback5
ip address 200.2.2.161 255.255.255.224
!
interface Loopback6
ip address 210.10.20.1 255.255.255.248
!
interface Loopback7
ip address 210.10.20.9 255.255.255.248
!
interface Loopback8
ip address 210.10.20.17 255.255.255.248
!
interface Loopback9
ip address 210.10.20.25 255.255.255.248
!
interface Loopback10
ip address 210.10.20.33 255.255.255.248
!
interface Ethernet0
ip address 139.10.67.100 255.255.255.0
shutdown
media-type 10BaseT
!
interface Ethernet1
no ip address
shutdown
media-type 10BaseT
!
router bgp 200
network 210.10.20.0 mask 255.255.255.248
network 210.10.20.8 mask 255.255.255.248
network 210.10.20.16 mask 255.255.255.248
network 210.10.20.24 mask 255.255.255.248
network 210.10.20.32 mask 255.255.255.248
neighbor 139.10.67.6 remote-as 6789
neighbor 139.10.67.6 route-map setmed out
neighbor 139.10.67.7 remote-as 6789
!
ip classless
!
logging buffered 10000 debugging
access-list 1 permit 210.10.20.0 0.0.0.8
route-map setmed permit 10
match ip address 1
set metric 10
!
route-map setmed permit 20
set metric 20
!
alias exec i show ip route
alias exec r show run
alias exec c config t
alias exec u undebug all
alias exec b show ip bgp
alias exec bs show ip bgp sum
alias exec s show ip int brief
alias exec w write
!
line con 0
exec-timeout 0 0
logging synchronous
escape-character 27
line aux 0
line vty 0 4
exec-timeout 0 0
password bp
login
!
end
bb2#c
This archive was generated by hypermail 2.1.4 : Sat Jul 03 2004 - 19:40:39 GMT-3