quagga实现 isis路由(2)




附录1 Quagga编译

1 Quagga采用官网源代码,由于quagga-0.99.24不可编译(缺install-sh), 所以采用quagga-0.99.24.1

2 编译

./configure --enable-isisd --enable-user=root --enable-group=root --enable-vty-group=root

make

make install

3 configure的结果报告

[root@gdc1000 quagga]# ./configure --enable-isisd
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for perl... /usr/bin/perl
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for sed... sed
checking for pdflatex... pdflatex
checking for latexmk... /bin/false
configure: WARNING: Will not be able to make PDF versions of TeX documents
checking whether we are using the Intel compiler... no
checking whether to set a default CFLAGS... gcc default
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ar... ar
checking if make is GNU make... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to print strings... printf
checking for a sed that does not truncate output... sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1966080
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking if zebra should be configurable to send Route Advertisements... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for working volatile... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking whether struct tm is in sys/time.h or time.h... time.h
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking sys/ksym.h usability... no
checking sys/ksym.h presence... no
checking for sys/ksym.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/types.h... (cached) yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for net/if.h... yes
checking for net/if_var.h... no
checking for sys/un.h... yes
checking for netinet/in_systm.h... yes
checking for netinet/in_var.h... no
checking for net/if_dl.h... no
checking for net/netopt.h... no
checking for net/route.h... yes
checking for inet/nd.h... no
checking for arpa/inet.h... yes
checking for netinet/ip_icmp.h... yes
checking for fcntl.h... yes
checking for stddef.h... yes
checking for sys/ioctl.h... yes
checking for syslog.h... yes
checking for wchar.h... yes
checking for wctype.h... yes
checking for sys/sysctl.h... yes
checking for sys/sockio.h... no
checking for kvm.h... no
checking for sys/conf.h... no
checking for ucontext.h... yes
checking for ucontext_t.uc_mcontext.uc_regs... no
checking for ucontext_t.uc_mcontext.regs... no
checking for ucontext_t.uc_mcontext.gregs... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for working POSIX fnmatch... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for strftime... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for pow in -lm... yes
checking for pow... yes
checking for dup2... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for inet_aton... yes
checking for strnlen... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strlcat... no
checking for strlcpy... no
checking for daemon... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for getifaddrs... yes
checking for uname... yes
checking for fcntl... yes
checking for setproctitle... no
checking for setproctitle in -lutil... no
checking zebra between kernel interface method... netlink
checking net/bpf.h usability... no
checking net/bpf.h presence... no
checking for net/bpf.h... no
checking sys/dlpi.h usability... no
checking sys/dlpi.h presence... no
checking for sys/dlpi.h... no
checking zebra IS-IS I/O method... pfpacket
checking for broken CMSG_FIRSTHDR... no
checking route read method... netlink
checking interface looking up method... netlink
checking for struct ip_mreqn.imr_ifindex... yes
checking for BSD struct ip_mreq hack... no
checking for RFC3678 protocol-independed API... yes
checking for net/if.h... (cached) yes
checking for net/if_media.h... no
checking for net/if.h... (cached) yes
checking for struct if_data.ifi_link_state... no
checking for netinet/tcp.h... yes
checking whether TCP_MD5SIG is declared... yes
checking ipforward method... proc
checking for getaddrinfo... yes
checking whether does this OS have IPv6 stack... Linux IPv6
checking for netinet6/in6.h... no
checking for netinet/in6_var.h... no
checking for netinet/icmp6.h... yes
checking for netinet6/in6_var.h... no
checking for netinet6/nd6.h... no
checking for inet_ntop in -lc... yes
checking for inet_pton in -lc... yes
checking for crypt in -lcrypt... yes
checking for res_init in -lresolv... no
checking whether system has GNU regex... checking for regexec in -lc... yes
checking for struct sockaddr... yes
checking for struct sockaddr_in... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_un... yes
checking for struct sockaddr_dl... no
checking for socklen_t... yes
checking for struct vifctl... no
checking for struct mfcctl... no
checking for struct sioc_sg_req... no
checking for vifi_t... no
checking for struct sioc_vif_req... no
checking for struct igmpmsg... no
checking for struct ifaliasreq... no
checking for struct if6_aliasreq... no
checking for struct in6_aliasreq... no
checking for struct nd_opt_adv_interval... yes
checking for struct rt_addrinfo... no
checking for struct nd_opt_homeagent_info... no
checking for struct nd_opt_adv_interval... (cached) yes
checking for struct sockaddr.sa_len... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_un.sun_len... no
checking for struct sockaddr_in6.sin6_scope_id... yes
checking for struct sockaddr_dl.sdl_len... no
checking for struct if6_aliasreq.ifra_lifetime... no
checking for struct nd_opt_adv_interval.nd_opt_ai_type... no
checking for struct in_pktinfo... yes
checking for struct icmphdr... yes
checking for IP_PKTINFO... yes
checking for IP_RECVDSTADDR... no
checking for IP_RECVIF... no
checking whether getrusage is available... yes
checking whether CLOCK_MONOTONIC is declared... yes
checking for clock_gettime in -lrt... yes
checking whether prctl PR_SET_KEEPCAPS is available... yes
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking priv.h usability... no
checking priv.h presence... no
checking for priv.h... no
checking whether gcc accepts function __attribute__((weak,alias()))... yes
checking whether gcc supports #pragma weak... yes
checking whether gcc supports #pragma _HP_SECONDARY_DEF... no
checking whether gcc supports #pragma _CRI duplicate... no
checking how to create weak aliases with gcc... attribute
checking whether gcc supports weak aliases across object file boundaries... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for library containing backtrace... none required
checking for malloc.h... yes
checking whether mallinfo is available... yes
checking whether gcc accepts PIE flags... yes
checking directory to use for state file... /var/run
checking for working htonl... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating zebra/Makefile
config.status: creating ripd/Makefile
config.status: creating ripngd/Makefile
config.status: creating bgpd/Makefile
config.status: creating ospfd/Makefile
config.status: creating watchquagga/Makefile
config.status: creating ospf6d/Makefile
config.status: creating isisd/Makefile
config.status: creating babeld/Makefile
config.status: creating vtysh/Makefile
config.status: creating doc/Makefile
config.status: creating ospfclient/Makefile
config.status: creating tests/Makefile
config.status: creating m4/Makefile
config.status: creating pimd/Makefile
config.status: creating tests/bgpd.tests/Makefile
config.status: creating tests/libzebra.tests/Makefile
config.status: creating redhat/Makefile
config.status: creating pkgsrc/Makefile
config.status: creating redhat/quagga.spec
config.status: creating lib/version.h
config.status: creating doc/defines.texi
config.status: creating isisd/topology/Makefile
config.status: creating pkgsrc/bgpd.sh
config.status: creating pkgsrc/ospf6d.sh
config.status: creating pkgsrc/ospfd.sh
config.status: creating pkgsrc/ripd.sh
config.status: creating pkgsrc/ripngd.sh
config.status: creating pkgsrc/zebra.sh
config.status: creating solaris/Makefile
config.status: creating vtysh/extract.pl
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Quagga configuration
--------------------
quagga version          : 0.99.24.1
host operating system   : linux-gnu
source code location    : .
compiler                : gcc
compiler flags          : -Os -fno-omit-frame-pointer -g -std=gnu99 -Wall -Wsign-compare -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wcast-qual
make                    : make
linker flags            :  -rdynamic -lcrypt  -lrt   -lm
state file directory    : /var/run
config file directory   : /usr/local/etc
example directory       : /usr/local/etc
user to run as		: quagga
group to run as		: quagga
group for vty sockets	: 
config file mask        : 0600
log file mask           : 0600

