zebra 설정해보신분...

smacklee의 이미지

저는 대전에서 네트웍을 공부하는 이상문이라고 합니다.

얼마전 bgp를 공부를 시작했는데.. zebra에서 크게 막히는 곳이 있어서

이렇게 문의 멜을 보냅니다.

괞찮으시다면 좀 봐주셨으면 하는데.. 실례가 되지 않을지..

염치 불구하고 이렇게 맬드립니다.

레드햇8.0 버전으로 zebra 를 가지고 BGP4+(IPV6)망을 구성하고 싶었던 겁니다.

시스템A 시스템B 에 다름과 같이 설정하였습니다.

1. 시스템A

1) ZEBRA 데몬 CONFIG

hostname Router
password zebra
enable password zebra

interface eth0
ipv6 address 3ffe:2e00:200:2:1::f/64

2) BGP 데몬 CONFIG

hostname Router
password zebra
log file bgpd.log
log stdout
!
router bgp 65001
no bgp default ipv4-unicast
neighbor 3ffe:2e00:200:2:1::1 remote-as 65002
neighbor 3ffe:2e00:200:2:1::1 interface eth0

address-family ipv6
neighbor 3ffe:2e00:200:2:1::1 activate
exit-address-family

2. 시스템 B

1) ZEBRA 데몬 CONFIG

hostname Router
password zebra
enable password zebra

interface eth1
ipv6 address 3ffe:2e00:200:2:1::1/64

2)bgp데몬 CONFIG
hostname Router
password zebra
log file bgpd.log
log stdout
!
router bgp 65002
no bgp default ipv4-unicast
neighbor 3ffe:2e00:200:2:1::f remote-as 65001
neighbor 3ffe:2e00:200:2:1::f interface eth1

address-family ipv6
neighbor 3ffe:2e00:200:2:1::f activate
exit-address-family

문제점 :
A.B 시스템 모두 IPV6 셋팅을 해놓은 상태입니다. 또한 상호간에 PING6,및
TELNET 등 통신이 아루어 지고 있습니다.

한테 양시스템 모두에게 위에 셋팅된 상태로 제브라를 실행하면 전혀 로그기록
이 생기지 않습니다.

로그기록은 다음과 같습니다.
2002/12/24 16:14:09 BGP: BGPd 0.93a starting: vty@2605, bgp@179
2002/12/26 09:29:13 BGP: SIGHUP received
2002/12/26 09:29:13 BGP: bgpd restarting!

좀 도와주십시요..

권순선의 이미지

음..질문에 대한 답은 잘 모르겠고요..

죄송하지만 같은 글을 프로그래밍 게시판에도 올리셨길래 그곳에 있는 글은 제가 지웠습니다.

각 게시판의 목적에 부합되는 글을 올려 주시기 바라고요, 중복 포스팅은 되도록 삼가해 주시면 좋겠습니다. :wink:

그럼....

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.