why link wan1.30 down
why wan0.1 "OSPF not enabled on this interface"
config:
interfaces {
ethernet eth0 {
address 171.1.1.1/24
hw-id 00:08:9b:b7:13:26
}
...
loopback lo {
}
serial wan0 {
e1-options {
clock external (internal for second)
framing g704
mru 1500
mtu 1500
timeslots {
start 1
stop 24
}
}
encapsulation ppp
ppp {
logging off
vif 1 {
address {
local-address 11.1.1.1 (11.1.1.2 for second)
prefix-length 24
remote-address 11.1.1.2 (11.1.1.1 for second)
}
ip {
ospf {
}
}
}
}
}
serial wan1 {
e1-options {
clock external (internal for second)
framing g704
mru 1500
mtu 1500
timeslots {
start 1
stop 24
}
}
encapsulation frame-relay
frame-relay {
mru 1500
mtu 1500
signaling auto
vif 30 {
address {
local-address 12.1.1.1 (12.1.1.2 for second)
prefix-length 24
remote-address 12.1.1.1 (12.1.1.1 for second)
}
ip {
ospf {
}
}
}
}
}
}
protocols {
ospf {
area 0.0.0.0 {
network 0.0.0.0/0
}
}
}
wanrouter hwprobe
------------------------------- | Wanpipe Hardware Probe Info | ------------------------------- 1 . AFT-A102-SH : SLOT=4 : BUS=14 : IRQ=19 : CPU=A : PORT=1 : HWEC=0 : V=33 2 . AFT-A102-SH : SLOT=4 : BUS=14 : IRQ=19 : CPU=A : PORT=2 : HWEC=0 : V=33 Card Cnt: A101-2=1
show interface
Interface IP Address State Link Description eth0 171.1.1.1/24 up up ... wan0 - up up wan0.1 11.1.1.1/32 up up wan1 - up up wan1.30 12.1.1.1/24 up down
show ip ospf interface
ppp0 is down ifindex 0, MTU 1500 bytes, BW 0 Kbit OSPF is enabled, but not running on this interface wan0 is up ifindex 14, MTU 4112 bytes, BW 0 Kbit OSPF not enabled on this interface wan0.1 is up ifindex 20, MTU 1500 bytes, BW 0 Kbit OSPF not enabled on this interface wan1 is up ifindex 17, MTU 1532 bytes, BW 0 Kbit OSPF not enabled on this interface wan1.30 is down ifindex 18, MTU 1500 bytes, BW 0 Kbit OSPF is enabled, but not running on this interface