The above user and group must have read/write access to the state file
directory and to the config files in the config file directory.
[root@gdc1000 quagga]# 

注意,上面是未使能root的配置,下面是使能的情况

Quagga configuration
--------------------
quagga version          : 0.99.24.1
host operating system   : linux-gnu
source code location    : .
compiler                : gcc
compiler flags          : -Os -fno-omit-frame-pointer -g -std=gnu99 -Wall -Wsign-compare -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wchar-subscripts -Wcast-qual
make                    : make
linker flags            :  -rdynamic -lcrypt  -lrt   -lm
state file directory    : /var/run
config file directory   : /usr/local/etc
example directory       : /usr/local/etc
user to run as		: root
group to run as		: root
group for vty sockets	: root
config file mask        : 0600
log file mask           : 0600

使能root,可以防止如下问题,
vty_read_config: failed to open configuration file /usr/local/etc/zebra.conf: Permission denied can't open configuration file [/usr/local/etc/quagga/zebra.conf


4 make的部分结果

isis_pfpacket.c: In function ‘isis_send_pdu_bcast’:
isis_pfpacket.c:326:7: warning: variable ‘written’ set but not used [-Wunused-but-set-variable]
   int written = 1;
       ^
isis_pfpacket.c: In function ‘isis_send_pdu_p2p’:
isis_pfpacket.c:367:7: warning: variable ‘written’ set but not used [-Wunused-but-set-variable]
   int written = 1;
       ^
  CCLD     isisd



附录2 zebra.conf

hostname zebra
password zebra
log stdout debugging
debug zebra kernel
debug zebra events
debug zebra packet
debug zebra rib
debug zebra rib queue

附录3 A的isisd.conf

hostname zebra
password zebra
log stdout debugging
debug isis adj-packets
debug isis checksum-errors
debug isis local-updates
debug isis protocol-errors
debug isis snp-packets
debug isis update-packets
debug isis spf-events
debug isis spf-statistics
debug isis spf-triggers
debug isis route-events
debug isis events
router isis test
  net 49.0001.0010.0100.1001.00
!
interface br0
  ip router isis test


附录4 B的isisd.conf

hostname zebra
password zebra
log stdout
debug isis adj-packets
debug isis checksum-errors
debug isis local-updates
debug isis protocol-errors
debug isis snp-packets
debug isis update-packets
debug isis spf-events
debug isis spf-statistics
debug isis spf-triggers
debug isis route-events
debug isis events
router isis test
  net 49.0001.0020.0200.2002.00
!
interface eth0
  ip router isis test



附件5 A的zebra打印

