ospf is not configured on linux.after command "set protocols ospf4 export a1" 
is excuted,"Finder disconnected. No Finder?" is display
 admin@55> configure 
Entering configuration mode.
User admin is also in configuration mode.
[edit]
admin@55# quit
admin@55> 
admin@55> show version 
Version 1.8.3
admin@55> show host os
Linux 55 2.6.36.4-dacheng #1 SMP Tue Mar 29 04:57:02 EDT 2011 i686 GNU/Linux
admin@55> configure 
Entering configuration mode.
User admin is also in configuration mode.
[edit]
admin@55# show 
    protocols {
        ospf4 {
            router-id: 192.168.1.1
            area 0.0.0.0 {
                area-range 192.168.3.0/29 {
                }
                area-range 192.168.1.0/24 {
                }
                interface eth2 {
                    vif eth2 {
                        address 192.168.3.2 {
                        }
                    }
                }
                interface eth4 {
                    vif eth2 {
                        address 192.168.3.6 {
                        }
                    }
                }
            }
        }
    }
    policy {
        policy-statement a1 {
            term a1 {
                from {
                    protocol: "connected"
                }
            }
        }
    }
    interfaces {
        interface eth2 {
            vif eth2 {
                address 192.168.3.2 {
                    prefix-length: 30
                }
            }
        }
        interface eth4 {
            vif eth4 {
                address 192.168.3.6 {
                    prefix-length: 30
                }
            }
        }
        interface eth3 {
            vif eth3 {
                address 192.168.1.1 {
                    prefix-length: 24
                }
            }
        }
    }
 [edit]
 --More-- (END) 
admin@55#
admin@55# set protocols ospf4 export a1
[edit]
admin@55# commit 
OK
[edit]
admin@55# Finder disconnected. No Finder?
_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to