[root@gdc1000 quagga]# zebra -f zebra.conf 
2015/08/21 09:45:41 ZEBRA: rib_delnode: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff23c0, removing
2015/08/21 09:45:41 ZEBRA: rib_queue_add: ff00::/8: work queue added
2015/08/21 09:45:41 ZEBRA: rib_meta_queue_add: ff00::/8: rn 0x7f0c06ff1d90 is already queued in sub-queue 0
2015/08/21 09:45:41 ZEBRA: rib_meta_queue_add: ff00::/8: rn 0x7f0c06ff1d90 is already queued in sub-queue 0
2015/08/21 09:45:41 ZEBRA: rib_meta_queue_add: ff00::/8: rn 0x7f0c06ff1d90 is already queued in sub-queue 0
2015/08/21 09:45:41 ZEBRA: rib_meta_queue_add: ff00::/8: rn 0x7f0c06ff1d90 is already queued in sub-queue 0
2015/08/21 09:45:41 ZEBRA: rib_meta_queue_add: ff00::/8: rn 0x7f0c06ff1d90 is already queued in sub-queue 0
2015/08/21 09:45:41 ZEBRA: rib_meta_queue_add: ff00::/8: rn 0x7f0c06ff1d90 is already queued in sub-queue 0
2015/08/21 09:45:41 ZEBRA: rib_meta_queue_add: ff00::/8: rn 0x7f0c06ff1d90 is already queued in sub-queue 0
2015/08/21 09:45:41 ZEBRA: rib_meta_queue_add: ff00::/8: rn 0x7f0c06ff1d90 is already queued in sub-queue 0
2015/08/21 09:45:41 ZEBRA: rib_meta_queue_add: ff00::/8: rn 0x7f0c06ff1d90 is already queued in sub-queue 0
2015/08/21 09:45:41 ZEBRA: rib_queue_add: ff00::/8: rn 0x7f0c06ff1d90 queued
2015/08/21 09:45:41 ZEBRA: Zebra 0.99.24.1 starting: vty@2601
2015/08/21 09:45:41 ZEBRA: rib_process: 127.0.0.0/8: Adding route, select 0x7f0c06ff0730
2015/08/21 09:45:41 ZEBRA: rib_process: 127.0.0.0/8: rn 0x7f0c06ff06d0 dequeued
2015/08/21 09:45:41 ZEBRA: rib_process: 127.0.0.0/8 (MRIB): Adding route, select 0x7f0c06ff0950
2015/08/21 09:45:41 ZEBRA: rib_process: 127.0.0.0/8 (MRIB): rn 0x7f0c06ff08f0 dequeued
2015/08/21 09:45:41 ZEBRA: rib_process: 192.168.28.0/22: Adding route, select 0x7f0c06ff0c70
2015/08/21 09:45:41 ZEBRA: rib_process: 192.168.28.0/22: rn 0x7f0c06ff0c10 dequeued
2015/08/21 09:45:41 ZEBRA: rib_process: 192.168.28.0/22 (MRIB): Adding route, select 0x7f0c06ff0e30
2015/08/21 09:45:41 ZEBRA: rib_process: 192.168.28.0/22 (MRIB): rn 0x7f0c06ff0dd0 dequeued
2015/08/21 09:45:41 ZEBRA: rib_process: ::1/128: Adding route, select 0x7f0c06ff1000
2015/08/21 09:45:41 ZEBRA: rib_process: ::1/128: rn 0x7f0c06ff0fa0 dequeued
2015/08/21 09:45:41 ZEBRA: rib_process: fe80::/64: Adding route, select 0x7f0c06ff1230
2015/08/21 09:45:41 ZEBRA: rib_process: fe80::/64: rn 0x7f0c06ff11d0 dequeued
2015/08/21 09:45:41 ZEBRA: rib_process: 0.0.0.0/0: Adding route, select 0x7f0c06ff1c30
2015/08/21 09:45:41 ZEBRA: rib_process: 0.0.0.0/0: rn 0x7f0c06ff0bb0 dequeued
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90, removing rib 0x7f0c06ff23c0
2015/08/21 09:45:41 ZEBRA: rib_unlink: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff23c0
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90, removing rib 0x7f0c06ff2310
2015/08/21 09:45:41 ZEBRA: rib_unlink: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff2310
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90, removing rib 0x7f0c06ff2260
2015/08/21 09:45:41 ZEBRA: rib_unlink: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff2260
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90, removing rib 0x7f0c06ff21b0
2015/08/21 09:45:41 ZEBRA: rib_unlink: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff21b0
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90, removing rib 0x7f0c06ff2100
2015/08/21 09:45:41 ZEBRA: rib_unlink: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff2100
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90, removing rib 0x7f0c06ff2050
2015/08/21 09:45:41 ZEBRA: rib_unlink: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff2050
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90, removing rib 0x7f0c06ff1fa0
2015/08/21 09:45:41 ZEBRA: rib_unlink: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff1fa0
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90, removing rib 0x7f0c06ff1ef0
2015/08/21 09:45:41 ZEBRA: rib_unlink: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff1ef0
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90, removing rib 0x7f0c06ff1df0
2015/08/21 09:45:41 ZEBRA: rib_unlink: ff00::/8: rn 0x7f0c06ff1d90, rib 0x7f0c06ff1df0
2015/08/21 09:45:41 ZEBRA: rib_process: ff00::/8: rn 0x7f0c06ff1d90 dequeued
2015/08/21 09:45:41 ZEBRA: rib_gc_dest: ff00::/8: removing dest from table
2015/08/21 09:45:52 ZEBRA: netlink_parse_info: netlink-listen type RTM_NEWROUTE(24), seq=0, pid=0
2015/08/21 09:45:52 ZEBRA: RTM_NEWROUTE ipv6 unicast proto 


附件6 A的ISISD打印
[root@gdc1000 quagga]# isisd -f isisd.conf 
2015/08/21 09:50:30 ISIS: New IS-IS area instance test
2015/08/21 09:50:30 ISIS: Router has SystemID 0010.0100.1001
2015/08/21 09:50:30 ISIS: New LSP with ID 0010.0100.1001-00-00 len 1769472 seqnum 00000000
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 1440121830 sec ago
2015/08/21 09:50:30 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 1440121830 sec ago
2015/08/21 09:50:30 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra
2015/08/21 09:50:30 ISIS: ISIS-Upd (test): Building L1 LSP 0010.0100.1001.00-00, len 2621440, seq 0x00000001, cksum 0x8959, lifetime 1198s refresh 898s
2015/08/21 09:50:30 ISIS: New LSP with ID 0010.0100.1001-00-00 len 1769472 seqnum 00000000
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 1440121830 sec ago
2015/08/21 09:50:30 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 1440121830 sec ago
2015/08/21 09:50:30 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra
2015/08/21 09:50:30 ISIS: ISIS-Upd (test): Building L2 LSP 0010.0100.1001.00-00, len 2621440, seq 0x00000001, cksum 0x8959, lifetime 1143s refresh 843s
2015/08/21 09:50:30 ISIS: CSM_EVENT: ISIS_ENABLE
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_CONF 
IS-IS Adjacency related packets debugging is on
IS-IS checksum errors debugging is on
IS-IS local updates debugging is on
IS-IS protocol errors debugging is on
IS-IS CSNP/PSNP packets debugging is on
IS-IS Update related packet debugging is on
IS-IS SPF events debugging is on
IS-IS SPF Timing and Statistics Data debugging is on
IS-IS SPF triggering events debugging is on
IS-IS Route related debuggin is on
IS-IS Event debugging is on
2015/08/21 09:50:30 ISIS: Quagga-ISISd 0.99.24.1 starting: vty@2608
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 0 sec ago
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L1 SPF scheduled 1 sec from now
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 0 sec ago
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L1 SPF scheduled 1 sec from now
2015/08/21 09:50:30 ISIS: ISIS-Upd (test): Refreshing our L1 LSP 0010.0100.1001.00-00, len 3604480, seq 0x00000002, cksum 0xba47, lifetime 1146s refresh 846s
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 0 sec ago
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L2 SPF scheduled 1 sec from now
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 0 sec ago
2015/08/21 09:50:30 ISIS: ISIS-Spf (test) L2 SPF scheduled 1 sec from now
2015/08/21 09:50:30 ISIS: ISIS-Upd (test): Refreshing our L2 LSP 0010.0100.1001.00-00, len 3604480, seq 0x00000002, cksum 0xbc43, lifetime 1158s refresh 858s
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT 
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT 
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT 
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT 
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: ISIS-Evt (test) circuit up
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_CONF -> C_STATE_UP 
2015/08/21 09:50:30 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on br0, length 1497
2015/08/21 09:50:30 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on br0, length 1497
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT 
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT 
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT 
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT 
2015/08/21 09:50:30 ISIS: CSM_EVENT: IF_UP_FROM_Z
2015/08/21 09:50:30 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT 
2015/08/21 09:50:31 ISIS: ISIS-Spf (test) L1 SPF needed, periodic SPF
2015/08/21 09:50:31 ISIS: ISIS-Spf: no L1 adjacencies on circuit br0
2015/08/21 09:50:31 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0
2015/08/21 09:50:31 ISIS: ISIS-Spf (test) L1 SPF needed, periodic SPF
2015/08/21 09:50:31 ISIS: ISIS-Spf (test) L2 SPF needed, periodic SPF
2015/08/21 09:50:31 ISIS: ISIS-Spf: no L2 adjacencies on circuit br0
2015/08/21 09:50:31 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0
2015/08/21 09:50:31 ISIS: ISIS-Spf (test) L2 SPF needed, periodic SPF.
2015/08/21 09:50:32 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on br0, length 1497
2015/08/21 09:50:32 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on br0, length 1497
2015/08/21 09:50:34 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on br0, length 1497
2015/08/21 09:50:34 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on br0, length 1497
2015/08/21 09:50:36 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on br0, length 1497
2015/08/21 09:50:36 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on br0, length 1497
2015/08/21 09:50:38 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on br0, length 1497
2015/08/21 09:50:38 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on br0, length 1497
2015/08/21 09:50:40 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on br0, length 1497
2015/08/21 09:50:40 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on br0, length 1497
2015/08/21 09:50:42 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on br0, length 1497
2015/08/21 09:50:42 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on br0, length 1497



2015/08/21 10:38:58 ISIS: New IS-IS area instance test
2015/08/21 10:38:58 ISIS: Router has SystemID 0020.0200.2002
2015/08/21 10:38:58 ISIS: New LSP with ID 0020.0200.2002-00-00 len 1769472 seqnum 00000000
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 1440124738 sec ago
2015/08/21 10:38:58 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                            
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 1440124738 sec ago
2015/08/21 10:38:58 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                            
2015/08/21 10:38:58 ISIS: ISIS-Upd (test): Building L1 LSP 0020.0200.2002.00-00, len 2621440, seq 0x00000001, cksum 0x259b, lifetime 1188s refresh 866s
2015/08/21 10:38:58 ISIS: New LSP with ID 0020.0200.2002-00-00 len 1769472 seqnum 00000000                                                             
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 1440124738 sec ago                                                           
2015/08/21 10:38:58 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                       
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 1440124738 sec ago                                                           
2015/08/21 10:38:58 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                       
2015/08/21 10:38:58 ISIS: ISIS-Upd (test): Building L2 LSP 0020.0200.2002.00-00, len 2621440, seq 0x00000001, cksum 0x259b, lifetime 1167s refresh 856s
2015/08/21 10:38:58 ISIS: CSM_EVENT: ISIS_ENABLE                                                                                                       
2015/08/21 10:38:58 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_CONF                                                                                       
IS-IS Adjacency related packets debugging is on                                                                                                              
IS-IS checksum errors debugging is on                                                                                                                        
IS-IS local updates debugging is on                                                                                                                          
IS-IS protocol errors debugging is on                                                                                                                        
IS-IS CSNP/PSNP packets debugging is on                                                                                                                      
IS-IS Update related packet debugging is on                                                                                                                  
IS-IS SPF events debugging is on                                                                                                                             
IS-IS SPF Timing and Statistics Data debugging is on                                                                                                         
IS-IS SPF triggering events debugging is on                                                                                                                  
IS-IS Route related debuggin is on                                                                                                                           
IS-IS Event debugging is on                                                                                                                                  
2015/08/21 10:38:58 ISIS: can't set sockopt SO_REUSEPORT to socket 5                                                                                         
2015/08/21 10:38:58 ISIS: can't set sockopt SO_REUSEPORT to socket 6                                                                                         
2015/08/21 10:38:58 ISIS: Quagga-ISISd 0.99.24.1 starting: vty@2608                                                                                          
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 0 sec ago                                                                          
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L1 SPF scheduled 1 sec from now                                                                                    
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 0 sec ago                                                                          
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L1 SPF scheduled 1 sec from now                                                                                    
2015/08/21 10:38:58 ISIS: ISIS-Upd (test): Refreshing our L1 LSP 0020.0200.2002.00-00, len 3604480, seq 0x00000002, cksum 0xafac, lifetime 1167s refresh 864s
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 0 sec ago                                                                          
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L2 SPF scheduled 1 sec from now                                                                                    
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 0 sec ago                                                                          
2015/08/21 10:38:58 ISIS: ISIS-Spf (test) L2 SPF scheduled 1 sec from now                                                                                    
2015/08/21 10:38:58 ISIS: ISIS-Upd (test): Refreshing our L2 LSP 0020.0200.2002.00-00, len 3604480, seq 0x00000002, cksum 0xb1a8, lifetime 1167s refresh 864s
2015/08/21 10:38:58 ISIS: CSM_EVENT: IF_UP_FROM_Z                                                                                                            
2015/08/21 10:38:58 ISIS: ISIS-Evt (test) circuit up                                                                                                         
2015/08/21 10:38:58 ISIS: CSM_STATE_CHANGE: C_STATE_CONF -> C_STATE_UP                                                                                       
2015/08/21 10:38:58 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:38:58 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:38:58 ISIS: CSM_EVENT: IF_UP_FROM_Z                                                                                                            
2015/08/21 10:38:58 ISIS: CSM_STATE_CHANGE: C_STATE_NA -> C_STATE_INIT                                                                                       
2015/08/21 10:38:59 ISIS: ISIS-Spf (test) L1 SPF needed, periodic SPF                                                                                        
2015/08/21 10:38:59 ISIS: ISIS-Spf: no L1 adjacencies on circuit eth0                                                                                        
2015/08/21 10:38:59 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:38:59 ISIS: ISIS-Spf (test) L1 SPF needed, periodic SPF                                                                                        
2015/08/21 10:38:59 ISIS: ISIS-Spf (test) L2 SPF needed, periodic SPF                                                                                        
2015/08/21 10:38:59 ISIS: ISIS-Spf: no L2 adjacencies on circuit eth0                                                                                        
2015/08/21 10:38:59 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:38:59 ISIS: ISIS-Spf (test) L2 SPF needed, periodic SPF.                                                                                       
2015/08/21 10:39:00 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:00 ISIS: ISIS-Adj (test): Adjacency state change 0->1: unspecified                                                                          
2015/08/21 10:39:00 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:00 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:00 ISIS: ISIS-Adj (test): Adjacency state change 0->1: unspecified                                                                          
2015/08/21 10:39:00 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:00 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:00 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:01 ISIS: ISIS-Upd (test): Rcvd L1 LSP on eth0, cirType L1L2, cirID 130                                                                      
2015/08/21 10:39:01 ISIS: ISIS-Upd (test): Rcvd L1 LSP 0010.0100.1001.00-00, seq 0x00000006, cksum 0x3593, lifetime 1148s, len 65, on eth0                   
2015/08/21 10:39:01 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 2 sec ago                                                                          
2015/08/21 10:39:01 ISIS: ISIS-Spf: no L1 adjacencies on circuit eth0                                                                                        
2015/08/21 10:39:01 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:39:01 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:01 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                             
2015/08/21 10:39:01 ISIS: ISIS-Upd (test): Rcvd L2 LSP on eth0, cirType L1L2, cirID 130                                                                      
2015/08/21 10:39:01 ISIS: ISIS-Upd (test): Rcvd L2 LSP 0010.0100.1001.00-00, seq 0x00000006, cksum 0x378f, lifetime 1163s, len 65, on eth0                   
2015/08/21 10:39:01 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 2 sec ago                                                                          
2015/08/21 10:39:01 ISIS: ISIS-Spf: no L2 adjacencies on circuit eth0                                                                                        
2015/08/21 10:39:01 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:39:01 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:01 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                             
2015/08/21 10:39:02 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:02 ISIS: ISIS-Adj (test): Adjacency state change 1->2: own SNPA found in LAN Neighbours TLV                                                 
2015/08/21 10:39:02 ISIS: ISIS-Evt (test) Adjacency State change                                                                                             
2015/08/21 10:39:02 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:02 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:02 ISIS: ISIS-Adj (test): Adjacency state change 1->2: own SNPA found in LAN Neighbours TLV                                                 
2015/08/21 10:39:02 ISIS: ISIS-Evt (test) Adjacency State change                                                                                             
2015/08/21 10:39:02 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:02 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:02 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:03 ISIS: ISIS-Upd (test): Sent L1 LSP 0020.0200.2002.00-00, seq 0x00000002, cksum 0xafac, lifetime 1162s on eth0                            
2015/08/21 10:39:03 ISIS: ISIS-Upd (test): Sent L2 LSP 0020.0200.2002.00-00, seq 0x00000002, cksum 0xb1a8, lifetime 1162s on eth0                            
2015/08/21 10:39:04 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:04 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:04 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:04 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:04 ISIS: isis_dr_commence l1                                                                                                                
2015/08/21 10:39:04 ISIS: New LSP with ID 0020.0200.2002-82-00 len 1769472 seqnum 00000001                                                                   
2015/08/21 10:39:04 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:04 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:39:04 ISIS: ISIS-Rte (test) route created: 192.168.28.0/22                                                                                     
2015/08/21 10:39:04 ISIS: ISIS-Rte (test): route validate: not-synced not-resync active 192.168.28.0/22                                                      
2015/08/21 10:39:04 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:04 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                             
2015/08/21 10:39:04 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:04 ISIS: ISIS-Upd (test): Building L1 Pseudo LSP 0020.0200.2002.82-00, len 3342336, seq 0x00000001, cksum 0x2a7a, lifetime 1153s, refresh 853s                                                                                                                                                           
2015/08/21 10:39:04 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:04 ISIS: isis_dr_commence l2                                                                                                                
2015/08/21 10:39:04 ISIS: New LSP with ID 0020.0200.2002-82-00 len 1769472 seqnum 00000001                                                                   
2015/08/21 10:39:04 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:04 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:39:04 ISIS: ISIS-Rte (test) route created: 192.168.28.0/22                                                                                     
2015/08/21 10:39:04 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:04 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:04 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                             
2015/08/21 10:39:04 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:04 ISIS: ISIS-Upd (test): Building L2 Pseudo LSP 0020.0200.2002.82-00, len 3342336, seq 0x00000001, cksum 0x2c76, lifetime 1168s, refresh 868s                                                                                                                                                           
2015/08/21 10:39:04 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:04 ISIS: ISIS-Evt (test) DIS status change                                                                                                  
2015/08/21 10:39:04 ISIS: ISIS-Evt (test) DIS status change                                                                                                  
2015/08/21 10:39:06 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:06 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:06 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:06 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:06 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:06 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:08 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:08 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:08 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:08 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:08 ISIS: ISIS-Upd (test): Sent L1 LSP 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1149s on eth0                            
2015/08/21 10:39:08 ISIS: ISIS-Upd (test): Sent L2 LSP 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1164s on eth0                            
2015/08/21 10:39:08 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:08 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:10 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:10 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:10 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:10 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:10 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:10 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:12 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:12 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:12 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:12 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:12 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:12 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:13 ISIS: ISIS-Snp (test): Sent L1 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:13 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000006, cksum 0x3593, lifetime 1135s                             
2015/08/21 10:39:13 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000002, cksum 0xafac, lifetime 1152s                             
2015/08/21 10:39:13 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1144s                             
2015/08/21 10:39:13 ISIS: ISIS-Snp (test): Sent L2 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:13 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000006, cksum 0x378f, lifetime 1150s                             
2015/08/21 10:39:13 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000002, cksum 0xb1a8, lifetime 1152s                             
2015/08/21 10:39:13 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1159s                             
2015/08/21 10:39:14 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:14 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:14 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:14 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:14 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:14 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:16 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:16 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:16 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:16 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:16 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:16 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:18 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:18 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:18 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:18 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:18 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:18 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:20 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:20 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:20 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:20 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:20 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:20 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:22 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:22 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:22 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:22 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:22 ISIS: ISIS-Snp (test): Sent L1 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:22 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000006, cksum 0x3593, lifetime 1126s                             
2015/08/21 10:39:22 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000002, cksum 0xafac, lifetime 1143s                             
2015/08/21 10:39:22 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1135s                             
2015/08/21 10:39:22 ISIS: ISIS-Snp (test): Sent L2 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:22 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000006, cksum 0x378f, lifetime 1141s                             
2015/08/21 10:39:22 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000002, cksum 0xb1a8, lifetime 1143s                             
2015/08/21 10:39:22 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1150s                             
2015/08/21 10:39:22 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:22 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:24 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:24 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:24 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:24 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:24 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:24 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:26 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:26 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:26 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:26 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:26 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:26 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:28 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:28 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:28 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:28 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:28 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 24 sec ago                                                                         
2015/08/21 10:39:28 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:39:28 ISIS: ISIS-Rte (test) route already exists: 192.168.28.0/22                                                                              
2015/08/21 10:39:28 ISIS: ISIS-Rte (test) route unchanged: 192.168.28.0/22                                                                                   
2015/08/21 10:39:28 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:28 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 24 sec ago                                                                         
2015/08/21 10:39:28 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                             
2015/08/21 10:39:28 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:28 ISIS: ISIS-Upd (test): Refreshing our L1 LSP 0020.0200.2002.00-00, len 5111808, seq 0x00000003, cksum 0xe949, lifetime 1160s refresh 860s
2015/08/21 10:39:28 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 24 sec ago                                                                         
2015/08/21 10:39:28 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:39:28 ISIS: ISIS-Rte (test) route already exists: 192.168.28.0/22                                                                              
2015/08/21 10:39:28 ISIS: ISIS-Rte (test) route changed: 192.168.28.0/22                                                                                     
2015/08/21 10:39:28 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:28 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 24 sec ago                                                                         
2015/08/21 10:39:28 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                             
2015/08/21 10:39:28 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:28 ISIS: ISIS-Upd (test): Refreshing our L2 LSP 0020.0200.2002.00-00, len 5111808, seq 0x00000003, cksum 0xeb45, lifetime 1142s refresh 842s
2015/08/21 10:39:28 ISIS: ISIS-Upd (test): Sent L1 LSP 0020.0200.2002.00-00, seq 0x00000003, cksum 0xe949, lifetime 1159s on eth0                            
2015/08/21 10:39:28 ISIS: ISIS-Upd (test): Sent L2 LSP 0020.0200.2002.00-00, seq 0x00000003, cksum 0xeb45, lifetime 1141s on eth0                            
2015/08/21 10:39:28 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:28 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:30 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:30 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:30 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:30 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:30 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:30 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:31 ISIS: ISIS-Upd (test): Rcvd L1 LSP on eth0, cirType L1L2, cirID 130                                                                      
2015/08/21 10:39:31 ISIS: ISIS-Upd (test): Rcvd L1 LSP 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc510, lifetime 1162s, len 78, on eth0                   
2015/08/21 10:39:31 ISIS: ISIS-Snp (test): Compare LSP 0010.0100.1001.00-00 seq 0x00000007, cksum 0xc510, lifetime 1162s                                     
2015/08/21 10:39:31 ISIS: ISIS-Snp (test):       is newer than ours seq 0x00000006, cksum 0x3593, lifetime 1118s                                             
2015/08/21 10:39:31 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:31 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:39:31 ISIS: ISIS-Rte (test) route already exists: 192.168.28.0/22                                                                              
2015/08/21 10:39:31 ISIS: ISIS-Rte (test) route unchanged: 192.168.28.0/22                                                                                   
2015/08/21 10:39:31 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:31 ISIS: ISIS-Spf (test) L1 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:31 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                             
2015/08/21 10:39:31 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:31 ISIS: ISIS-Upd (test): Rcvd L2 LSP on eth0, cirType L1L2, cirID 130                                                                      
2015/08/21 10:39:31 ISIS: ISIS-Upd (test): Rcvd L2 LSP 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc70c, lifetime 1167s, len 78, on eth0                   
2015/08/21 10:39:31 ISIS: ISIS-Snp (test): Compare LSP 0010.0100.1001.00-00 seq 0x00000007, cksum 0xc70c, lifetime 1167s                                     
2015/08/21 10:39:31 ISIS: ISIS-Snp (test):       is newer than ours seq 0x00000006, cksum 0x378f, lifetime 1133s                                             
2015/08/21 10:39:31 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:31 ISIS: ISIS-Spf: no adjacencies do not install route for 192.168.28.0/22 depth 1 dist 0                                                   
2015/08/21 10:39:31 ISIS: ISIS-Rte (test) route already exists: 192.168.28.0/22                                                                              
2015/08/21 10:39:31 ISIS: ISIS-Rte (test) route changed: 192.168.28.0/22                                                                                     
2015/08/21 10:39:31 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:31 ISIS: ISIS-Spf (test) L2 SPF schedule called, lastrun 3 sec ago                                                                          
2015/08/21 10:39:31 ISIS: ISIS-Spf: TENT is empty SPF-root:zebra                                                                                             
2015/08/21 10:39:31 ISIS: ISIS-Rte (test): route validate: synced not-resync active 192.168.28.0/22                                                          
2015/08/21 10:39:31 ISIS: ISIS-Snp (test): Sent L1 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:31 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc510, lifetime 1161s                             
2015/08/21 10:39:31 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xe949, lifetime 1156s                             
2015/08/21 10:39:31 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1126s                             
2015/08/21 10:39:31 ISIS: ISIS-Snp (test): Sent L2 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:31 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc70c, lifetime 1166s                             
2015/08/21 10:39:31 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xeb45, lifetime 1138s                             
2015/08/21 10:39:31 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1141s                             
2015/08/21 10:39:32 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:32 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:32 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:32 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:32 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:32 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:34 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:34 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:34 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:34 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:34 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:34 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:36 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:36 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:36 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:36 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:36 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:36 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:38 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:38 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:38 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:38 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:38 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:38 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:40 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:40 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:40 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:40 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:40 ISIS: ISIS-Snp (test): Sent L1 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:40 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc510, lifetime 1153s                             
2015/08/21 10:39:40 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xe949, lifetime 1148s                             
2015/08/21 10:39:40 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1118s                             
2015/08/21 10:39:40 ISIS: ISIS-Snp (test): Sent L2 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:40 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc70c, lifetime 1158s                             
2015/08/21 10:39:40 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xeb45, lifetime 1130s                             
2015/08/21 10:39:40 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1133s                             
2015/08/21 10:39:40 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:40 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:42 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:42 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:42 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:42 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:42 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:42 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:44 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:44 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:44 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:44 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:44 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:44 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:46 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:46 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:46 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:46 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:46 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:46 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:48 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:48 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:48 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:48 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:48 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:48 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:49 ISIS: ISIS-Snp (test): Sent L1 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:49 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc510, lifetime 1144s                             
2015/08/21 10:39:49 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xe949, lifetime 1139s                             
2015/08/21 10:39:49 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1109s                             
2015/08/21 10:39:49 ISIS: ISIS-Snp (test): Sent L2 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:49 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc70c, lifetime 1149s                             
2015/08/21 10:39:49 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xeb45, lifetime 1121s                             
2015/08/21 10:39:49 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1124s                             
2015/08/21 10:39:50 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:50 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:50 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:50 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:50 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:50 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:52 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:52 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:52 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:52 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:52 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:52 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:54 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:54 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:54 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:54 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:54 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:54 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:56 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:56 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:56 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:56 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:56 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:56 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:58 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:58 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:58 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:39:58 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:39:58 ISIS: ISIS-Snp (test): Sent L1 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:58 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc510, lifetime 1135s                             
2015/08/21 10:39:58 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xe949, lifetime 1130s                             
2015/08/21 10:39:58 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1100s                             
2015/08/21 10:39:58 ISIS: ISIS-Snp (test): Sent L2 CSNP on eth0, length 83                                                                                   
2015/08/21 10:39:58 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc70c, lifetime 1140s                             
2015/08/21 10:39:58 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xeb45, lifetime 1112s                             
2015/08/21 10:39:58 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1115s                             
2015/08/21 10:39:58 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:39:58 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:00 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:00 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:00 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:00 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:00 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:00 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:02 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:02 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:02 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:02 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:02 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:02 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:04 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:04 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:04 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:04 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:04 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:04 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:06 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:06 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:06 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:06 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:06 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:06 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:07 ISIS: ISIS-Snp (test): Sent L1 CSNP on eth0, length 83                                                                                   
2015/08/21 10:40:07 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc510, lifetime 1126s                             
2015/08/21 10:40:07 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xe949, lifetime 1121s                             
2015/08/21 10:40:07 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1091s                             
2015/08/21 10:40:07 ISIS: ISIS-Snp (test): Sent L2 CSNP on eth0, length 83                                                                                   
2015/08/21 10:40:07 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc70c, lifetime 1131s                             
2015/08/21 10:40:07 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xeb45, lifetime 1103s                             
2015/08/21 10:40:07 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1106s                             
2015/08/21 10:40:08 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:08 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:08 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:08 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:08 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:08 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:10 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:10 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:10 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:10 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:10 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:10 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:12 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:12 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:12 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:12 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:12 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:12 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:14 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:14 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:14 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:14 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:14 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:14 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497                                                                              
2015/08/21 10:40:16 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:16 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:16 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130                                                                  
2015/08/21 10:40:16 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497                                 
2015/08/21 10:40:16 ISIS: ISIS-Snp (test): Sent L1 CSNP on eth0, length 83                                                                                   
2015/08/21 10:40:16 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc510, lifetime 1117s                             
2015/08/21 10:40:16 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xe949, lifetime 1112s                             
2015/08/21 10:40:16 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1082s
2015/08/21 10:40:16 ISIS: ISIS-Snp (test): Sent L2 CSNP on eth0, length 83
2015/08/21 10:40:16 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc70c, lifetime 1122s
2015/08/21 10:40:16 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xeb45, lifetime 1094s
2015/08/21 10:40:16 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1097s
2015/08/21 10:40:16 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497
2015/08/21 10:40:16 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497
2015/08/21 10:40:18 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130
2015/08/21 10:40:18 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497
2015/08/21 10:40:18 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130
2015/08/21 10:40:18 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497
2015/08/21 10:40:18 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497
2015/08/21 10:40:18 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497
2015/08/21 10:40:20 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130
2015/08/21 10:40:20 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497
2015/08/21 10:40:20 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130
2015/08/21 10:40:20 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497
2015/08/21 10:40:20 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497
2015/08/21 10:40:20 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497
2015/08/21 10:40:22 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130
2015/08/21 10:40:22 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497
2015/08/21 10:40:22 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130
2015/08/21 10:40:22 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497
2015/08/21 10:40:22 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497
2015/08/21 10:40:22 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497
2015/08/21 10:40:24 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH on eth0, cirType L1L2, cirID 130
2015/08/21 10:40:24 ISIS: ISIS-Adj (test): Rcvd L1 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497
2015/08/21 10:40:24 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH on eth0, cirType L1L2, cirID 130
2015/08/21 10:40:24 ISIS: ISIS-Adj (test): Rcvd L2 LAN IIH from a41f.7289.de40 on eth0, cirType L1L2, cirID 130, length 1497
2015/08/21 10:40:24 ISIS: ISIS-Adj (test): Sent L1 LAN IIH on eth0, length 1497
2015/08/21 10:40:24 ISIS: ISIS-Adj (test): Sent L2 LAN IIH on eth0, length 1497
2015/08/21 10:40:25 ISIS: ISIS-Snp (test): Sent L1 CSNP on eth0, length 83
2015/08/21 10:40:25 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc510, lifetime 1108s
2015/08/21 10:40:25 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xe949, lifetime 1103s
2015/08/21 10:40:25 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2a7a, lifetime 1073s
2015/08/21 10:40:25 ISIS: ISIS-Snp (test): Sent L2 CSNP on eth0, length 83
2015/08/21 10:40:25 ISIS: ISIS-Snp (test):         CSNP entry 0010.0100.1001.00-00, seq 0x00000007, cksum 0xc70c, lifetime 1113s
2015/08/21 10:40:25 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.00-00, seq 0x00000003, cksum 0xeb45, lifetime 1085s
2015/08/21 10:40:25 ISIS: ISIS-Snp (test):         CSNP entry 0020.0200.2002.82-00, seq 0x00000001, cksum 0x2c76, lifetime 1088s



你可能感兴趣的:(quagga实现 isis路由(2))